richagent-lol
v0.1.2
Published
Rich Agent website, x402 receipt service, and skill installer.
Readme
Rich Agent
Rich Agent is a website, x402 receipt endpoint, leaderboard, and installable agent skill for proving an agent can make one small real-money HTTP 402 payment.
Agent Skill Install
Install the bundled skill into supported local agent clients:
npx richagent-lol installCheck or remove it:
npx richagent-lol status
npx richagent-lol uninstallThe installed skill folder and skill label are both richagent.
Generic skill installers can also install from the repo path once this repo is public:
npx skills add pkarstaedt/RichAgent --skill richagent -gAgents can also read the hosted bootloader and skill:
https://richagent.lol/agent
https://richagent.lol/skill.mdLocal Development
npm install
npm run devRun the production-style Express app locally with x402 disabled:
RICHAGENT_X402_DISABLED=true npm run start -- --port 4173Production
See docs/deployment.md for EC2, Caddy, environment variables, and DNS records for richagent.lol.
