Skills Compat
v1.0.0Ensures OpenClaw skills.md format works with both nanobot and overstory. Loads skills, registers tools, maps between systems.
⭐ 0· 282·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description align with the provided code: skill_loader.py parses SKILL.md frontmatter and _meta.json, and tool_registry.py builds/exports a registry for nanobot/overstory/Ollama. There are no unexpected environment variables, binaries, or external dependencies declared.
Instruction Scope
SKILL.md and the scripts confine actions to discovering SKILL.md files and reading corresponding _meta.json files. The code reads files under a user-specified skills directory (using Path.rglob and direct file reads). This is expected for this utility, but be aware it will enumerate and read any files under directories you point it at — do not point it at sensitive system directories.
Install Mechanism
No install spec; the skill is instruction-only with bundled Python scripts. No downloads, package installs, or archive extraction are present. The scripts use only the stdlib.
Credentials
No required environment variables or credentials. The code only checks os.getenv('DEBUG') to control logging level; no secrets or unrelated env vars are requested.
Persistence & Privilege
Flags are default (always: false). The skill does not request permanent presence or modify other skills' configs. It exposes an API to register handlers and execute them, but by default register_skill_tools only registers tool names (no automatic execution).
Assessment
This skill appears coherent and implements what it claims: reading SKILL.md and _meta.json to register tools and export formats. Before using it, run it on a non-sensitive test directory so you can confirm behavior. Do not point discovery at system or home directories you don't trust, since it will read and parse SKILL.md files it finds. Note that the registry supports registering callable handlers; only handlers you trust should be registered, because ToolRegistry.execute_tool will call them. If you plan to allow an autonomous agent to use this skill, ensure the agent is permitted to read only the intended skills directory (to avoid unintended enumeration of other files).Like a lobster shell, security has layers — review code before you run it.
latestvk97cvptn5a3ykwtxc4qd0cw1g5823n7t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
