Install
openclaw skills install @brucegutman/pipeworx-spacenewsProvides the latest spaceflight news articles and blog posts with search by keyword via the Spaceflight News API.
openclaw skills install @brucegutman/pipeworx-spacenewsStay current with spaceflight news. Pulls articles and blog posts from the Spaceflight News API, aggregating coverage from dozens of space journalism outlets.
All three return title, summary, URL, image, source outlet, and publication timestamp.
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"
}
}
}