rsclaw-skill 0.1.0

Skill crate for RsClaw — internal workspace crate, not for direct use
docs.rs failed to build rsclaw-skill-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Skill subsystem.

A skill is a directory containing a SKILL.md manifest + optional shell scripts. Skills extend the agent with shell-backed tools.

Public API surface:

  • SkillRegistry — loaded skills, keyed by slug
  • load_skills() — scan directories, apply config enable/disable
  • run_tool() — execute a skill tool command
  • ClawhubClient — download/install skills from clawhub.ai
  • LockFile.clawhub/lock.json read/write