Skip to content

Commit fc129ab

Browse files
emilioaccclaude
andauthored
Simplify PaaS section in atxp SKILL.md (#24)
Remove detailed tool enumeration to avoid sync issues with atxp-paas skill. Use generic terminology instead of Cloudflare-specific references. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0d38ab9 commit fc129ab

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

skills/atxp/SKILL.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: atxp
3-
description: Access ATXP paid API tools for web search, AI image generation, music creation, video generation, X/Twitter search, and cloud deployment (Workers, D1, R2). Requires authentication via `npx atxp login`.
3+
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`.
44
---
55

66
# ATXP Tools
@@ -30,28 +30,7 @@ source ~/.atxp/config
3030

3131
## PaaS Tools
3232

33-
Deploy serverless apps with Cloudflare Workers, SQLite databases (D1), and object storage (R2).
34-
35-
### Workers (Serverless Functions)
36-
- `deploy_worker` - Deploy a Cloudflare Worker
37-
- `list_deployments` - List all deployed workers
38-
- `get_logs` - Retrieve worker logs
39-
- `delete_worker` - Delete a worker deployment
40-
41-
### D1 Database (SQLite)
42-
- `create_database` - Create a new D1 database
43-
- `list_databases` - List all databases
44-
- `query` - Execute SQL queries
45-
- `delete_database` - Delete a database
46-
47-
### R2 Storage (Object Storage)
48-
- `create_bucket` - Create a new R2 bucket
49-
- `list_buckets` - List all buckets
50-
- `upload_file` - Upload a file to a bucket
51-
- `get_file` - Retrieve a file from a bucket
52-
- `list_files` - List files in a bucket
53-
- `delete_file` - Delete a file
54-
- `delete_bucket` - Delete a bucket
33+
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.
5534

5635
## Usage
5736

@@ -84,4 +63,4 @@ const result = await client.callTool({
8463
| `music.mcp.atxp.ai` | `music_create` |
8564
| `video.mcp.atxp.ai` | `create_video` |
8665
| `x-live-search.mcp.atxp.ai` | `x_live_search` |
87-
| `paas.mcp.atxp.ai` | `deploy_worker`, `list_deployments`, `get_logs`, `delete_worker`, `create_database`, `list_databases`, `query`, `delete_database`, `create_bucket`, `list_buckets`, `delete_bucket`, `upload_file`, `get_file`, `list_files`, `delete_file` |
66+
| `paas.mcp.atxp.ai` | PaaS tools (see `atxp-paas` skill) |

0 commit comments

Comments
 (0)