← 返回 Skills 市场
832
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reducing-entropy
功能描述
Minimize total codebase size through ruthless simplification. Measure success by final code amount, not effort. Bias toward deletion.
安全使用建议
This is a coherent, opinionated guidance skill for aggressively reducing code. It asks the agent to read project files and to prefer deletion when it reduces total lines-of-code. Before using it: (1) confirm you have backups/are working on a branch/PR so deletions can be reviewed and recovered via git, (2) check regulatory, audit, or compliance rules — don't delete required logs or records even if the skill recommends it, (3) be cautious deleting tests or safety/visibility instrumentation without ensuring replacements or compensating controls, (4) adapt the deletion checklist to your team's conventions (type-safety, API compatibility, versioning), and (5) prefer manual invocation — avoid granting any automated agent broad permission to apply deletions across repositories. If you want greater assurance, request the skill be used only in an interactive review session or add explicit organizational guardrails (CI checks, code owners) before applying deletions.
功能分析
Type: OpenClaw Skill
Name: reducing-entropy
Version: 0.1.0
The OpenClaw AgentSkills bundle 'reducing-entropy' is benign. Its primary purpose is to provide an AI agent with a mindset and checklist for reducing code complexity and size. The `SKILL.md` instructs the agent to read and process files within its own `references/` directory to load 'mindsets', which is a legitimate internal operation for an AI agent to acquire context. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent or perform harmful actions. The installation instructions in `README.md` use `npx add` which fetches code from a GitHub repository, a common but generally risky method, but in this context, it points to the skill's own source and does not indicate malicious intent within the skill itself.
能力评估
Purpose & Capability
The name/description (minimize codebase size) matches the SKILL.md content and bundled references. The skill is instruction-only and requests no binaries, env vars, or installs — nothing requested is disproportionate to the stated goal. The only operational requirement implied is reading the repository (counting lines, identifying deletable files), which is appropriate for a code-reduction assistant.
Instruction Scope
Runtime instructions are explicit about mindset, file-backed references, and a line-count before/after metric. They instruct the agent to list/read files in the skill's references/ directory (these files are bundled). The skill also prescribes deletion actions (including deleting tests for deleted code) and advocates 'delete, git remembers' as a general rule. This is coherent with the purpose but is aggressive and could conflict with regulatory, audit, or organizational requirements — the SKILL.md does note some exceptions (compliance, unmaintainable simplifications). The instructions do not tell the agent to access unrelated system paths, secrets, or external endpoints.
Install Mechanism
No install spec and no code files that execute — instruction-only skills are lowest-risk for installs. There is no downloader, package registry, or archive extraction to review.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its guidance expects read/write access to the project's files (for line counts and deletions), which is proportionate to the goal.
Persistence & Privilege
The skill is not always:true and is user-invocable only by activation (SKILL.md activation: manual). disable-model-invocation is false (default autonomous invocation allowed), which is normal for skills; there is no indication it attempts to modify other skills or system-wide settings. Given its destructive recommendations, the lack of always:true and the manual activation recommendation limit unexpected persistent impact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reducing-entropy - 安装完成后,直接呼叫该 Skill 的名称或使用
/reducing-entropy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the reducing-entropy skill, focused on minimizing codebase size and complexity.
- Defines a ruthless simplification mindset for code reviews, refactoring, and feature addition.
- Outlines a practical checklist and core questions to ensure code reduction.
- Provides guidance for deleting unnecessary abstractions, files, and code.
- Includes red flags for common rationalizations that increase entropy.
- Offers a clear "never do" list and actionable quick wins for typical over-complexity patterns.
- Integrates philosophical references and mindsets to guide decision-making.
元数据
常见问题
Reducing Entropy 是什么?
Minimize total codebase size through ruthless simplification. Measure success by final code amount, not effort. Bias toward deletion. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 832 次。
如何安装 Reducing Entropy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reducing-entropy」即可一键安装,无需额外配置。
Reducing Entropy 是免费的吗?
是的,Reducing Entropy 完全免费(开源免费),可自由下载、安装和使用。
Reducing Entropy 支持哪些平台?
Reducing Entropy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reducing Entropy?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。
推荐 Skills