Skip to content

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

  1. Define what your skill should do
  2. Create a new task: "Create a Tencent WorkBuddy skill that [your description]"
  3. Tencent WorkBuddy generates the skill files (YAML configuration + implementation)
  4. Install the generated skill
  5. 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