From fe694dbf82442608aa200c462a8e8c1c2406a553 Mon Sep 17 00:00:00 2001 From: Emilio Amaya Date: Mon, 26 Jan 2026 13:50:54 -0500 Subject: [PATCH] Add Agent Skill documentation to README Documents the ATXP skill installation and capabilities for AI assistants. Co-Authored-By: Claude Opus 4.5 --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 8f896ae..b7f8c62 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,31 @@ npm start # For Express projects npm start # For Cloudflare projects (runs vite dev) ``` +## Agent Skill + +This repo includes an [Anthropic Agent Skill](https://github.com/anthropics/skills) that teaches AI assistants how to use ATXP tools. + +### Installation + +Copy the skill to your Claude skills directory: +```bash +cp -r skills/atxp ~/.claude/skills/ +``` + +Or install via skills.sh: +```bash +npx skills add atxp-dev/cli +``` + +### What It Enables + +Once installed, Claude can use ATXP tools when you ask for: +- Web search (`npx atxp search `) +- AI image generation (`npx atxp image `) +- AI music generation (`npx atxp music `) +- AI video generation (`npx atxp video `) +- X/Twitter search (`npx atxp x `) + ## Development Install dependencies: