Pipeworx Words
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-wordsWords
A writer's toolkit: synonyms, rhymes, related words, autocomplete, and advanced word search. Powered by the Datamuse API.
find_synonyms
Find synonyms ranked by similarity. find_synonyms("happy") returns words like joyful, cheerful, content, glad.
find_rhymes
Perfect rhymes ranked by score. Great for poetry and songwriting.
find_related
Find words connected by different relationships:
syn-- synonymsant-- antonymsrhy-- rhymestrg-- associated/trigger wordsjja-- adjectives that describe a nounjjb-- nouns that an adjective describes
autocomplete
Word completions from a prefix. "hel" returns hello, help, helicopter, etc.
find_words
The power tool. Combine constraints:
meaning_like-- words with similar meaning to a phrasesounds_like-- approximate pronunciation matchspelled_like-- pattern with wildcards (b*ttlefinds bottle, battle, brittle)
Example: find rhymes for "code"
curl -X POST https://gateway.pipeworx.io/words/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_rhymes","arguments":{"word":"code","limit":10}}}'
Example: words meaning "ocean" that start with "s"
curl -X POST https://gateway.pipeworx.io/words/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_words","arguments":{"meaning_like":"ocean","spelled_like":"s*"}}}'
{
"mcpServers": {
"words": {
"url": "https://gateway.pipeworx.io/words/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-words": {
"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