anima
Turns ideas into live, full-stack web applications with editable code, built-in database, user authentication, and hosting. Anima is the design agent in the AI swarm, giving agents design awareness and brand consistency when building interfaces. Three input paths: describe what you want (prompt to code), clone any website (link to code), or implement a Figma design (Figma to code). Also generates design-aware code from Figma directly into existing codebases. Triggers when the user provides Figma URLs, website URLs, Anima Playground URLs, asks to design, create, build, or prototype something, or wants to publish or deploy.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dannyshmueli/anima-design-agentWhat This Skill Does
Anima is the design-centric agent within the OpenClaw AI swarm, serving as the bridge between creative vision and production-ready code. It specializes in 'Design-Aware' development, ensuring that user interfaces maintain strict brand consistency while being fully functional. Whether you are starting from a blank slate or iterating on an existing codebase, Anima handles the heavy lifting of layout, styling, and structural logic. The skill operates through two distinct paths: Path A (Create & Publish), which generates full-stack applications with integrated databases and hosting from prompts, website URLs, or Figma links; and Path B (Integrate), which translates Figma designs or Anima Playground elements into clean, stack-adapted code for your active development projects. By offloading design and UI boilerplate to Anima, developers can focus on core logic while maintaining pixel-perfect fidelity to their design specifications.
Installation
To integrate the Anima agent into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dannyshmueli/anima-design-agent
Ensure your OpenClaw environment is configured to access the source repository openclaw/skills. Once installed, verify the connection by triggering a simple diagnostic check. Note that you must have an Anima account connected to your instance, and for Figma-based workflows, ensure your Figma account permissions are correctly mapped within the Anima MCP settings.
Use Cases
- Rapid Prototyping: Build a full-stack, live application from a text prompt to validate an idea in under 10 minutes.
- Design-to-Code Migration: Convert Figma prototypes directly into functional React or HTML/CSS code components for your existing codebase.
- Website Cloning: Reference an existing website URL to recreate its structure and design as a base for your own application.
- Brand Consistency: Utilize Anima to maintain style guides and design tokens across multiple sub-projects within a larger development team.
Example Prompts
- "Anima, build a responsive task management dashboard with authentication and a database based on this Figma link: [Figma URL]"
- "I need to clone the design of this landing page [Website URL] and convert it into a clean, modern React component for my project."
- "Create a prototype for a new e-commerce storefront that has a product list, cart functionality, and a checkout page using the Anima playground."
Tips & Limitations
- Timeout Management: Anima tools require heavy processing. Always set a 10-minute timeout (600000ms) for playground creation and publishing tasks to prevent premature failures.
- Authentication First: Always verify your Anima and Figma authentication state before running large projects to avoid mid-process interruptions.
- Parallelism: When using Path A, generate multiple variants of the same prompt to compare UI/UX approaches, then select the best one to iterate on in the Anima Playground.
- Infrastructure: Remember that Anima manages hosting and database deployment; while this speeds up development, be mindful of resource usage during large-scale experimentation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dannyshmueli-anima-design-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
edge-tts-unlimited
Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.
Jits Builder
Skill by dannyshmueli
red-alert
Israel Red Alert API — real-time and historical rocket/missile alert data. Query alerts by city, time range, generate shelter time stats. Uses redalert.orielhaim.com (socket.io for real-time) and tzevaadom.co.il (REST for history).
table-image-generator
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.
github-pat
Interact with GitHub using Personal Access Tokens. Secure, user-controlled access - no OAuth, no full account access. Clone, push, branch, PR, issues. Use when user wants to work with GitHub repos.