animaworks
Persistent agent teams that plan, build, review, and ship software
All Skills in This Repository (19)
Pure Emerald Level Indicatorsgmail-tool
Reads and manages Gmail messages via OAuth2 API, including listing unread emails, reading bodies, and creating drafts.
chatwork-tool
Send, retrieve, search, and organize Chatwork messages and rooms via API.
animaworks-guide
Document animaworks CLI commands for server, Anima, model, task, and asset management.
google-calendar-tool
List and create Google Calendar events via OAuth2 with ISO8601 date validation.
subordinate-management
Suspend, resume, and reconfigure subordinate Anima agents via status.json flags.
tool-creator
Create Python tool modules for AnimaWorks with schemas, dispatch, and credentials.
image-posting
Extract image URLs and asset paths from tool outputs for Markdown embedding.
skill-creator
Generate SKILL.md files with YAML frontmatter and optional references.
subagent-cli
Execute external AI agent CLIs via Bash for delegated coding tasks.
image-gen-tool
Generate character images and 3D models from text prompts and reference images.
x-search-tool
Search X (Twitter) by keyword or user handle with configurable count and days.
github-tool
List and create GitHub issues and pull requests via the gh CLI.
Frequently Asked Questions
FAQPage SchemaHow to install AnimaWorks?▼
Run `npx skills add xuiltul/animaworks --all -g -y` in your terminal to install all skills in this suite globally.
What does AnimaWorks actually do?▼
It runs a persistent team of agents that take a goal, split it into tasks, write code in parallel worktrees, review pull requests, fix CI failures, and deploy — escalating to a human only when needed.
Can AnimaWorks handle tasks beyond coding?▼
Yes. The same organization can answer email, post to Slack or Discord, take Zoom meeting notes, manage calendars, and run scheduled cron jobs using its built-in skills.
Which models and tools does AnimaWorks support?▼
It works with Claude, GPT, Gemini, and local models via Ollama, and can delegate coding work to Codex, Cursor, or Claude CLIs as subprocesses.
Do I need coding skills to run an agent organization?▼
No. A setup wizard walks you through creating your first agent, and you direct the organization with plain-language goals while agents handle execution.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core