← 返回 Skills 市场
cyijun

Smith Matrix

作者 Chen Yijun · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ 安全检测通过
381
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install smith-matrix
功能描述
This skill should be used when the user asks to "create a multi-agent system", "spawn agents for parallel tasks", "decompose task recursively", "set up agent...
安全使用建议
This skill is coherent and self-contained, but it performs filesystem reads/writes — review the files before installing. Because the write/read rules are guidance only (not automatically enforced), run it in an isolated workspace or sandbox first, and avoid pointing tasks at sensitive directories. Verify that you trust the skill source before copying it into your ~/.claude/skills/ directory. If you need stronger guarantees, restrict the agent's filesystem permissions or inspect the generated .smith-matrix contents after each run.
功能分析
Type: OpenClaw Skill Name: smith-matrix Version: 0.1.3 The 'Smith Matrix' skill bundle is a framework for recursive task decomposition and multi-agent orchestration using a directory-based isolation protocol. It consists entirely of documentation and markdown instructions (SKILL.md, smith.md) that guide the AI agent to manage sub-tasks within a structured '.smith-matrix/' workspace. The bundle includes safety features such as recursion depth limits (max level 3) and write-access constraints to prevent resource exhaustion and file conflicts. No malicious code, data exfiltration logic, or harmful prompt injections were identified.
能力评估
Purpose & Capability
Name/description describe creating and coordinating multiple local 'Smith' agents; the SKILL.md and supporting docs only require creating and managing a local .smith-matrix directory structure and template files, which is consistent with that purpose.
Instruction Scope
The runtime instructions direct the agent to create directories, read and write template and task files under a .smith-matrix tree and to copy smith.md into child directories. This stays within the skill's purpose. Note: these are instructions to perform filesystem I/O — the protocol constrains writes to the skill's own directories, but that constraint is procedural (guidance) not technically enforced by the platform.
Install Mechanism
No network install or executable downloads are present — the skill is instruction-only and the 'installation' is a simple local copy (cp -r) into a Claude skills directory. This is low-risk compared with arbitrary remote downloads.
Credentials
The skill requests no environment variables, credentials, or config paths. All required operations are local file reads/writes within its own directory tree, matching the declared requirements.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or cross-skill configuration. It instructs creating files under .smith-matrix and copying into the skills folder (normal for a local skill). Autonomous invocation is allowed but is the platform default and not a unique concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smith-matrix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smith-matrix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
No file changes detected between versions 0.1.3 and 0.2.0. - No visible changes or updates in this release. - All documentation and skill metadata remain unchanged.
v0.1.2
- Updated conceptual references and protocol documentation. - Improved clarity and detail in the core concepts and usage guidance in docs. - No changes to the user-facing workflow or API.
v0.1.1
- Added recursive safety limits: agents may only nest 3 layers deep (LEVEL 0–3), and each level can have up to 5 sub-agents. - Enforced terminal rule: agents at LEVEL ≥ 3 must execute tasks directly, without further decomposition. - Clarified core concepts by describing new agent hierarchy constraints in SKILL.md. - No functional or breaking changes to the skill’s usage or core workflow.
v0.1.0
Smith Matrix v0.2.0 introduces a detailed protocol for building conflict-free, recursively self-similar multi-agent systems. - Added clear triggers and use cases for when to activate the skill (multi-agent, parallelism, matrix setup, recursive tasks). - Introduced Smith agent concept with hierarchical structure and unique directory isolation for conflict-free parallel processing. - Documented full initialization workflow, including root agent setup, directory structure, and onboarding files. - Defined rigorous read-write rules for agent subdirectories to ensure parallel safety. - Provided step-by-step child agent creation protocol. - Included best practices, example use cases, and installation instructions.
元数据
Slug smith-matrix
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Smith Matrix 是什么?

This skill should be used when the user asks to "create a multi-agent system", "spawn agents for parallel tasks", "decompose task recursively", "set up agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 381 次。

如何安装 Smith Matrix?

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

Smith Matrix 是免费的吗?

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

Smith Matrix 支持哪些平台?

Smith Matrix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smith Matrix?

由 Chen Yijun(@cyijun)开发并维护,当前版本 v0.1.3。

💬 留言讨论