Skills
Skills is a feature that teaches AI new capabilities.
Just like giving an employee a work manual, if you provide the AI with guidelines and tools packaged as a “Skill” saying “do this in this situation,” the AI will automatically perform the appropriate tasks during the conversation.
For example:
- Presentation Generation Skill → If you ask “Create Q4 performance presentation materials,” it automatically handles everything from data visualization to slide design according to the company template.
- Company Document Form Creation Skill → If you ask “Create a contract,” it automatically creates it according to the company template.
- Meeting Minutes Summary Skill → If you upload a meeting transcript text, it structures and organizes action items, decisions, and persons in charge.
A Skill package includes a SKILL.md (instruction manual) for the AI to reference, scripts to perform the actual work, and necessary reference files. The AI executes these in a safe Sandbox environment to perform complex calculations, data processing, external system integration, etc.
If you find it difficult to configure a Skill from scratch, explore and download useful Skills from here , where various ready-made Skills are collected. You can check out useful Skills shared by other users and utilize them according to your environment.
Creating a Skill
You can register a new Skill in the Skills menu.
Click Create Skill Button
Go to the Skills menu.
- If there are no registered Skills, you will be automatically redirected to the Skill registration page.
- If there are already registered Skills, click the New Skill button at the top right.
Upload Skill Package
Upload the prepared Zip file on the Skill registration page. (Only one file can be uploaded at a time.)

-
Auto-fill: When the file is uploaded, the Name and Description defined in
SKILL.mdare automatically entered. -
Not Editable: The automatically entered Name and Description cannot be modified.
-
File List: The list of files included in the package is displayed. (However, the contents of the files cannot be viewed.)
Skill Package Structure Example
A Zip file is usually structured as follows:my-skill.zip ├── SKILL.md ├── scripts/analyze.py ├── scripts/generate.py └── data/sample.csv
Skill Registration Complete
When the file upload is complete, it is automatically saved.

Using a Skill
To make the AI use the registered Skill, you must add that Skill to a Preset.
What is a Preset?
It is a toolbox containing Skills and tools to be used in each chat room.
For example, you can put analysis Skills in a “Data Analysis Preset” and document generation Skills in a “Document Creation Preset” and choose them according to your purpose.
- Go to the Presets menu.
- Select a Preset to add the Skill to, or create a new Preset.

- In the Skills section, find the Skills to use and check the checkboxes. (Multiple Skills can be selected at the same time.)

- Save the Preset.
Chat Example
Now, if you select that Preset and start a chat, the AI will understand the conversation context and automatically use the Skill.

Precautions When Updating Skills
Did you modify a Skill?
Modified Skill content may not be immediately reflected in open chat rooms.
The Sandbox running during a chat maintains the Skill files from when they were first loaded.
Even if you update a Skill, the already running Sandbox may continue to reference the old version files.
Therefore, the most certain way is to open a new chat window and start a conversation.
If you have modified a Skill’s files or content, please follow these procedures to ensure the changes are reflected.
- Start a New Chat: Instead of an existing chat room, click New Chat to start a new conversation. A new Sandbox with the updated Skill loaded will be executed in the new chat room.
- Keep Existing Chat Room: If you must continue using an existing chat room, you may need to try again after a certain period of time when the Sandbox has terminated, or wait for the session to expire explicitly.