
atxp-dev/cli
3 skills2.7k installs30 starsGitHub
Install
npx skills add https://github.com/atxp-dev/cliSkills in this repo
1AtxpThe atxp skill Agent wallet, identity, and paid tools in one package. Register an agent, fund it via Stripe or USDC, then use the balance for web search, AI image generation, AI video generation, AI music creation, X/Twitter search, email send/receive, SMS and voice calls, contacts management, and 100+ LLM models. The funding and identity layer for autonomous agents that need to spend money, send messages, make phone calls, or call paid APIs. It covers network: " .atxp.ai HTTPS only ". Key workflows include filesystem: "~/.atxp/config read/write, auth credential , ~/.atxp/contacts.json read/write, local contacts ". bash Self-register as an agent no login required npx atxp@latest agent register Check your identity the CLI reads credentials from ~/.atxp/config automatically npx atxp@latest whoami Check balance new agents start with 10 IOU credits npx atxp@latest balance Show funding options Stripe payment link + USDC deposit addresses npx atxp@latest fund Developers invoke atxp when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution.1.7kinstalls2Atxp Memoryatxp-memory is an agent memory management skill from the atxp-dev/cli package for Node.js >=18 environments using npx. It handles cloud backup and restore of .md memory files via ATXP_CONNECTION authentication (from npx atxp@latest login or agent register), plus local vector search powered by zvec indexing. Local index and search work without cloud credentials; push, pull, and status require the auth token. Developers reach for atxp-memory when agents lose thread across sessions, when identity or project context must survive machine changes, or when prior decisions buried in markdown need semantic retrieval instead of manual grep. The skill fits agent-heavy workflows where memory files are the source of truth for ongoing work.721installs3Atxp Gitatxp-git is an atxp-dev/cli agent skill for Git repository hosting tailored to ATXP-authenticated agents. It covers creating repositories, fetching authenticated clone and push URLs, and managing repos on code.storage over HTTPS via git.mcp.atxp.ai. Compatibility requires Node.js 18 or newer, npx, git for clone and push, and the ATXP_CONNECTION credential for all operations. Developers reach for it when automating repo provisioning from the terminal instead of manual hosting setup during agent-driven builds.269installs