Skip to content
Discussion options

You must be logged in to vote

Hi! Here's a step-by-step guide to create and use skills in AionUi:

Creating a Custom Skill

1. Navigate to the skills folder:

Skills are stored in the skills/ directory of your AionUi installation.

2. Create a new skill file:

Create a new .json or .yaml file in the skills/ folder. Here's a basic structure:

{
  "name": "My Custom Skill",
  "description": "Description of what this skill does",
  "prompts": [
    {
      "role": "system",
      "content": "You are a helpful assistant specialized in..."
    }
  ],
  "tools": []
}

3. Restart AionUi to load the new skill.

Troubleshooting: "Skill already added but not displayed"

This is a known UI refresh issue. Try these steps:

  1. Close and reope…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CWfrodz
Comment options

@IceyLiu
Comment options

Answer selected by IceyLiu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants