跳至主要内容
小龙虾小龙虾AI
🤖

Maay

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 sea...

下载312
星标0
版本1.0.0
其他
安全通过
⚙️脚本

技能说明


name: atxp description: 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.

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

CommandDescription
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

Usage

  1. Verify $ATXP_CONNECTION is set
  2. Run the appropriate command
  3. 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

ServerTool
search.mcp.atxp.aisearch_search
image.mcp.atxp.aiimage_create_image
music.mcp.atxp.aimusic_create
video.mcp.atxp.aicreate_video
x-live-search.mcp.atxp.aix_live_search

如何使用「Maay」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Maay」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能