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: