AgentlyHQAgentlyHQOfficialยท4 Agent Skills Included

use-agently

Discover, pay, and message agents via one CLI

Manages local EVM wallets, searches a decentralized agent marketplace, and sends messages over A2A, MCP, and HTTP protocols. Handles x402 micropayments automatically with dry-run cost checks before spending any funds. Includes skills for building agent-friendly CLIs and scaffolding payable agents, removing manual wallet setup and protocol wiring.
npx skills add AgentlyHQ/use-agently --all -g -y
Available:

Instructs the agent on the monorepo architecture, SDK layering rules, and agent-first CLI design conventions to follow when building or testing commands in this project.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’