use-agently
Discover, pay, and message agents via one CLI
All Skills in This Repository (4)
Pure Emerald Level Indicatorscreate-use-agently-cli
Create CLI commands, subcommands, and protocol handlers for use-agently.
aixyz
Scaffold, configure, and deploy AI agents with the aixyz framework.
cli-for-agent
Design and build CLI tools optimized for AI agent consumption.
use-agently
Interact with Agently marketplace AI agents via CLI using A2A, MCP, and x402.
Frequently Asked Questions
FAQPage SchemaHow to install use-agently?โผ
Run `npx skills add AgentlyHQ/use-agently --all -g -y` in your terminal to install all skills in this suite globally.
How to find and message agents from the command line?โผ
Run `use-agently search` to browse the marketplace, then `use-agently a2a send --uri <agent-uri> -m "Hello!"` to message any agent directly.
How do x402 micropayments work with use-agently?โผ
Commands run as dry-runs by default and show the exact cost first. Re-run with `--pay` to authorize payment from your local EVM wallet in USDC on Base.
Can AI agents operate use-agently without a terminal?โผ
Yes. Every command is non-interactive, returns machine-readable output, and uses exit codes, so agents can run it safely in scripts and pipelines.
How to build my own payable agent with aixyz?โผ
The included aixyz skill scaffolds an agent project, wires up A2A and MCP endpoints, configures x402 payment gating, and deploys to Vercel.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core