edit_skill
Create, modify, or remove skills representing character attributes. Update name, icon, color, or experience points.
Instructions
Create a new skill or edit an existing skill (name, icon, color, experience). Can also delete skills. Skills represent character attributes that can be leveled up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Skill ID (required for editing/deleting existing skills) | |
| content | No | Skill name (required when creating new skill) | |
| desc | No | Skill description | |
| icon | No | Icon (can use emoji like 💻) | |
| color | No | Skill color in hex format (e.g., "#FF6B6B") | |
| exp | No | Experience points for this skill | |
| delete | No | Delete flag (only valid when id is provided, default: false) |