AgentSkill is AgentScope’s Markdown + resource-file format for describing a reusable “skill” (see Harness · Skill). The AgentSkillRepository interface loads skills from external storage and hands them to the Toolkit / ReActAgent.
The agentscope-extensions-* repository ships the following ready-to-use implementations:
Nacos also provides an AgentSkillRepository implementation: see Nacos.
Wiring
Choosing one
- Want Git PR flow, reviewable text → Git
- Want admin console / live config edits → MySQL, PostgreSQL, or Nacos
- Mix multiple sources → implement
AgentSkillRepository, or register multiple repos to the same toolkit