{"_id":"@aeriox-co/skills","name":"@aeriox-co/skills","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aeriox-co/skills","version":"1.0.0","description":"AERIOX skills bundle for Claude Code / Claude Desktop — image animation, character building, prism application, multi-shot composition. Wraps the @aeriox-co/mcp server.","author":{"name":"AERIOX LLC"},"license":"MIT","homepage":"https://github.com/aeriox/skills-aeriox","repository":{"type":"git","url":"git+https://github.com/aeriox/skills-aeriox.git"},"bugs":{"url":"https://github.com/aeriox/skills-aeriox/issues"},"keywords":["claude","claude-code","claude-desktop","skills","mcp","aeriox","image-generation","video-generation"],"type":"module","engines":{"node":">=20.0.0"},"scripts":{"lint":"node scripts/lint-skills.mjs"},"gitHead":"77b8928e5ad6c262b096eee906b5fb762e38240e","_id":"@aeriox-co/skills@1.0.0","_nodeVersion":"25.6.1","_npmVersion":"11.9.0","dist":{"integrity":"sha512-mrsQ3TME1lTEZJYOxy4lTfdnhRTVDojy+LAj7Gkk57bJWQlikpxLIJax8DpOvm4qPhPN0B93IGLOKBQPCIT7OA==","shasum":"b278b69a51301d0ebbbb338c7758e2298b347447","tarball":"https://registry.npmjs.org/@aeriox-co/skills/-/skills-1.0.0.tgz","fileCount":7,"unpackedSize":32088,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCGN5yk0KMADmDe1h3oLEHkPDAcrxxv6BTZmAwi5toixAIhAMUKeOKllDpHQyubGmyPAo8ab/RRNsdO40sXAtbqBREO"}]},"_npmUser":{"name":"aeriox","email":"joshua@aeriox.co"},"directories":{},"maintainers":[{"name":"aeriox","email":"joshua@aeriox.co"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/skills_1.0.0_1778170405398_0.08256851907283758"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-07T16:13:25.198Z","1.0.0":"2026-05-07T16:13:25.527Z","modified":"2026-05-07T16:13:25.784Z"},"maintainers":[{"name":"aeriox","email":"joshua@aeriox.co"}],"description":"AERIOX skills bundle for Claude Code / Claude Desktop — image animation, character building, prism application, multi-shot composition. Wraps the @aeriox-co/mcp server.","homepage":"https://github.com/aeriox/skills-aeriox","keywords":["claude","claude-code","claude-desktop","skills","mcp","aeriox","image-generation","video-generation"],"repository":{"type":"git","url":"git+https://github.com/aeriox/skills-aeriox.git"},"author":{"name":"AERIOX LLC"},"bugs":{"url":"https://github.com/aeriox/skills-aeriox/issues"},"license":"MIT","readme":"# @aeriox-co/skills\n\nPre-packaged Claude Code / Claude Desktop skills for the AERIOX public API. Each skill orchestrates one or more `aeriox-mcp` (the CLI command exposed by the `@aeriox-co/mcp` package) tool calls with sane defaults, prompting strategy, and error recovery — so the agent doesn't have to figure out the choreography from scratch every time.\n\n## Skills (4)\n\n| Skill | What it does |\n|-------|-------------|\n| `/aeriox:bring-to-life` | Take an image, animate it via the best-fit motion preset and (optional) prism. Wraps `apply_prism` + `generate_video`. |\n| `/aeriox:character-builder` | Guided character creation — collect 3-5 references, train, validate identity fidelity. Wraps `create_character` + `get_job_status` + retry logic. |\n| `/aeriox:prism-apply` | Browse the prism catalog, preview top 3 candidates against your asset, apply the chosen one. Wraps `list_prisms` + `apply_prism`. |\n| `/aeriox:compose-film` | Multi-shot video assembly — gather characters, generate per-shot videos, stitch into a single output. Wraps `list_characters` + `generate_video` (loop) + `compose_video`. |\n\n## Prerequisites\n\nEach skill calls `aeriox-mcp` tools, so you must have:\n\n1. **`@aeriox-co/mcp` installed and configured** in your client (Claude Desktop, Cursor, Continue, etc.) — see <https://github.com/aeriox/sdk-mcp#configuration>. The CLI command is `aeriox-mcp`.\n2. **`AERIOX_API_KEY` set** in the MCP server's env. Get a key at <https://create.aeriox.co/settings/api-keys>.\n\n## Install\n\n```bash\nnpm install -g @aeriox-co/skills\n```\n\nThen point Claude Code at the installed bundle. The exact installer command is moving as the skills ecosystem matures — see the canonical Anthropic docs at <https://docs.anthropic.com/en/docs/skills> (or your client's skills documentation) for the current path.\n\nThe skills themselves live at `node_modules/@aeriox-co/skills/skills/<name>/SKILL.md` after install.\n\n## Skill anatomy\n\nEvery skill is a single `SKILL.md` file with YAML frontmatter:\n\n```yaml\n---\nname: <skill-id>\ndescription: <one-line summary, used for trigger matching>\ntriggers:\n  - <natural-language phrase>\n  - <natural-language phrase>\ntools:\n  - aeriox-mcp.<tool_name>\n---\n```\n\nThe body is markdown the agent reads when the skill is invoked: prerequisites, step-by-step workflow, examples, error recovery.\n\n## Development\n\n```bash\ngit clone https://github.com/aeriox/skills-aeriox\ncd skills-aeriox\nnpm install\nnpm run lint    # checks SKILL.md frontmatter parses + required keys present\n```\n\n## License\n\nMIT © AERIOX LLC\n","readmeFilename":"README.md","_rev":"1-b3365816e9a2350bc024e56b17440036"}