-
Notifications
You must be signed in to change notification settings - Fork 2.6k
AI Assistants Ecosystem Guide
This guide is an overview of AionUi's assistants and skills system. AionUi ships 21+ built-in professional assistants, and you can extend any of them with Skills (Markdown packs that add new capabilities).
๐ For detailed configuration steps (creating, editing, Rules, picking a backend), see the Assistant Configuration Guide.
- Assistant โ A focused AI persona built on top of a backend Agent. Has a name, avatar, description, Rules (Markdown system prompt), and a set of enabled Skills.
- Backend Agent โ The engine that actually runs (Built-in Aion CLI, Claude Code, Codex, Gemini, Qwen, Cursor, etc.). Same Rules/Skills can run on different backends.
-
Skill โ A Markdown pack (
SKILL.md) that gives the assistant extra capabilities (file format handlers, document generators, MCP tool packs, domain references). Built-in skills includepptx,docx,xlsx,pdf,mermaid, and more.
Skills come from three sources:
- Built-in โ shipped with AionUi
- Custom โ your own Skills folders, scanned from a path you configure
- Extension โ provided by external Agent extensions
These are the presets that ship with AionUi today (the canonical list comes from PRESET_ID_WHITELIST in migrateAssistants.ts):
-
๐ PPT Creator โ Generate
.pptxpresentations - ๐ Morph PPT / Morph PPT 3D โ Slide-to-slide Morph transitions, with a 3D variant
- ๐ Pitch Deck Creator โ Investor-ready pitch decks
- ๐ Dashboard Creator โ Data dashboard generation
-
๐ Word Creator โ Production-ready
.docxdocuments - ๐ Word Form Creator โ Form-style Word documents
- ๐ Excel Creator โ Spreadsheets with analysis, charts, auto-formatting
- ๐ Academic Paper Writer โ Structured academic papers
- ๐ฐ Financial Model Creator โ Financial models and projections
- โญ Star Office Helper โ Office productivity assistant
- ๐ค Cowork โ Autonomous task execution: file ops, document processing, workflow planning
- ๐ฎ 3D Game โ Single-file 3D game generation
- ๐จ UI/UX Pro Max โ Professional UI/UX design (57 styles, 95 color palettes, 56 font pairings)
- ๐ Beautiful Mermaid โ Flowcharts, sequence/state/class/ER diagrams with themes
- ๐ Story Roleplay โ Immersive roleplay with character cards & world info (SillyTavern-compatible: Tavern Card V2/V3, PNG/WebP/JSON)
- ๐ Planning with Files โ Manus-style persistent Markdown planning
- ๐งญ HUMAN 3.0 Coach โ Personal development coach
- ๐ฃ Social Job Publisher โ Expand a hiring brief into a JD + images and publish to social platforms
- ๐ฆ moltbook โ Zero-deployment social network for AI agents
- ๐ง OpenClaw Setup โ Setup helper for OpenClaw integration
๐ก The list grows over time. Open Settings โ Assistants to see exactly what's available in your build.
| Skill | What it does |
|---|---|
pptx |
PowerPoint editing via OOXML |
docx |
Word document editing via OOXML |
xlsx |
Excel/spreadsheet manipulation, formulas |
pdf |
PDF manipulation, splitting, form filling, image conversion |
mermaid |
Mermaid diagram rendering |
morph-ppt |
Morph slide transitions |
story-roleplay |
Character card + world info handling |
moltbook |
Agent-social-network helpers |
openclaw-setup |
OpenClaw connection wizard |
Plus more โ open Settings โ Assistants โ Skills to see the full list.
- Open AionUi โ click the assistant chip in the conversation header
- Or create a new conversation and pick from the list
Open Settings โ Assistants to:
- Switch the backend Agent (Built-in Aion CLI, Claude Code, Codex, Gemini, Qwen, Cursor, OpenCode, Snow CLI, โฆ)
- Edit Rules (Markdown system prompt)
- Toggle Skills on or off
- Add Custom Skill folders from your machine
- Built-in assistants: name + avatar locked, but you can change description, Rules, Skills, and backend. Cannot be deleted (only disabled).
- Custom assistants: fully editable, including name and avatar. Created from Settings โ Assistants โ Create.
A custom Skill is just a folder containing SKILL.md:
---
name: my-skill
description: One-line description of what this skill does
---
# My Skill
Long-form usage instructions go here. Markdown only โ no code execution unless
the Skill explicitly invokes a tool.To register your folder:
- Settings โ Assistants โ open an assistant
- Skills โ Add Skills
- Pick a detected common path (
~/.claude/skills,~/skills) or paste an absolute path - AionUi scans for
SKILL.mdfiles and lists them as toggleable Skills
- Pick the right backend โ Claude Code is great for code; Built-in Aion CLI is great as a default; Codex/Cursor have their own strengths.
- Keep Rules tight โ short imperative prompts, headings + lists, concrete examples.
- Don't over-enable Skills โ only turn on what the task actually needs.
- Custom Skills should be focused โ one folder, one purpose.
Run different assistants in different conversations and pass artifacts between them:
- Pitch + visuals: Pitch Deck Creator drafts the deck โ Beautiful Mermaid adds diagrams โ UI/UX Pro Max suggests visual treatments
- Hiring: Social Job Publisher writes the JD โ publishes to multiple platforms
- Research โ paper: Cowork gathers files โ Academic Paper Writer drafts the paper โ Word Creator finalizes
- ๐ค Assistant Configuration Guide โ full step-by-step
- ๐ MCP Configuration Guide โ extend assistants via MCP
- โ๏ธ Multi-Agent Mode Setup โ install backend CLI agents
- โฐ Scheduled Tasks Guide โ run assistants on a schedule
- โ FAQ
Need help?
- ๐ Report issues
- ๐ฌ Community discussions
- ๐ Full documentation
Combine assistants and Skills to automate your work. ๐ ๏ธ
Welcome to the comprehensive AionUi documentation! Find everything you need to configure, use, and master AionUi.
- โ๏ธ LLM Configuration
- ๐ค Multi-Agent Mode Setup
- ๐จ Image Generation Setup
- ๐งฉ Assistant Configuration
- ๐ MCP Configuration
- ๐ป WebUI Configuration
- ๐ Remote Internet Access
- ๐ค DingTalk Bot Setup
- โฐ Scheduled Tasks Guide
- ๐ ๏ธ AI Assistants & Skills Ecosystem
- ๐ Preview Panel Guide
- ๐ File Management
- ๐ Excel Smart Processing
- ๐ Smart Information Gathering
- ๐ Local Knowledge Base Application
- โ AI Learning Assistant
- โ๏ธ Writing & Content Creation
- ๐ Getting Started
- โ๏ธ LLM Configuration
- ๐ค Multi-Agent Mode Setup
- ๐งฉ Assistant Configuration
- ๐จ Image Generation
- ๐ MCP Configuration
- ๐ WebUI Configuration
- โฐ Scheduled Tasks
- ๐ ๏ธ AI Assistants & Skills
- ๐ Preview Panel
- โ FAQ