← All skills
Tencent SkillHub · Security & Compliance

Baseline Kit

OpenClaw 安全配置基线生成器和审计工具。生成开发/团队/企业/隔离环境的安全配置模板,并审计现有配置的安全问题(网络暴露、认证限流、技能来源限制、审计日志、备份策略、密钥卫生)。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw 安全配置基线生成器和审计工具。生成开发/团队/企业/隔离环境的安全配置模板,并审计现有配置的安全问题(网络暴露、认证限流、技能来源限制、审计日志、备份策略、密钥卫生)。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, bin/baseline-kit.js, fixtures/insecure-openclaw.json, fixtures/secure-openclaw.json, package.json, src/index.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Baseline Kit

OpenClaw 安全配置基线生成器和审计工具。

功能

generate: 按场景生成安全配置模板 audit: 审计现有配置的安全合规性

配置场景

场景特点development宽松限流(20次/分钟),7天日志保留team中等限流(10次/分钟),30天日志保留enterprise严格限流(5次/5分钟),90天日志,含灾备airgapped仅本地回环,本地镜像源,180天日志

生成安全配置

# 生成企业级配置 node bin/baseline-kit.js generate --profile enterprise --out ./openclaw.secure.json # 生成开发环境配置 node bin/baseline-kit.js generate --profile development --out ./openclaw.dev.json

审计当前配置

# 表格输出 node bin/baseline-kit.js audit --config ~/.openclaw/openclaw.json --format table # JSON 输出 node bin/baseline-kit.js audit --config ./openclaw.secure.json --format json

审计检查项

NET_EXPOSURE: gateway.bind 是否仅限本地回环 AUTH_RATE_LIMIT: 认证限流是否配置完整 SOURCE_RESTRICTION: 技能来源限制是否过宽 AUDIT_LOGGING: 审计日志是否启用 BACKUP_HINT: 备份是否配置 SECRET_HYGIENE: 配置中是否存在明文密钥

合规标签

每个发现项都标注了相关合规框架:SOC2、ISO27001、NIST CSF

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Scripts1 Docs
  • SKILL.md Primary doc
  • bin/baseline-kit.js Scripts
  • src/index.js Scripts
  • fixtures/insecure-openclaw.json Config
  • fixtures/secure-openclaw.json Config
  • package.json Config