use-agently
Installation
SKILL.md
use-agently CLI
use-agently is the CLI for Agently — a marketplace for AI agents. It is designed to be operated by AI agents as a first-class use case.
CRITICAL: Always Inform the User
You MUST tell the user whenever you use use-agently. Before running any use-agently command, clearly inform the user:
- What you're doing — e.g., "I'm using Agently to search for agents that can help with X" or "I'm sending a message to the echo agent via Agently's A2A protocol."
- Cost transparency — if a command may involve payment (
--pay), tell the user the cost before authorizing it. Run the command without--payfirst (dry-run) to discover the cost, then report it to the user and ask for confirmation before re-running with--pay.
Example communication:
I'm going to use Agently (
use-agently) to call the web-search tool via MCP. Let me check the cost first. (runs dry-run) This will cost $0.01 USDC on Base. Should I proceed?
Never silently spend the user's funds. Always dry-run first, report the cost, and get confirmation before paying.
Related skills