Skip to main content

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:

  1. Click button to open skills panel.
  2. Click the [+Import] button on the skills panel.
  3. Select a skill folder or a parent folder containing multiple skills.
  4. Enia will parse and validate the folder structure.
  5. Successfully imported skills are stored locally at ~/.eniacode/skills and 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

  1. Hover over any skill.

  2. Click the icon that appears.

  3. 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:

  1. Keyword match: Your message contains terms from the Skill description
  2. Intent recognition: Your request aligns with the Skill's purpose
  3. Context fit: The current conversation benefits from the Skill

You don't need to manually invoke Skills — Enia handles this intelligently.