← 返回 Skills 市场
mars2003

Workspace Governance

作者 Mars YANG · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-governance
功能描述
A methodology-first workspace governance skill for AI agents. Focuses on principles, decision framework, and safe execution patterns instead of fixed directo...
安全使用建议
This skill appears coherent and self-contained. Before installing, review SKILL_ADAPT.yaml and any platform overlay (tools/adapt-profiles/*) to ensure the declared workspace_root, log file path, and protected/immutable lists match your expectations. Run the included local checks (bash scripts/check_*.sh or make check) in a safe environment to verify behavior. If you plan to run it non-interactively, ensure the runtime provides a safe confirmation channel (or accept that the skill will block on 'ask-user' items). Finally, confirm that logging.file in SKILL_ADAPT.yaml points to an appropriate location to avoid writing logs to sensitive directories.
功能分析
Type: OpenClaw Skill Name: workspace-governance Version: 1.0.0 The workspace-governance skill bundle is a well-structured framework designed to help AI agents manage files safely. It emphasizes defensive principles such as 'plan before action,' mandatory dry runs, and explicit user confirmation for destructive operations. The configuration files (SKILL_ADAPT.yaml and platform profiles in tools/adapt-profiles/) specifically list sensitive files (e.g., .env, SSH keys, credentials) and directories to be protected from modification. The included shell scripts in the scripts/ directory are simple validation tools that use grep to ensure configuration integrity and do not contain any malicious logic or network activity.
能力评估
Purpose & Capability
Name/description match the actual contents: a methodology-first governance contract plus optional per-platform overlays and validation scripts. The included platform profiles and check scripts (OpenClaw, Hermes, Cursor, Claude) are appropriate for a governance skill that adapts to different runtimes.
Instruction Scope
SKILL.md explicitly instructs the agent to read SKILL_ADAPT.yaml and platform overlay profiles (tools/adapt-profiles/*) and to scan only within a declared workspace_root. That is expected for this skill, but it does mean the agent will read repository files and may inspect environment detection signals (e.g., OPENCLAW_HOME, HERMES_HOME) to choose overlays — the user should be comfortable with local file inspection. The skill also enforces confirmation gates for destructive actions and a non-interactive 'blocked' policy, which limits risky autonomous behavior.
Install Mechanism
Instruction-only skill with no install spec. Files are repository docs and small shell validation scripts (grep/grep checks); nothing downloads or executes remote artifacts. This is the lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials. Platform profiles reference environment names only as detection signals (to decide which overlay to load), which is proportionate to a policy/adaptation role. No secret-exfiltration or credential requirements are present.
Persistence & Privilege
always:false and normal model invocation settings. The skill does not request permanent platform-wide privileges or modifications to other skills. It does propose writing governance logs (SKILL_ADAPT.yaml logging.file) — users should confirm desired log location and permissions before enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-governance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-governance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug workspace-governance
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Workspace Governance 是什么?

A methodology-first workspace governance skill for AI agents. Focuses on principles, decision framework, and safe execution patterns instead of fixed directo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Workspace Governance?

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

Workspace Governance 是免费的吗?

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

Workspace Governance 支持哪些平台?

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

谁开发了 Workspace Governance?

由 Mars YANG(@mars2003)开发并维护,当前版本 v1.0.0。

💬 留言讨论