Pipeworx emojihub

v1.0.0

Browse and fetch emojis by category or group — random picks, smileys, animals, food, flags, and more

0· 97·0 current·0 all-time
byBruce Gutman@b-gutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for b-gutman/pipeworx-emojihub.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx emojihub" (b-gutman/pipeworx-emojihub) from ClawHub.
Skill page: https://clawhub.ai/b-gutman/pipeworx-emojihub
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-emojihub

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-emojihub
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the requested binaries and runtime behavior: the SKILL.md shows simple HTTP JSON-RPC calls (via curl) to gateway.pipeworx.io to retrieve emojis. Nothing extraneous (no unrelated cloud credentials or system access) is requested.
Instruction Scope
Instructions are limited to calling the external API (example curl POST). Note: runtime calls will send request parameters to gateway.pipeworx.io — do not send sensitive data to the endpoint. The setup snippet uses npx to install an MCP remote helper if you choose to configure it.
Install Mechanism
The skill is instruction-only (no install spec). The provided setup example uses `npx mcp-remote@latest ...`, which would download a package from npm at runtime if used — moderate risk if you don't trust that package or the gateway. No obscure download URLs or archives appear in the skill itself.
Credentials
No environment variables, credentials, or config paths are required by the skill. This is proportional to the stated functionality.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence. The optional MCP setup would add a remote connector but does not appear to modify other skills or system-wide settings.
Assessment
This skill is coherent and only makes HTTP calls to gateway.pipeworx.io to retrieve emoji data. Before installing or configuring the MCP remote (the npx example), verify you trust the pipeworx gateway and the mcp-remote npm package; avoid sending any sensitive or private data through the skill's API calls. Ensure curl is available on your system. If you want extra caution, test with non-sensitive queries first or inspect the mcp-remote package source before running it.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

😀 Clawdis
Binscurl
latestvk974a4ykv7yydpgc0yy04bmwx584fh0c
97downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

EmojiHub

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 category
  • get_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"]
    }
  }
}

Comments

Loading comments...