
Atxp
- 1 installs
- 404 repo stars
- Updated August 5, 2026
- aiskillstore/marketplace
atxp is a Claude Code skill that calls ATXP's paid API tools for web search, X/Twitter search, and AI image, music and video generation.
About
atxp is a skill that accesses ATXP's paid API tools for real-time web search and AI-generated media. It exposes CLI commands for web search, image, music and video generation, and X/Twitter search, backed by ATXP MCP servers. A developer uses it when an agent needs live search or generated media and has authenticated with npx atxp login.
- Calls ATXP paid API tools for web search and AI media generation
- Covers search, image, music, video and X/Twitter search commands
- Connects to ATXP MCP servers via npx CLI or the @atxp/client SDK
Atxp by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,101 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
atxp capabilities & compatibility
Requires a paid ATXP account; tools are billed via the ATXP connection.
- Capabilities
- web search · image generation · video generation · music generation · x search
- Works with
- openai
- Use cases
- web search · image generation · video generation
- Pricing
- Paid
What atxp says it does
Access ATXP paid API tools for web search, AI image generation, music creation, video generation, and X/Twitter search.
Requires authentication via `npx atxp login`.
npx skills add https://github.com/aiskillstore/marketplace --skill atxpAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 404 |
| Last updated | August 5, 2026 |
| Repository | aiskillstore/marketplace ↗ |
What it does
Give an agent access to ATXP's paid tools for real-time web search, X search and AI image/music/video generation via CLI or the ATXP SDK.
Who is it for?
Giving an agent real-time web search and AI media generation through ATXP's paid tool servers.
Skip if: Free or offline generation, or tasks not backed by an ATXP account.
When should I use this skill?
A user needs real-time web search, X search, or AI-generated images, music or video via ATXP.
What you get
Search results or generated media returned from ATXP's paid MCP tool servers.
By the numbers
- 5 CLI commands (search, image, music, video, x)
- 6 ATXP MCP servers listed
Files
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/configCommands
| 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 |
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
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
| 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) |
{
"schema_version": "2.0",
"meta": {
"generated_at": "2026-01-28T04:23:22.628Z",
"slug": "atxp-dev-atxp",
"source_url": "https://github.com/atxp-dev/cli/tree/main/skills/atxp/",
"source_ref": "main",
"model": "claude",
"analysis_version": "3.0.0",
"source_type": "community",
"content_hash": "0539a7e93744aee5246605e67ed19b53b80cbbad01efce6553241402eb6192cb",
"tree_hash": "13d0290a9ab57238c02adca9380122e731f174815c51cf8f127943385d450d05"
},
"skill": {
"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`.",
"summary": "Access ATXP's paid API services for AI-generated media and real-time search",
"icon": "🌐",
"version": "1.0.0",
"author": "atxp-dev",
"license": "MIT",
"category": "productivity",
"tags": [
"web-search",
"ai-images",
"ai-music",
"ai-video",
"twitter-search",
"api-client"
],
"supported_tools": [
"claude",
"codex",
"claude-code"
],
"risk_factors": []
},
"security_audit": {
"risk_level": "safe",
"is_blocked": false,
"safe_to_publish": true,
"summary": "All 36 static analysis findings have been evaluated and dismissed as false positives. The detected 'external_commands' are documentation examples (shell commands in backticks), not actual code execution. Network URLs point to legitimate ATXP API endpoints. Filesystem and environment access patterns are for standard configuration management. This skill provides documentation for accessing a legitimate paid API service.",
"risk_factor_evidence": [],
"critical_findings": [],
"high_findings": [],
"medium_findings": [],
"low_findings": [],
"dangerous_patterns": [],
"files_scanned": 1,
"total_lines": 67,
"audit_model": "claude",
"audited_at": "2026-01-28T04:23:22.628Z"
},
"content": {
"user_title": "Access ATXP AI Tools for Search and Media Generation",
"value_statement": "Get real-time web search results and generate AI images, music, and videos through ATXP's paid API services. This skill helps Claude Code users leverage powerful external AI tools without leaving their development environment.",
"seo_keywords": [
"Claude",
"Codex",
"Claude Code",
"AI image generation",
"AI music generation",
"AI video generation",
"web search API",
"Twitter search",
"X search",
"ATXP tools",
"MCP server"
],
"actual_capabilities": [
"Execute real-time web searches using ATXP search API",
"Generate AI images from text prompts using ATXP image service",
"Create AI-generated music tracks from descriptions",
"Produce AI videos from text prompts",
"Search X/Twitter for real-time social media content",
"Authenticate and manage ATXP API connections"
],
"limitations": [
"Requires ATXP account and authentication via `npx atxp login`",
"API usage may incur charges based on ATXP pricing",
"Dependent on ATXP service availability and rate limits",
"Cannot modify or delete content created through ATXP services"
],
"use_cases": [
{
"title": "Research and Content Creation",
"description": "Content creators and researchers can perform real-time web searches and generate AI images, music, or videos to enhance their projects without switching between multiple tools.",
"target_user": "Content creators, marketers, researchers"
},
{
"title": "Social Media Monitoring",
"description": "Developers and analysts can search X/Twitter for brand mentions, trending topics, or competitor activity to inform product decisions and marketing strategies.",
"target_user": "Social media managers, product analysts"
},
{
"title": "Rapid Prototyping with AI Assets",
"description": "Developers can quickly generate placeholder images, audio, or video content for prototypes and demos without needing design skills or external software.",
"target_user": "Developers, UX designers, prototypers"
}
],
"prompt_templates": [
{
"title": "Search the Web",
"prompt": "Search for information about [topic]. Use ATXP search to find the latest results.",
"scenario": "Beginner - Basic web search"
},
{
"title": "Generate an AI Image",
"prompt": "Create an AI image with the prompt: [detailed description of image]. Use ATXP image generation.",
"scenario": "Beginner - Image generation"
},
{
"title": "Multi-Tool Research Workflow",
"prompt": "Search for [topic] using ATXP web search, then generate an image that represents the key findings. Summarize the search results and create a visual.",
"scenario": "Intermediate - Combined search and image generation"
},
{
"title": "Social Media Content Pipeline",
"prompt": "Search X for trending posts about [topic/industry] in the last 24 hours. Analyze the sentiment and themes, then generate an AI music track that captures the mood of the conversation.",
"scenario": "Advanced - X search with creative generation"
}
],
"output_examples": [
{
"input": "Search for 'latest TypeScript features 2025' using ATXP",
"output": "I'll search for the latest TypeScript features using ATXP.\n\n```bash\nnpx atxp search 'latest TypeScript features 2025'\n```\n\nResults:\n1. TypeScript 5.4 introduces improved type inference...\n2. New decorator metadata API now available...\n3. Performance improvements in compiler check times..."
},
{
"input": "Generate an image of a futuristic coding workspace",
"output": "I'll create an AI-generated image of a futuristic coding workspace using ATXP.\n\n```bash\nnpx atxp image 'A futuristic coding workspace with holographic displays, floating code windows, neon lighting, sleek minimalist desk setup, cyberpunk aesthetic'\n```\n\nYour image has been generated and is available at: [image URL]"
},
{
"input": "Search X for mentions of Claude Code",
"output": "I'll search X for recent mentions of Claude Code.\n\n```bash\nnpx atxp x 'Claude Code'\n```\n\nRecent posts:\n- @developer1: Just tried Claude Code for the first time...\n- @techblogger: Claude Code is changing how I write...\n- @engineer2: The new features in Claude Code are..."
}
],
"best_practices": [
"Always verify that ATXP_CONNECTION is set before running commands to avoid authentication errors",
"Use descriptive, detailed prompts for image/music/video generation to get higher quality results",
"Cache search results when appropriate to minimize API usage and reduce costs"
],
"anti_patterns": [
"Do not share ATXP credentials or connection strings in public repositories or chat logs",
"Avoid running expensive generation commands (video, high-res images) without confirming user intent first",
"Do not rely solely on ATXP search results for critical security or medical decisions"
],
"faq": [
{
"question": "Do I need an ATXP account to use this skill?",
"answer": "Yes, you need an ATXP account and must authenticate using `npx atxp login` before using the API tools. The skill will check for the ATXP_CONNECTION environment variable."
},
{
"question": "Is there a cost to use ATXP services?",
"answer": "Yes, ATXP is a paid API service. Usage charges depend on which tools you use (search, image generation, music, video) and your volume of requests. Check ATXP pricing for details."
},
{
"question": "What AI models power the image and video generation?",
"answer": "ATXP uses various AI models for generation. The specific models are managed by ATXP and may change as they update their services. The skill simply interfaces with their API."
},
{
"question": "Can I use this skill with Codex or only Claude Code?",
"answer": "This skill works with Claude, Codex, and Claude Code as indicated in the supported tools. The commands are executed through the CLI interface."
},
{
"question": "What should I do if I get an authentication error?",
"answer": "Run `npx atxp login` to authenticate, then source the configuration file with `source ~/.atxp/config` to set the ATXP_CONNECTION environment variable."
},
{
"question": "Are there rate limits for ATXP API calls?",
"answer": "Yes, ATXP enforces rate limits based on your account tier. If you encounter rate limit errors, you may need to wait before making additional requests or upgrade your ATXP plan."
}
]
},
"file_structure": [
{
"name": "SKILL.md",
"type": "file",
"path": "SKILL.md",
"lines": 67
}
]
}
Related skills
FAQ
What does atxp require?
Authentication via npx atxp login, which sets the ATXP_CONNECTION environment variable used by the CLI and SDK.
What can it generate?
AI images, music and video, plus real-time web and X/Twitter search results.