← 返回 Skills 市场
xuchang9337-dev

skill invocation

作者 xuchang9337-dev · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-invocation
功能描述
Choose the best OpenClaw skill by matching trigger keywords to the TOOLS.md index, then applying strict judgment rules (most specific first; if in doubt, use...
安全使用建议
This skill is a lightweight decision framework and appears coherent. Before installing, ensure you maintain a correct TOOLS.md index and keep SKILL.md files free of sensitive information. Pay attention to the 'if in doubt, use it' fallback — it can cause the orchestrator to call a candidate skill even when fit is uncertain, so make triggers specific and consider adding an explicit verification step before invoking skills that have broad access or require credentials. If you rely on automation, test the index in a safe environment to confirm the selection heuristics behave as you expect.
功能分析
Type: OpenClaw Skill Name: skill-invocation Version: 1.0.0 The bundle defines a meta-skill for orchestration, providing instructions for an AI agent to select and invoke other skills using a local index file (TOOLS.md). It contains no executable code, network requests, or instructions to access sensitive data, and its logic is focused on improving skill selection accuracy within the OpenClaw environment (SKILL.md).
能力评估
Purpose & Capability
The skill's name/description matches its behavior: it is a decision framework that reads an index (TOOLS.md) and candidate SKILL.md files to pick skills. It does not request unrelated binaries, env vars, or installs.
Instruction Scope
Runtime instructions require reading TOOLS.md and candidate SKILL.md files from the workspace and applying matching heuristics. This is coherent for a selector framework. Note: the fallback rule 'if in doubt, use it' can cause the orchestrator to invoke a candidate skill even when fit is uncertain, which could lead to unintended invocation of other skills (especially ones with broader privileges) if the index or triggers are imprecise.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk writes and executable installs and is appropriate for the described purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths; the SKILL.md does not ask for secrets. Reading SKILL.md/TOOLS.md is proportional to the stated function.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (normal). The skill does not request persistent presence or modification of other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-invocation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-invocation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill Invocation System 1.0.0 – initial release. - Introduces a framework for selecting and invoking the best OpenClaw skill by matching user requests to trigger keywords in the TOOLS.md index. - Implements clear decision rules: most specific trigger match wins; fall back to SKILL.md, and "if in doubt, use it". - Requires a TOOLS.md file with consistent skill identifiers and trigger keywords for proper operation. - Recommends standardized decision outputs (selected skills, reason, next action) to aid orchestration. - Provides guidelines for multi-step skill combinations and index maintenance for reliability.
元数据
Slug skill-invocation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

skill invocation 是什么?

Choose the best OpenClaw skill by matching trigger keywords to the TOOLS.md index, then applying strict judgment rules (most specific first; if in doubt, use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 skill invocation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-invocation」即可一键安装,无需额外配置。

skill invocation 是免费的吗?

是的,skill invocation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

skill invocation 支持哪些平台?

skill invocation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 skill invocation?

由 xuchang9337-dev(@xuchang9337-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论