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)
- Control UI (Skills): search AgentHub / agenthub-api, or
- CLI:
openclaw skills install agenthub-api(another package owns theagenthubslug).
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"