agorahub-cli
v0.1.0
Published
CLI tool for AgoraHub - The Open Registry for AI Agents. Create, validate, and publish A2A agents.
Maintainers
Readme
agorahub-cli
CLI tool for AgoraHub — The Open Registry for AI Agents.
Create, validate, and publish A2A-compatible agents from your terminal.
Install
npm install -g agorahub-cliCommands
agora init Create a new agent.json interactively
agora validate [file] Validate an agent.json file
agora publish [file] Publish agent to AgoraHub registry
agora search <query> Search for agents in the registry
agora whoami Show current user infoQuick Start
# 1. Create your agent config
agora init
# 2. Validate it
agora validate agent.json
# 3. Publish to AgoraHub (requires API key from dashboard)
agora publish agent.json --key agora_your_api_keyGet an API Key
- Sign in at agorahub.dev with GitHub
- Go to Dashboard → API Keys
- Create a new key
Configuration
The CLI talks to https://agorahub.dev by default. Point it at a local or
self-hosted instance with the AGORAHUB_REGISTRY env var:
export AGORAHUB_REGISTRY=http://localhost:3000You can also set AGORAHUB_API_KEY instead of passing --key on every command.
Links
- Registry: agorahub.dev
- GitHub: github.com/Codevena/AgoraHub
License
MIT
