Skip to content

AI Assistants Ecosystem Guide

Waili(็“ฆ็ พ) edited this page May 27, 2026 · 3 revisions

๐Ÿ› ๏ธ AionUi AI Assistants & Skills Ecosystem

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).

English | ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ“– For detailed configuration steps (creating, editing, Rules, picking a backend), see the Assistant Configuration Guide.


๐ŸŽฏ Concepts at a glance

  • 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 include pptx, docx, xlsx, pdf, mermaid, and more.

Skills come from three sources:

  1. Built-in โ€” shipped with AionUi
  2. Custom โ€” your own Skills folders, scanned from a path you configure
  3. Extension โ€” provided by external Agent extensions

๐Ÿค Built-in Assistants

These are the presets that ship with AionUi today (the canonical list comes from PRESET_ID_WHITELIST in migrateAssistants.ts):

Office & Documents

  • ๐Ÿ“Š PPT Creator โ€” Generate .pptx presentations
  • ๐Ÿ“Š 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 .docx documents
  • ๐Ÿ“‹ 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

Generic Coworker

  • ๐Ÿค Cowork โ€” Autonomous task execution: file ops, document processing, workflow planning

Creative & Visual

  • ๐ŸŽฎ 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)

Productivity & Workflow

  • ๐Ÿ“‹ 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.


๐Ÿ”ง Built-in Skills (selection)

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.


๐Ÿš€ Using assistants

Pick one

  • Open AionUi โ†’ click the assistant chip in the conversation header
  • Or create a new conversation and pick from the list

Configure (optional)

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 vs custom

  • 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.

๐ŸŽจ Adding custom Skills

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:

  1. Settings โ†’ Assistants โ†’ open an assistant
  2. Skills โ†’ Add Skills
  3. Pick a detected common path (~/.claude/skills, ~/skills) or paste an absolute path
  4. AionUi scans for SKILL.md files and lists them as toggleable Skills

๐Ÿ’ก Best practices

  • 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.

Multi-assistant workflows

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

๐Ÿ”— Related guides


Need help?

Combine assistants and Skills to automate your work. ๐Ÿ› ๏ธ

๐Ÿš€ AionUi Wiki

Welcome to the comprehensive AionUi documentation! Find everything you need to configure, use, and master AionUi.


๐Ÿ  Home


๐Ÿ“š Configuration & Usage Guides

Overview

Getting Started

Core Configuration

Support


๐ŸŽฏ Application Use Cases

Overview

Featured Use Cases


๐ŸŒ Language Switch


๐Ÿ”— Quick Links


๐Ÿค Community

Clone this wiki locally