animaworks
01Settings file Claude Code
Agent settings configuring permissions.
Settings file Claude Code
Agent settings configuring permissions.
Skill Claude CodeCodex
A procedure for generating sets of still images that make a bust-up avatar appear animated, such as changing its mouth and blinking. Bust-up means an image showing a character from about the chest upward; the frames are switched with web code instead of using a rigging system.
Skill Claude CodeCodex
A procedure for using image generation to create consistent pixel-art character sprite sheets for a workspace. A sprite sheet is one image containing many animation frames for a character.
MCP server Claude CodeCodexCursor +2
MCP server "awlib" as configured in xuiltul/animaworks. Launched with .venv/bin/animaworks mcp --anima librarian.
Skill Claude CodeCodex
Skill for hiring and creating new Digital Anima in the AnimaWorks organization. Create a character sheet (Markdown) based on interviews, then use the CLI command (animaworks anima create) to generate identity/injection/permissions in bulk. After creation, self-configure via bootstrap. "Create a new employee", "Hire…
Skill Claude CodeCodex
Skill for operating and managing AnimaWorks server processes. Perform hot reload (server reload) after code updates, Anima process restart, and server status checks (list of running Anima, memory usage). "Reload", "Apply updates", "Refresh", "System status", "Server restart", "Process check".
Skill Claude CodeCodex
Headless browser automation CLI. Open, browse, interact with, and screenshot web pages. Use when: opening websites, browser-based login, web app testing, taking screenshots, UI verification.
Skill Claude CodeCodex
Full animaworks CLI reference: server, Anima lifecycle, models, tasks, config, RAG, assets, external tools. Use when: looking up subcommands, starting or stopping the server, or managing Anima, models, tasks, logs, config, indexes.
Skill Claude CodeCodex
AWS infrastructure collector. Fetches ECS status, CloudWatch logs, and metrics. Use when: checking ECS health, inspecting CloudWatch error logs, pulling infra metrics, or monitoring AWS resources.
Skill Claude CodeCodex
Chatwork integration tool for send/receive messages, search, unreplied checks, and room listing. Use when: posting to Chatwork, listing rooms, checking unreplied threads, searching messages, or handling mentions.
Skill Claude CodeCodex
Skill for reading and writing cron.md in the correct format for scheduled LLM or command tasks. Use when: editing cron.md, adding or changing cron schedules, or removing periodic jobs.
Skill Claude CodeCodex
Discord integration tool for messaging, search, guild and channel listing, and reactions. Use when: posting to Discord, listing channels, searching messages, or adding reactions in guilds.
Skill Claude CodeCodex
GitHub integration tool for listing and creating issues and PRs via the gh CLI wrapper. Use when: creating or listing issues or pull requests, or checking repository work on GitHub.
Skill Claude CodeCodex
Gmail integration tool for unread checks, reading bodies, and drafts via OAuth2 Gmail API access. Use when: reading inbox mail, fetching message bodies, writing drafts, or searching labeled mail.
Skill Claude CodeCodex
Google Calendar integration tool for listing and creating events via OAuth2 Calendar API access. Use when: checking upcoming events, creating appointments, or updating your schedule.
Skill Claude CodeCodex
Google Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists.
Skill Claude CodeCodex
Image and 3D model generation tool using NovelAI, Flux, and Meshy for illustrations and 3D output. Use when: generating character art, bust or chibi images, avatars, or running image pipelines.
Skill Claude CodeCodex
Skill for embedding images in chat replies: URL detection from tool results, Markdown image syntax, and assets paths. Use when: surfacing images from search or generation tools, pasting Markdown images, or showing attachments.
Skill Claude CodeCodex
Local LLM execution tool for text generation and chat through Ollama or vLLM endpoints. Use when: running on-prem inference, calling a local GPU model, or summarizing with a self-hosted LLM.
Skill Claude CodeCodex
Delegates work to external agent CLIs (machine tools) for large code changes, investigation, or analysis. Use when: offloading implementation via the machine command, heavy refactors, or batched agent runs.
Skill Claude CodeCodex
Notion integration tool for searching, reading, creating, and updating pages and databases via the API. Use when: editing Notion pages, adding database rows, or searching a workspace.
Skill Claude CodeCodex
Meta-skill for authoring Markdown Skill files with YAML frontmatter and progressive disclosure via createskill. Use when: adding a new skill, generating SKILL.md with references or templates, or checking description rules.
Skill Claude CodeCodex
Slack integration tool for send/receive messages, search, unreplied checks, channel listing, and emoji reactions. Use when: posting to Slack, listing channels, replying in threads, checking unreplied items, or adding reactions.
Skill Claude CodeCodex
Runs external AI agent CLIs via Bash in non-interactive mode. Delegates coding with codex exec or cursor-agent. Use when: offloading complex implementation, code review, multi-file edits, or spawning a subagent from Bash.