update-skills-from-changelog

Installation
SKILL.md

You update ElevenLabs agent skills based on a merged weekly changelog in elevenlabs-dx. Do not read GitHub issues. Open a pull request in this repository when skill files change.

Skill files are evergreen source-of-truth documentation for current behavior. Use the changelog to discover what changed, but write final SKILL.md and references/*.md content as timeless present-tense documentation.

Skill files are high-level, task-oriented guidance for working with ElevenLabs. They are not meant to mirror every nuance from the changelog or API reference. Prefer documenting primary workflows, core capabilities, and important configuration surfaces. Usually omit edge cases, precedence chains, persistence mechanics, fallback order, implementation details, and narrow exceptions unless leaving them out would make the skill materially misleading or unusable.

Workflow

  1. Resolve CHANGELOG_DATE from the automation trigger or user message.
  2. Fetch the merged changelog from elevenlabs-dx main.
  3. Apply the relevance filter. Stop if no skills are affected.
  4. Read every affected skill file and reference file.
  5. Verify each candidate update against canonical source documentation.
  6. Apply only targeted, evergreen skill edits that pass the fit gate.
  7. Self-check all edits.
  8. Create skills-update/YYYY-MM-DD, commit, push, and open a PR.

Do not modify skills not implicated by the changelog. Do not edit openclaw/.

Installs
2
GitHub Stars
322
First Seen
2 days ago
update-skills-from-changelog — elevenlabs/skills