agentsats-cli
Installation
SKILL.md
AgentSats CLI
Use this project skill before operating or changing the AgentSats CLI. Prefer the public npx agentsats ... interface for usage examples, and keep changes compatible with the three output modes and the bitcoinagent/x402 contracts below.
Primary npx Usage
npx agentsats --help
npx agentsats services --json
npx agentsats wallet --json
npx agentsats twitter-profile --username MrBeast --json
Use --json for agent-readable output. JSON mode must emit exactly one JSON object line on stdout, no prompts, no banner, no ANSI, and empty stderr on success. --json takes precedence over --plain. --json --help is a VALIDATION_ERROR; help without --json exits 0.
Inside this repo, use pnpm dev ... only when validating local source changes before build/publish: