Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

openclaw-pc-securityOpenClaw PC 安全

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

13,562

周安装

554

GitHub Stars

公开资料未说明

下载量

4,343
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-pc-security(OpenClaw PC 安全)
来源仓库:https://github.com/openclawvincent/openclaw-pc-security
安装命令:
openclaw skills install openclaw-pc-security
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-pc-security

简介

对您的 Windows PC 和 OpenClaw 服务器设置进行本地安全自检(密码保护、端口和暴露),并生成本地报告。

SKILL.md

name
openclaw-pc-security
description
Local security self-check for your Windows PC and OpenClaw server setup (password protection, port, and exposure), producing a local report.
compatibility
requests>=2.28

OpenClaw PC Security

Description

Security self-check and risk alerting for:

  • Windows baseline (version/build, last security update date, support status, patch lag)
  • Local OpenClaw CLI version vs latest (optional online check)
  • OpenClaw server configuration safety (password protection, default port use, public exposure)
  • Optional OpenClaw target checks (authorized use only)

When to use

Use this skill when you need to:

  • Check whether Windows is out of support or significantly behind updates
  • Confirm whether OpenClaw is up to date on your machine
  • If you deployed OpenClaw on a VPS/personal server, verify the setup is safe (password protection on, avoid default port, restrict exposure)
  • Generate a local HTML/JSON report for your own reference (do not upload publicly)

Input

  • Local machine information (Windows version/build, last update date)
  • Optional OpenClaw config file path for server-side checks (e.g., config.json)
  • Optional target host/IP and ports for OpenClaw probing (authorized environments only)

Output

  • Severity-based findings (Info/Medium/High/Critical)
  • HTML/JSON report under output/

- output/audit_report.html / output/audit_report.json - output/scan_report.html / output/scan_report.json

  • Finding types include:

- defender_status, browser_outdated, browser_info, windows_support_status - server_config_not_found, server_auth_disabled, server_auth_enabled - server_default_port, server_custom_port, server_exposed_public, server_local_only - openclaw_outdated, openclaw_version_mismatch, windows_patch_lag, weak_credentials

Steps

1) Local audit

python scripts/run_audit.py --npm-view-latest-openclaw --out-dir output

Optional: if you know your OpenClaw config file path:

python scripts/run_audit.py --server-config-path "<path-to-config.json>" --out-dir output

2) Scan a target (authorized environments only)

python scripts/run_scan.py <target-ip> --ports 18789,18790,18792 --out-dir output

Optional: enable active checks explicitly (disabled by default)

python scripts/run_scan.py <target-ip> --ports 18789,18790,18792 --enable-cred-check --enable-leak-check --out-dir output

Notes

  • The server configuration checks are performed locally and do not send data to external services.
  • The HTML report supports CN/EN toggle and Simple/Detailed mode.
  • Active network checks must ONLY be used on systems you own or have explicit authorization to test.
  • DO NOT upload tokens, credentials, or reports (output/) to public repositories.
  • Reports are written under output/ when using the provided scripts.
  • If OpenClaw is outdated: after upgrading, some or all functions may be unavailable; assess carefully.
  • After the HTML report is generated, print the report path in the chat for the user's reference. Do NOT upload or send the report file unless the user explicitly requests it and provides a secure destination. Reports may contain sensitive information, so always handle them with caution.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.75%
按下载量换算3,898

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills