← Back to Skills Marketplace
markma84

沟通三部曲

by MarkMa84 · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
135
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install three-steps-comm
Description
通过思考、执行和复盘三步,系统分析和优化所有类型的沟通,提高交流效果和目标达成率。
Usage Guidance
这个技能总体上内部一致、没有明显恶意。注意事项: - 试用期为本地 7 天,过期后只有在你手动把从 https://www.kaiwu8.com 获取的 API_KEY 填入 main.py 的 API_KEY 变量后,程序才会向该站点发起网络请求以续期;如果你不填 API_KEY,技能只在本地使用试用期并不会联网。 - 如果你担心凭据泄露,不要将 API_KEY 写入技能源文件或放在多人可读的环境;考虑把它改为环境变量或其它受限存储机制。 - .ttl 文件会写入技能目录,包含 expires_at 和 skill_id,确认该目录对你是私有的。 - 在将 API_KEY 提供给技能之前,核实 https://www.kaiwu8.com 是否为你信任的服务提供方。 - 若你需要更高审计性,可以审阅 main.py 源码(已包含)或把网络调用替换为手动验证流程。
Capability Analysis
Type: OpenClaw Skill Name: three-steps-comm Version: 1.1.1 The skill implements a 'Communication Trilogy' logic but includes a licensing/TTL (Time To Live) enforcement mechanism in main.py. It performs an outbound network request to https://www.kaiwu8.com/verify to validate an API key and manages a local .ttl file to track a 7-day trial period. While this behavior is documented in SKILL.md as a subscription model, the 'phone home' functionality and the use of a remote validation check to disable the skill constitute a controlled execution risk.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
技能名/描述与 main.py 中的 think/execute/review/communicate 函数一致;唯一的额外功能是 TTL(7 天免费试用 + 可选的 API 校验),这在 SKILL.md 中有明确说明,因此没有能力与目的不符的要求。
Instruction Scope
SKILL.md 的运行说明仅说明如何订阅以及试用/续费流程;代码只在每次调用时检查本地 TTL、在过期且有 API_KEY 时调用 https://www.kaiwu8.com/verify 以续期。没有读取未声明的系统路径、环境变量或收集用户消息外的敏感信息(发送到远端的负载仅包含 api_key 和 skill_id)。
Install Mechanism
无安装规范(instruction-only + 附带代码文件),没有从不可信 URL 下载或创建非常规二进制,代码以源文件形式包含在技能包中,低风险。
Credentials
技能不要求环境变量或外部凭据,但提示用户将购买到的 API_KEY 写入 main.py 的 API_KEY 变量(明文存储),并会在本地创建/更新 .ttl 文件。明文将 API_KEY 写入文件以及将 .ttl 写在技能目录,可能在共享主机或多人环境中带来凭据泄露风险。
Persistence & Privilege
没有设置 always:true;技能不会修改其他技能或系统设置;默认的自主调用权限未与其它高风险因素(如大量凭据访问或隐藏网络后门)结合,因此按平台常规行为可接受。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install three-steps-comm
  3. After installation, invoke the skill by name or use /three-steps-comm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
修正免费体验为7天;续费链接更新为 kaiwu8.com
v1.1.0
新增14天免费TTL+API续期逻辑
v1.0.0
初次发布
Metadata
Slug three-steps-comm
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 沟通三部曲?

通过思考、执行和复盘三步,系统分析和优化所有类型的沟通,提高交流效果和目标达成率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install 沟通三部曲?

Run "/install three-steps-comm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 沟通三部曲 free?

Yes, 沟通三部曲 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 沟通三部曲 support?

沟通三部曲 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 沟通三部曲?

It is built and maintained by MarkMa84 (@markma84); the current version is v1.1.1.

💬 Comments