# Connect to ATXP Paid API Tools

Teams need live search and media generation without switching tools. This skill routes Claude, Codex, and Claude Code workflows through ATXP CLI and MCP services.

## Install

```bash
npx skillstore add atxp-dev/atxp
```

## Metadata

- - Slug: atxp-dev-atxp
- - Version: 1.0.0
- - Author: atxp-dev
- - GitHub username: atxp-dev
- - License: MIT
- - Repository: https://github.com/atxp-dev/cli/tree/main/skills/atxp/
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: medium
- - Risk factors: external\_commands, network, filesystem, env\_access
- - Quality score: 50
- - Quality tier: warning
- - Public page: https://skillstore.pages.dev/skills/atxp-dev-atxp
- - Manifest: https://skillstore.pages.dev/api/skills/atxp-dev-atxp/manifest

## Capabilities

- Checks whether \`ATXP\_CONNECTION\` is available before using ATXP tools.
- Runs ATXP CLI commands for real-time web search.
- Runs ATXP CLI commands for image, music, and video generation.
- Searches X/Twitter content through the ATXP live search service.
- Shows programmatic access through the ATXP client and MCP server configuration.
- Identifies available ATXP MCP servers for search, media, X/Twitter, and PaaS workflows.

## Use Cases

- Research Current Topics: Use ATXP search to gather recent web results and summarize the findings inside an AI coding or writing session.
- Generate Campaign Media: Create image, music, or video assets from prompts while keeping the workflow inside Claude, Codex, or Claude Code.
- Monitor Social Discussion: Search X/Twitter for live conversation around products, launches, incidents, or competitors.

## Prompt Templates

### Run A Basic Search

```
Use ATXP to search the web for recent information about [topic]. Summarize the top findings and include source names.
```

### Create An Image Prompt

```
Use ATXP image generation to create a visual for [purpose]. Use this style: [style]. Return the result and a short description.
```

### Search X/Twitter

```
Use ATXP X/Twitter search for [query]. Group the results by theme and identify repeated claims or concerns.
```

### Coordinate Multi-Modal Research

```
Use ATXP web search and media tools for [project]. First research current references, then generate media options based on the findings.
```

## Limitations

- Requires ATXP authentication through \`npx atxp login\` before use.
- Uses paid external API services, so requests may create account charges.
- Requires network access to ATXP MCP servers.
- Does not include detailed PaaS usage; it points to a separate \`atxp-paas\` skill.

## Best Practices

- Confirm ATXP authentication before asking the agent to run paid API commands.
- Review prompts before sending confidential or regulated data to external services.
- Set clear scope, output format, and cost expectations before media generation.

## Anti Patterns

- Do not run ATXP commands without user approval in cost-sensitive environments.
- Do not source credential files from untrusted shells or shared machines.
- Do not treat generated media or social search results as verified facts without review.

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-06-28T11:18:15.738\+00:00
- - Summary: Static analysis correctly identified external command, network, filesystem, and environment access patterns, but most backtick and weak-crypto alerts are Markdown formatting false positives. The skill still carries medium risk because it instructs agents to run \`npx atxp\`, source a hidden credential file, and call paid external MCP services.

## Stats

- - Views: 148
- - Downloads: 5
- - Favorites: 0
- - Popularity score: 0
