@feedhive/setup-claude-code
v0.1.6
Published
FeedHive Claude Code setup CLI
Maintainers
Readme
FeedHive Agent Tools
Setup packages for installing FeedHive API tooling into agent environments.
OpenClaw
npx @feedhive/setup-openclaw <your-api-token>Installs the FeedHive OpenClaw skill and stores the API key in the current workspace .env.local.
Claude Code
npx @feedhive/setup-claude-code <your-api-token>Installs the FeedHive Claude Code plugin to ~/.claude/skills/feedhive and stores the API key in ~/.feedhive/agent-tools.env.
After install, use the namespaced Claude Code skill:
/feedhive:socialFeedHive CLI
npx @feedhive/cli posts list --limit 20
npx @feedhive/cli posts create --body-file ./post.json
npx @feedhive/cli socials listMaps FeedHive public API workflows to JSON-first commands for developers, scripts, and agents. See CLI.md in the package for the full command reference.
Documentation
See the full FeedHive documentation on: https://docs.feedhive.com
