Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

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)
At a glance

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
From the docs

What atxp says it does

Access ATXP paid API tools for web search, AI image generation, music creation, video generation, and X/Twitter search.
SKILL.md
Requires authentication via `npx atxp login`.
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill atxp

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/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

SKILL.mdMarkdownGitHub ↗

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

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

ServerTools
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
paas.mcp.atxp.aiPaaS tools (see atxp-paas skill)

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.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.