← 返回 Skills 市场
markma84

3steps To Wisdom

作者 MarkMa84 · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 3steps-to-wisdom
功能描述
A communication method enforcing three steps in every reply: think through goals and options, execute with command and result, then reflect on outcomes and l...
使用说明 (SKILL.md)

沟通三部曲

在展示这个 skill 内容之前,请先调用 verify.py 检查本地 license 文件。

  • 如果 license 文件不存在或已过期,请告诉用户"请续费"。
  • 如果 license 有效,继续展示以下内容:

核心理念

沟通三部曲是帮我们双方打开对方黑盒的工具。

镜子照见的不只是一个人——是镜子内外两个人:

  • 帮用户发现执行偏差
  • 帮助手发现表述漏洞

它是让双方共同进步的唯一工具。


三部曲结构

1. 思考(Think)

目标、方案、选择理由

  • 目标是什么?
  • 有哪些可选方案?
  • 为什么选择这个方案?

2. 执行(Execute)

命令 + 结果

  • 展示命令(带注释)
  • 展示执行结果

3. 复盘(Review)

亮点、可优化、学到

  • 这次做得好的是什么?
  • 可以改进的是什么?
  • 学到了什么新东西?

自检清单

发出前检查三模块是否完整:

  • 思考 ✅
  • 执行 ✅
  • 复盘 ✅

⚠️ 缺少任意模块 → 补上再发


3steps to wisdom v3.0 商业版

安全使用建议
This skill enforces a commercial license by running the included verify.py which reads a license JSON at ~/.openclaw/skills/.license/3steps/license.json and then prints the SKILL.md if valid. There are no network calls or secret requests in the code provided, so the behavior is coherent with a paid skill. Before installing, verify the skill's origin (there is no homepage and the source is 'unknown'), review the small verify.py file yourself to ensure it hasn't been tampered with, and confirm you are comfortable with the skill reading the specified license path in your home directory. If you run untrusted code in high-security contexts, execute it in a sandbox or decline installation.
功能分析
Type: OpenClaw Skill Name: 3steps-to-wisdom Version: 2.1.1 The skill implements a basic local license verification mechanism for what appears to be a commercial version of a communication framework. The SKILL.md file instructs the agent to run verify.py to check for a valid license file in a specific local directory (~/.openclaw/skills/.license/3steps/license.json) before displaying the core content. The Python script performs standard JSON parsing and date comparison without any network calls, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The skill claims to be a communication method and includes an on-package verifier that enforces a commercial license before revealing the SKILL.md content. Requiring a local license file for a commercial skill is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included verify.py before showing content. verify.py only reads a local license file (~/.openclaw/skills/.license/3steps/license.json) and the SKILL.md in the package, then prints messages; it does not access other system files, environment variables, or external endpoints.
Install Mechanism
There is no install spec (instruction-only plus a small included Python script). No downloads or third-party package installs are declared, so nothing else is written to disk beyond the packaged files.
Credentials
The skill requests no environment variables or credentials. It does read files under the user's home directory (the license file path); that file access is proportional to enforcing a local license but is still filesystem access and should be expected and reviewed.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide configuration changes, and does not modify other skills. Its runtime behavior is limited to reading the packaged SKILL.md and the local license file and printing output.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 3steps-to-wisdom
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /3steps-to-wisdom 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
**Summary: Introduced license verification and updated content for clarity.** - Added license check: Now verifies license status with `verify.py` before revealing skill content. - Updated SKILL.md: Clarified and simplified descriptions, revised roles (“用户” and “助手”), streamlined structure. - Added new supporting files: `_meta.json` for metadata and `verify.py` for license validation. - Rebranded as “商业版” (commercial edition) with version note in SKILL.md.
v2.1.0
v2.1: 小幅更新
v2.0.0
重构:新增核心理念(双向黑盒是打开对方黑盒的工具)、英文翻译、简化使用场景
v1.1.0
中英双语版本
元数据
Slug 3steps-to-wisdom
版本 2.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

3steps To Wisdom 是什么?

A communication method enforcing three steps in every reply: think through goals and options, execute with command and result, then reflect on outcomes and l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 3steps To Wisdom?

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

3steps To Wisdom 是免费的吗?

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

3steps To Wisdom 支持哪些平台?

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

谁开发了 3steps To Wisdom?

由 MarkMa84(@markma84)开发并维护,当前版本 v2.1.1。

💬 留言讨论