← 返回 Skills 市场
Anti Centralization Probe
作者
Mauricio Z.
· GitHub ↗
· v1.0.0
· MIT-0
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install anti-centralization-probe
功能描述
Detect centralization risks in proposals and designs; output structural critiques and safer decentralization alternatives.
使用说明 (SKILL.md)
SKILL: anti-centralization-probe
Purpose
Detect and resist centralization tendencies by identifying single points of control and dependency creation, then proposing safer alternatives.
When to Use
- Governance proposals
- Role/permission changes
- Designs that create a single authority or key-holder
- Systems that require trusting one actor
Inputs
proposal(required):descriptionactors(list)permissions(list)critical_paths(list)
policy(required):centralization_red_flags(optional list)max_allowed_single_points(default 0)
Steps
- Identify control points:
- who can change rules
- who can halt systems
- who can move funds (if applicable)
- Identify dependency chains and single points of failure.
- Count single points; compare to
max_allowed_single_points. - Output a structural critique:
- red flags
- failure modes
- Propose alternatives:
- multisig/timelock
- role separation
- auditable approval flows
Validation
- Alternatives must reduce single-point control.
- No personal attacks; only structural critique.
Output
centralization_probe_result:single_points(list)risk_level(low|med|high)red_flags(list)alternatives(list)response_draft(string)
Safety Rules
- No operational instructions for abuse.
- Do not recommend custody or financial actions.
Example
If one agent can unilaterally enable live trading and move capital, output risk_level=high and recommend separation + explicit governance gates.
安全使用建议
This skill appears coherent and low-risk technically (instruction-only, no credentials). Before installing: 1) Verify the author/provenance because registry metadata and embedded metadata differ and there is no homepage; 2) Do not feed secrets, private keys, or raw financial credentials into the skill—only provide redacted or synthetic inputs for testing; 3) Review and validate any recommended governance changes with human experts before applying them; 4) If you rely on this for critical decisions, prefer testing on non-sensitive proposals and compare outputs against other reviewers.
功能分析
Type: OpenClaw Skill
Name: anti-centralization-probe
Version: 1.0.0
The skill bundle is designed to analyze governance proposals for centralization risks and suggest decentralized alternatives. It contains no executable code, network requests, or file system access, and the instructions in SKILL.md and anti-centralization-probe.md are strictly focused on structural analysis with explicit safety constraints against recommending financial or abusive actions.
能力评估
Purpose & Capability
The skill's name, description, and runtime instructions align: it analyzes proposals for single points of control and proposes decentralization alternatives. However, registry metadata (owner ID and version) differs from the included _meta.json/SKILL.md metadata and there is no homepage or clear source, so provenance is unclear.
Instruction Scope
SKILL.md provides narrowly scoped instructions (map control points, count single points, propose alternatives) and includes safety rules forbidding operational abuse and custody/financial recommendations. It does not instruct reading unrelated files or environment variables.
Install Mechanism
No install spec and no code files beyond static markdown—nothing is written to disk or fetched at install time. This is the lowest-risk install profile.
Credentials
The skill requires no environment variables, binaries, or credentials. There is no request for unrelated secrets or config paths.
Persistence & Privilege
The skill is not always-on and uses normal autonomous invocation settings. It does not request elevated persistence or modifications to other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anti-centralization-probe - 安装完成后,直接呼叫该 Skill 的名称或使用
/anti-centralization-probe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of anti-centralization-probe skill.
- Detects and critiques centralization risks in proposals and designs.
- Flags single points of control and dependency chains.
- Outputs risk level, red flags, and decentralization alternatives (e.g., multisig, role separation).
- Designed for use in governance and structural review contexts.
元数据
常见问题
Anti Centralization Probe 是什么?
Detect centralization risks in proposals and designs; output structural critiques and safer decentralization alternatives. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 Anti Centralization Probe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anti-centralization-probe」即可一键安装,无需额外配置。
Anti Centralization Probe 是免费的吗?
是的,Anti Centralization Probe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anti Centralization Probe 支持哪些平台?
Anti Centralization Probe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anti Centralization Probe?
由 Mauricio Z.(@mzfshark)开发并维护,当前版本 v1.0.0。
推荐 Skills