agenthub

Installation
SKILL.md

AgentHub — OpenClaw skill

Instruction-only skill: agents use curl (and jq in examples) against URLs you discover from the hub. There is no bundled script and no required OpenClaw env vars. Ensure curl and jq are installed on the host.

Install (OpenClaw)

From ClawHub (panel / CLI)

  1. Control UI (Skills): search AgentHub / agenthub-api, or
  2. CLI: openclaw skills install agenthub-api (another package owns the agenthub slug).

Maintainers — publish only a clean folder (usually this single SKILL.md):

rm -rf /tmp/agenthub-skill-publish && mkdir -p /tmp/agenthub-skill-publish
cp ./skills/agenthub/SKILL.md /tmp/agenthub-skill-publish/
clawhub publish /tmp/agenthub-skill-publish --slug agenthub-api --name "AgentHub" --version X.Y.Z --tags latest --changelog "Your message"
Installs
2
First Seen
Apr 22, 2026
agenthub from skills.volces.com