返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
o

openclaw-marshal

# OpenClaw Marshal

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
1,461
下载量
1
收藏
概述
安装方式
版本历史

openclaw-marshal

# OpenClaw Marshal Define security policies for your workspace and audit compliance. Check installed skills against command, network, and data handling rules. Generate audit-ready compliance reports. ## Why This Matters Agent workspaces accumulate skills that execute commands, access the network, and handle data. Without a defined security policy, there is no way to know whether installed skills comply with your organization's requirements — or whether your workspace itself meets basic security hygiene standards. This skill lets you define a policy once and audit everything against it. ## Commands ### Initialize Policy Create a default security policy file (`.marshal-policy.json`) with sensible defaults. ```bash python3 {baseDir}/scripts/marshal.py policy --init --workspace /path/to/workspace ``` ### Show Policy Display the current active policy. ```bash python3 {baseDir}/scripts/marshal.py policy --show --workspace /path/to/workspace ``` ### Policy Summary Quick overview of loaded policy rules. ```bash python3 {baseDir}/scripts/marshal.py policy --workspace /path/to/workspace ``` ### Full Compliance Audit Audit all installed skills and workspace configuration against the active policy. Reports compliance score, violations, and recommendations. ```bash python3 {baseDir}/scripts/marshal.py audit --workspace /path/to/workspace ``` ### Check Specific Skill Check a single skill against the policy. Reports pass/fail per rule. ```bash python3 {baseDir}/scripts/marshal.py check openclaw-warden --workspace /path/to/workspace ``` ### Generate Compliance Report Produce a formatted, copy-pastable compliance report suitable for audit documentation. ```bash python3 {baseDir}/scripts/marshal.py report --workspace /path/to/workspace ``` ### Quick Status One-line summary: policy loaded, compliance score, critical violations count. ```bash python3 {baseDir}/scripts/marshal.py status --workspace /path/to/workspace ``` ## Workspace Auto-Detection If `--workspace` is omitted, the script tries: 1. `OPENCLAW_WORKSPACE` environment variable 2. Current directory (if AGENTS.md exists) 3. `~/.openclaw/workspace` (default) ## What Gets Checked | Category | Checks | Severity | |----------|--------|----------| | **Command Safety** | Dangerous patterns (eval, exec, pipe-to-shell, rm -rf /) | CRITICAL | | **Command Policy** | Blocked and review-required commands from policy | HIGH/MEDIUM | | **Network Policy** | Domain allow/blocklists, suspicious TLD patterns | CRITICAL/HIGH | | **Data Handling** | Secret scanner installed, PII scanner configured | HIGH/MEDIUM | | **Workspace Hygiene** | .gitignore, audit trail (ledger), skill signing (signet) | HIGH/MEDIUM | | **Configuration** | Debug modes, verbose logging left enabled | LOW | ## Policy Format The `.marshal-policy.json` file defines all rules: - **commands.allow** — Permitted binaries - **commands.block** — Blocked command patterns - **commands.review** — Commands requiring human review - **network.allow_domains** — Permitted network domains - **network.block_domains** — Blocked domains - **network.block_patterns** — Wildcard domain blocks (e.g., `*.tk`) - **data_handling.pii_scan** — Require PII scanning - **data_handling.secret_scan** — Require secret scanning - **workspace.require_gitignore** — Require .gitignore - **workspace.require_audit_trail** — Require ledger - **workspace.require_skill_signing** — Require signet ## Exit Codes - `0` — Compliant, no issues - `1` — Review needed (medium/high findings) - `2` — Critical violations detected ## No External Dependencies Python standard library only. No pip install. No network calls. Everything runs locally. ## Cross-Platform Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-marshal-1776359867 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-marshal-1776359867 技能

通过命令行安装

skillhub install openclaw-marshal-1776359867

下载 Zip 包

⬇ 下载 openclaw-marshal v1.0.2

文件大小: 17.65 KB | 发布时间: 2026-4-17 14:35

v1.0.2 最新 2026-4-17 14:35
- Removed references to "openclaw-marshal-pro" and the free/upgrade alert layer.
- Generalized the description by omitting upsell language.
- No changes to command structure, functionality, or usage examples.
- Documentation now presents the open-source version on its own.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部