Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Access ATXP paid API tools for web search, AI image generation, music creation, video generation, and X/Twitter search. Use when users need real-time web search, AI-generated media (images, music, video), or X/Twitter search. Requires authentication via `npx atxp login`.
.claude/skills/sundial-org-atxp/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -57% | 0% |
Access ATXP's paid API tools via CLI.
bash# Check if authenticated echo $ATXP_CONNECTION # If not set, login: npx atxp login source ~/.atxp/config
| 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 |
$ATXP_CONNECTION is settypescriptimport { atxpClient, ATXPAccount } from '@atxp/client'; const client = await atxpClient({ mcpServer: 'https://search.mcp.atxp.ai', account: new ATXPAccount(process.env.ATXP_CONNECTION), }); const result = await client.callTool({ name: 'search_search', arguments: { query: 'your query' }, });
| 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 |
Other measured skills in the registry, with their headline benchmark lift.