Official agent skills for creating and managing AI comics with LlamaGen.
npx skills add LlamaGenAI/skills --yesThe installer adds the llamagen-comics skill. On first use, the skill installs @llamagen/cli when needed and guides browser-based authentication without copying browser cookies into the terminal.
- Browser login with
llamagen auth login - Authentication status and local logout
- Comic creation and generation lookup
- Continue-writing and panel regeneration
- Comic API usage checks
- Independent authentication-site and API-domain configuration for isolated tests
npm install --global @llamagen/cli
llamagen auth login- CLI source: https://github.com/LlamaGenAI/cli
- Skills source: https://github.com/LlamaGenAI/skills
- Documentation: https://llamagen.ai/mcp
MIT