AI Course/week18_openclaw_channels/useful_skill/SKILL.md

Course file

SKILL.md

week18_openclaw_channels/useful_skill/SKILL.md

[Skill Name]

<!-- Pick one: Daily Quote, Homework Reminder, Quick Facts, or your own idea -->

Purpose

[One sentence: what does this skill do?]

When to Use

When the user:

  • [Trigger 1, e.g., "asks for a quote"]
  • [Trigger 2, e.g., "says they need motivation"]
  • [Trigger 3]

Behavior

  • [How should the agent respond?]
  • [Any formatting rules?]
  • [Any limits or guardrails?]

Knowledge

<!-- Fill this in based on your skill type -->

If Daily Quote:

<!-- Add 10+ quotes with attributions -->
  1. "The only way to do great work is to love what you do." — Steve Jobs
  2. ...

If Homework Reminder:

<!-- Describe how to track tasks -->
  • When the user says "add homework [subject]: [task] due [date]", save it
  • When they say "what's due", list upcoming tasks sorted by date
  • ...

If Quick Facts:

<!-- Add facts and formulas for your subject -->
  1. ...
  2. ...

Examples

User: [Example message] Agent: [Example response]

User: [Another example] Agent: [Another response]