Skip to main content

Module skill

Module skill 

Source
Expand description

Skill system: multi-format SKILL.md parsing with format detection, plus multi-registry marketplace sources (ClawHub, Skills.sh).

Re-exports§

pub use format::SkillFormat;
pub use manager::SkillManager;
pub use prompt::compact_path;
pub use prompt::escape_xml;
pub use requirements::check_requirements;
pub use types::ConfigCheck;
pub use types::InstallKind;
pub use types::Requirements;
pub use types::RequirementsCheck;
pub use types::Skill;
pub use types::SkillConfig;
pub use types::SkillEntry;
pub use types::SkillInstallSpec;
pub use types::SkillInvocationPolicy;
pub use types::SkillMeta;
pub use types::SkillMetadata;
pub use types::SkillRef;
pub use types::SkillSnapshot;
pub use types::SkillSource;
pub use types::SkillState;
pub use types::SkillStatus;

Modules§

clawhub
ClawHub marketplace integration.
format
Skill format detection.
frontmatter
Format-specific frontmatter types and unified parsing pipeline.
manager
Skill manager — loads, stores, and manages skills.
prompt
Prompt formatting.
requirements
Requirements evaluation.
skills_sh
Skills.sh marketplace integration.
types
Domain types for the skill system.