pipeworx-emojihub
Browse and fetch emojis by category or group — random picks, smileys, animals, food, flags, and more
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-emojihubEmojiHub
Need the right emoji? Pull random emojis, browse by category (smileys-and-people, animals-and-nature, food-and-drink, etc.), or filter by group for even more specific results. Returns emoji name, unicode character, and HTML entity.
Tools
random_emoji— A random emoji from any categoryget_by_category— Emojis from a specific category (e.g., "smileys-and-people", "travel-and-places")get_by_group— Emojis from a specific group within a category
Good for
- Adding emoji reactions to chatbot responses
- Building emoji picker components with categorized data
- Random emoji for games or creative prompts
- Enriching social media tools with emoji suggestions
Example
curl -s -X POST https://gateway.pipeworx.io/emojihub/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_by_category","arguments":{"category":"food-and-drink"}}}'
Setup
{
"mcpServers": {
"pipeworx-emojihub": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/emojihub/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-b-gutman-pipeworx-emojihub": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pipeworx Attom
Skill by b-gutman
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
Pipeworx Weather
Skill by b-gutman