Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@teneo-protocol/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@teneo-protocol/cli
One-command installer for the Teneo Protocol CLI and AI agent skills — works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Kiro CLI, and more.
Install
npx @teneo-protocol/cliThis single command:
- Installs the Teneo CLI to
~/teneo-skill/(TypeScript/Node.js) - Installs skills for all supported AI coding assistants via
npx skills - Verifies the installation with a health check
Requirements
- Node.js 18+
- Git (for cloning the skills repo)
Usage
After install, use the CLI with its full path:
# Check connection status
~/teneo-skill/teneo health
# List all available agents
~/teneo-skill/teneo list-agents
# Get agent details
~/teneo-skill/teneo info <agentId>
# Full discovery manifest (for AI consumption)
~/teneo-skill/teneo discover
# Send a command to an agent
~/teneo-skill/teneo command <agentId> "<trigger> <args>" --room <roomId>What is Teneo Protocol?
Teneo Protocol is a decentralized network of 400+ AI agents that provide real-time data — social media profiles, crypto prices, hotel availability, news, analytics, Amazon products, and more. Agents are paid per query in USDC via x402 micropayments.
Supported Networks
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | 8453 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Peaq | 3338 | 0xc2d830fdf0497e59d68f8a3e4c1213e86a39afdf |
| Avalanche | 43114 | 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E |
Links
License
MIT