Skills
Skill is a modular capability extension mechanism. By integrating specific instructions, execution scripts, and reference resources into independent "skill packs," it enables the AI to dynamically load relevant logic in specific scenarios to handle complex tasks with precision.
Create Skills
Import from Local Folder
You can import skills by uploading a local folder containing skill configurations.
Steps:
- Click button to open skills panel.
- Click the [+Import] button on the skills panel.
- Select a skill folder or a parent folder containing multiple skills.
- Enia will parse and validate the folder structure.
- Successfully imported skills are stored locally at
~/.eniacode/skillsand appear in your skills library.
A valid Skill folder must include:
skill-name/
├── SKILL.md # (Required) Core skill instructions
├── scripts/ # (Optional) Helper scripts
├── assets/ # (Optional) Reusable templates
└── reference/ # (Optional) Reference materials
Manage Skills
View Skills
The skills library displays the name and description of each skill. Clicking on a skill will open the SKILL.md file, allowing you to view detailed content.
Delete Skills
-
Hover over any skill.
-
Click the icon that appears.
-
Confirm the action in the pop-up window to delete the skill.
Note: This action is irreversible and the skill cannot be recovered.
Enable/Disable Skills
- New skills are enabled by default.
- Use the toggle switch to change status instantly.
- Disabled skills remain in your library but are excluded from Enia's context and will not be invoked.
Use Skills
Enia automatically decides when to use a skill based on your conversation context.
Automatic Activation
Enia analyzes your input and activates Skills when:
- Keyword match: Your message contains terms from the Skill description
- Intent recognition: Your request aligns with the Skill's purpose
- Context fit: The current conversation benefits from the Skill
You don't need to manually invoke Skills — Enia handles this intelligently.