Practice 8: Self-Evolution — Creating Your Own Skills
Scenario
You have a recurring workflow that you want to automate with a custom skill, extending Tencent WorkBuddy's capabilities.
Steps
- Define what your skill should do
- Create a new task: "Create a Tencent WorkBuddy skill that [your description]"
- Tencent WorkBuddy generates the skill files (YAML configuration + implementation)
- Install the generated skill
- Test the skill by using it in a new conversation
Example Skills to Create
- A skill that formats and beautifies JSON/CSV files
- A skill that generates weekly status reports from task history
- A skill that monitors a folder and processes new files automatically
- A skill that translates documents between languages
Skill Structure
A Tencent WorkBuddy skill typically includes:
- skill.yml: Metadata, description, and configuration
- Implementation files: Scripts or tools the skill uses
- README: Documentation for the skill