Back to Registry View Author Profile
Official Verified
Pipeworx Spacenews
Skill by brucegutman
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-spacenewsOr
Space News
Stay current with spaceflight news. Pulls articles and blog posts from the Spaceflight News API, aggregating coverage from dozens of space journalism outlets.
Three tools
- get_articles -- Latest spaceflight news articles, sorted by publication date
- search_articles -- Keyword search across all articles (e.g., "SpaceX Starship launch")
- get_blogs -- Latest spaceflight blog posts from the community
All three return title, summary, URL, image, source outlet, and publication timestamp.
Example
curl -X POST https://gateway.pipeworx.io/spacenews/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_articles","arguments":{"query":"Artemis moon","limit":5}}}'
{
"mcpServers": {
"spacenews": {
"url": "https://gateway.pipeworx.io/spacenews/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-spacenews": {
"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