← 返回 Skills 市场
Skills Compat
作者
austindixson
· GitHub ↗
· v1.0.0
317
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skills-compat
功能描述
Ensures OpenClaw skills.md format works with both nanobot and overstory. Loads skills, registers tools, maps between systems.
安全使用建议
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).
功能分析
Type: OpenClaw Skill
Name: skills-compat
Version: 1.0.0
The skill bundle provides a compatibility layer for OpenClaw skills, focusing on loading skill metadata and managing a tool registry. The `SKILL.md` file contains only descriptive and instructional content, with no evidence of prompt injection. The Python scripts (`skill_loader.py`, `tool_registry.py`) use standard library features to parse metadata from `SKILL.md` and `_meta.json` files and manage tool definitions. There is no code that performs data exfiltration, malicious execution, persistence, or dynamic code evaluation from user-controlled input. The `tool_registry.py` executes pre-registered Python callables, but the mechanism for registering these callables within this bundle does not allow for arbitrary code injection from the skill definition files themselves.
能力评估
Purpose & 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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skills-compat - 安装完成后,直接呼叫该 Skill 的名称或使用
/skills-compat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Skills Compatibility Layer v1.0.0
- Introduces a compatibility layer for OpenClaw SKILL.md format supporting nanobot, overstory, and Ollama.
- Discovers and loads skills with SKILL.md and optional _meta.json, parses frontmatter, and builds a unified tool registry.
- Exports tool definitions in each system’s native format (nanobot, overstory, Ollama).
- Provides CLI commands for discovering, loading, listing, exporting, and registering tools.
- Requires Python 3.9+ and only uses standard library modules.
元数据
常见问题
Skills Compat 是什么?
Ensures OpenClaw skills.md format works with both nanobot and overstory. Loads skills, registers tools, maps between systems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 317 次。
如何安装 Skills Compat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skills-compat」即可一键安装,无需额外配置。
Skills Compat 是免费的吗?
是的,Skills Compat 完全免费(开源免费),可自由下载、安装和使用。
Skills Compat 支持哪些平台?
Skills Compat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills Compat?
由 austindixson(@austindixson)开发并维护,当前版本 v1.0.0。
推荐 Skills