Pipeworx Stackexchange
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-stackexchangeStackExchange
Search questions and retrieve answers from StackOverflow, ServerFault, SuperUser, Ask Ubuntu, Math, Physics, and any other StackExchange site.
search_questions
Search for questions on any StackExchange site. Returns the question title, body (HTML), score, answer count, tags, link, and view count. Default site is stackoverflow but you can pass any site slug.
get_answers
Get all answers for a question by its numeric ID. Returns the answer body, score, whether it's the accepted answer, author name, and author reputation.
curl -X POST https://gateway.pipeworx.io/stackexchange/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_questions","arguments":{"query":"async await best practices","site":"stackoverflow","limit":3}}}'
Supported sites
Pass any site slug: stackoverflow, serverfault, superuser, askubuntu, math, physics, gaming, dba, security, unix, and hundreds more.
{
"mcpServers": {
"stackexchange": {
"url": "https://gateway.pipeworx.io/stackexchange/mcp"
}
}
}
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-stackexchange": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman