atxp

安装量: 1K
排名: #1319

安装

npx skills add https://github.com/atxp-dev/cli --skill atxp

ATXP Tools

Access ATXP's paid API tools via CLI.

Authentication

Check if authenticated

echo $ATXP_CONNECTION

If not set, login:

npx atxp login source ~/.atxp/config

Commands Command Description npx atxp search Real-time web search npx atxp image AI image generation npx atxp music AI music generation npx atxp video AI video generation npx atxp x X/Twitter search PaaS Tools

Deploy serverless applications with functions, databases, object storage, custom domains, and analytics via paas.mcp.atxp.ai. See the atxp-paas skill for detailed usage.

Usage Verify $ATXP_CONNECTION is set Run the appropriate command Parse and present results Programmatic Access import { 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' }, });

MCP Servers Server Tools 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 (see atxp-paas skill)

返回排行榜