Skills Management
Learn how to create, edit, and manage skills, including manual creation, uploading skill packages, attaching tools, and export functionality
If you're not yet familiar with what skills are, please read: Skill Overview
Creating Skills
Click Skills in the left sidebar to enter the skills management page, then click the Add Skill button in the upper right corner.
The system provides two creation methods:
Method 1: Manual Creation
Suitable for writing skill instructions from scratch.
In the add skill dialog, click the Switch to manual creation link at the bottom to switch to manual mode
Fill in the Basic Settings tab:
Skill Name (required): Give the skill an easily identifiable name
Description (required): Briefly describe the skill's purpose
Switch to the Instructions tab and write instructions in Markdown format. You can also click the Apply Template button to use a system-provided default template as a starting point
(Optional) Switch to the Attached Tools tab to select the tools required by the skill
Click Save to complete creation
Method 2: Upload Skill Package
Suitable for importing pre-packaged .skill or .zip files.
In the add skill dialog (upload mode by default), drag and drop the
.skillor.zipfile into the upload area, or click the area to select a fileAfter the upload is complete, the system automatically parses the
SKILL.mdfile to extract the skill name, description, and instructionsAfter successful creation, you are automatically redirected to the edit page where you can further adjust the settings
The skill package must contain a SKILL.md file in the following format:
Editing and Configuring Skills
In the skill list, click the Edit icon for the skill to enter the skill settings page.
Basic Settings
Edit the skill's name and description.
Instructions
Edit the skill instructions in Markdown format. These instructions serve as the execution guide when the AI assistant activates the skill.
Click Apply Template to load a default instruction template.
Applying a template will overwrite the current instructions. Please confirm before proceeding.
Skill Package (Upload-created skills only)
If the skill was created by uploading a .skill / .zip file, this tab displays:
Skill package info: File name, size, upload time
Preview: Expand to view the file structure within the skill package
Download: Export the skill package file
Re-upload skill package: Upload a new version to replace the existing skill package
Attached Tools
Bind the required tools to the skill so the AI assistant can call them when executing the skill.
Click the Select Tools button to open the tool selection dialog
Check the tools to attach (multiple selection supported), then click Confirm
Selected tools appear in the list, showing the tool name, type (API / MCP), and description
To remove a tool, click the delete icon on the tool card
After completing the configuration, click the Save button in the lower right corner of the page.
Exporting Skills
In the skill edit page's Skill Package tab, click the Download button to export the skill as a .skill file.
Manually created skills can also be exported. The system automatically packages the instructions and resources into a .skill file. Exported skill packages can be shared with other organizations for import.
Binding Skills to an AI Assistant
Skills must be bound to an AI assistant to take effect:
Go to the AI Assistant page, select the target AI assistant, and enter its settings
Find the Skills setting in the model configuration area
Select the skills to bind and click Confirm
Save the AI assistant settings
Once bound, the AI assistant automatically determines whether to activate a skill based on the user's question during conversations and executes the corresponding task according to the skill instructions.
Deleting Skills
In the skill list, click the Delete icon for the skill, then confirm to delete it.
After deleting a skill, AI assistants that had this skill bound will no longer be able to use it. This action cannot be undone.
Last updated
Was this helpful?
