ATXP Skill
The ATXP skill gives AI agents access to paid API tools for web search, AI image generation, music creation, video generation, and X/Twitter search. It works with any agent that supports the Agent Skills specification.Agent Skills are an open standard for giving agents new capabilities. The ATXP skill is compatible with Claude Code, Cursor, VS Code agents, Gemini CLI, and many other tools.
Installation
Install the skill using the skills CLI:Authentication
Before using ATXP tools, authenticate with your ATXP account:~/.atxp/config. To use ATXP in your current terminal session:
Headless environments
For SSH sessions, Docker containers, or CI environments, the CLI automatically falls back to QR code login. You can also force QR mode:Available commands
Once authenticated, use these CLI commands:| Command | Description |
|---|---|
npx atxp search <query> | Real-time web search |
npx atxp image <prompt> | AI image generation |
npx atxp music <prompt> | AI music generation |
npx atxp video <prompt> | AI video generation |
npx atxp x <query> | X/Twitter search |
Examples
Using with agents
Once the skill is installed, agents can invoke ATXP tools automatically. Just ask naturally:npx atxp command based on your request.
Programmatic access
For building applications, use the@atxp/client package:
MCP servers
For direct MCP integration, connect to these servers:| Server | Tool |
|---|---|
search.mcp.atxp.ai | search_search |
image.mcp.atxp.ai | image_create_image |
music.mcp.atxp.ai | music_create |
video.mcp.atxp.ai | create_video |
x-live-search.mcp.atxp.ai | x_live_search |
paas.mcp.atxp.ai | PaaS tools (functions, databases, storage) |
How billing works
- All tool calls route through ATXP and are billed to your ATXP account
- No per-tool API keys required
- Pay-per-use pricing
Troubleshooting
ATXP_CONNECTION not set
ATXP_CONNECTION not set
Verify authentication:If empty, run
npx atxp login and then source ~/.atxp/config in your current session.Commands not found
Commands not found
Ensure you have Node.js installed and
npx is available in your PATH. The ATXP CLI runs via npx without requiring global installation.Authorization errors
Authorization errors