What problem does it solve? When setting up or troubleshooting the OpenDeploy skill subsystem, you need a quick way to confirm that skills are actually discovered, loaded, and delivered to the agent — not just listed in a catalog. This Skill provides a deterministic self-check that proves the entire skill pipeline is wired correctly. ## Core Features & Use Cases - Activation Verification: Returns a fixed first-line marker proving the skill body was loaded into context, not just its description. - Pipeline Coverage Check: Confirms three capabilities — skill discovery from the system prompt catalog, skill loading via the load_skill tool, and skill distribution via installer seed or git pull. - Source Reporting: States where the skill body was loaded from (local seed package, GitHub repository, or Gitee mirror). - Use Case: After installing OpenDeploy or updating the knowledge base, type "/skill-ping" to verify the skill subsystem works end to end before relying on business skills. ## Quick Start Ask the agent to run a skill system test by typing "/skill-ping" or "测试技能激活" and check that the response begins with the exact activation marker line.