add_skill_to_folder
Attach a skill to a folder by reference, linking it without duplicating files. Provide folder_id and skill_id to add the skill to the folder.
Instructions
Attach a skill to a folder by reference (the skill's files stay in the skill store).
This does NOT copy skill files — it records that this folder contains the skill.
Call list_folders() for folder_id; skill_id comes from the skill store (Phase 0/1).
Args:
folder_id: The folder ID (from list_folders or create_folder).
skill_id: The skill ID to attach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| skill_id | Yes | ||
| folder_id | Yes |