Back to Registry View Author Profile
Official Verified
pipeworx-hackernews
Search and browse Hacker News — top stories, keyword search via Algolia, and individual item lookup
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-hackernewsOr
Hacker News
Stay on top of tech news. Search HN stories via the Algolia-powered search API, pull the current top stories from the Firebase API, or fetch any individual story or comment by ID.
Tools
search_hn— Full-text search across HN stories. Filter by date range and control result count.get_top_stories— Current top stories on Hacker News with title, URL, score, and comment count.get_item— Fetch a specific story or comment by its numeric HN ID.
Ideal for
- "What's trending on Hacker News today?"
- Searching for discussions about a specific technology or company
- Pulling top stories for a daily digest or newsletter
- Retrieving a specific story someone linked to by ID
Example: search for discussions about Rust
curl -s -X POST https://gateway.pipeworx.io/hackernews/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_hn","arguments":{"query":"Rust programming language","sort":"points","limit":5}}}'
Connect
{
"mcpServers": {
"pipeworx-hackernews": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/hackernews/mcp"]
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-hackernews": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190