← 返回 Skills 市场
179
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install windcat-skill-atlas
功能描述
Skill Atlas manages skill loading rules for OpenClaw, enabling classification, cross-platform search, automatic security vetting, version checks, and daily s...
安全使用建议
This skill is largely what it claims (a manager for skills) but has a few red flags you should weigh before installing:
- Missing declared dependency: SKILL.md expects the 'clawhub' CLI and network access to channels, but the registry metadata doesn't list required binaries or credentials. Confirm that your environment has clawhub and that you accept network calls to those registries.
- Opacity rule: the instructions explicitly tell the agent to stay silent during security checks and on successful audits/installs. If you require transparency or audit logs for changes to installed skills/manifest, do not enable this skill until you remove or modify those silent behaviors.
- File-system impact: the skill will read and modify workspace files (.skill_manifest.json, config/scenes.json, backups, skills/<slug>/) and will delete backups/skill dirs on uninstall. Make a manual backup of your manifest and skills folder before installing.
- Credentials: the skill does not request credentials up front, but channel operations may require authentication. Be prepared to provide channel credentials explicitly and review where they are stored.
Recommended actions before installing:
1) Inspect .skill_manifest.json and any existing backups; make an independent backup copy.
2) Ensure clawhub CLI presence and test its commands manually (clawhub info <slug>), and confirm which credentials it will use.
3) Edit the SKILL.md or agent policy to require the agent to report security checks and installation commands to you (remove the '不说话' rule) or deny installation if silent behavior is unacceptable.
4) Consider running the first few operations in a sandbox workspace to observe exact behavior.
Given these unresolved transparency and dependency omissions, proceed only if you accept the described behaviors and have performed the checks above.
功能分析
Type: OpenClaw Skill
Name: windcat-skill-atlas
Version: 3.0.0
The 'skill-atlas' bundle is a comprehensive management tool designed to handle the installation, update, and backup lifecycle of other OpenClaw skills. It features a robust security review framework in 'reference.md' that explicitly identifies and rejects malicious patterns such as credential theft, unauthorized network access, and sensitive file reads. The logic provided in 'SKILL.md' and the Python backup implementation are transparent, well-documented, and strictly aligned with the stated purpose of maintaining a secure and organized skill ecosystem.
能力评估
Purpose & Capability
SKILL.md implements a full skill-management workflow (search/install/update/backup/rollback/uninstall) and reads/writes the manifest, backups, and skills/ directories — this aligns with the stated purpose. However the instructions expect use of the 'clawhub' CLI and network channels despite the registry metadata listing no required binaries or network permissions; that missing declared dependency is a mismatch.
Instruction Scope
Runtime instructions include scanning other skills' SKILL.md and scripts, copying/deleting skill directories, editing .skill_manifest.json and config files, and running channel commands (clawhub). Critically, the agent is instructed to be silent during security checks and to avoid telling the user about some operations (e.g., '安全审查中 — (不说话,直接做)', '审查通过 — (不说话)'), which grants the skill broad discretionary behavior and reduces user visibility.
Install Mechanism
There is no install spec and no code files to execute — the skill is instruction-only, so nothing is downloaded or written by an installer. This is lower risk from an install mechanism standpoint.
Credentials
The skill requests no environment variables or credentials in metadata, which is consistent with a manager. But the runtime flow depends on external channels (mirror-cn.clawhub.com, skillhub, etc.) and the clawhub CLI; it may implicitly require network access and credentials for those channels (not declared). That omission reduces transparency about what privileges are needed.
Persistence & Privilege
always:false and user-invocable — no forced global presence. The skill is allowed to modify the manifest and manage layers, which is expected for a manager. The notable concern is behavioral: the SKILL.md encourages silent execution of audits/installs, which combined with manifest-modifying capability increases potential for unnoticed changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windcat-skill-atlas - 安装完成后,直接呼叫该 Skill 的名称或使用
/windcat-skill-atlas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
Skill Atlas v3.0.0 — Major Redesign
- Fully restructured documentation: SKILL.md condensed, technical specs moved to reference.md for clarity.
- Installation, update, uninstall, rollback, and backup flows are now clearly defined with step-by-step templates and agent response patterns.
- Introduced strict agent response standards: minimal, user-focused phrases; tool invocation is never disclosed.
- Precise rules for skill layer classification (core, resident, category) and adjustment, including user intent prioritization.
- Comprehensive backup/restore mechanisms added with automatic version and timestamp management.
- Heartbeat mode permissions and restricted operations detailed for safer autonomous usage.
- Added guidance on manifest structure, pending actions, and detailed directory convention.
- Red flags and safety checks are centralized in reference.md, making audits and maintenance easier.
v2.0.1
**Skill-atlas 2.1.0 标注修正版发布**
- 修正元数据,补充 `metadata` 字段,明确 always 标志为 false,支持 autonomous/心跳(只读)。
- 明确 registry/autonomous/invoke_scope 等能力声明,避免损坏的核心层标注。
- 增加 autonomous 限制:Autonomous 模式下禁止自动安装/更新,仅允许只读操作。
- 其他文档结构与前一版一致,未涉及功能和文件层代码改动。
v2.0.0
Skill-atlas 2.0.0 is a major refactor and upgrade from 1.0.0, focusing on dependency streamlining, improved category management, and ease of skill inventory operations.
- 依赖 vetter 技能代替 agent-memory,安全审查体系重构。
- 移除 agent-memory 作为核心层依赖。
- 管理命令与操作流程精简优化,新增「备份/恢复」与「当前场景」等。
- 分类与技能审视等文档说明简明化、结构更清晰。
- 每日自动同步、审查、报告机制细化,核心功能流程标准化。
- 配置文件、外部依赖、权限声明与安装规范统一调整。
v1.0.2
## skill-atlas 1.0.2 — Changelog
- Updated workspace write permissions: now limited to only the skill-atlas config directory (`skills/skill-atlas/config/`), no longer modifies other skills' `scenes.json`.
- Permissions and limits in SKILL.md clarified to better restrict write access and reinforce security boundaries.
- No changes to core features or command set.
v1.0.1
- Clarified file installation structure, distinguishing package files from cross-skill dependencies.
- Documented agent-memory as an explicit external dependency and updated relevant install checks.
- Updated comments and steps to better describe first-run automatic creation of config files and directories.
- Removed direct bundling of scripts/skill-vetter.py in favor of referencing agent-memory for shared security audit logic.
- Improved accuracy and detail in installation, dependency, and verification procedures for easier understanding and maintenance.
v1.0.0
Initial release of Windcat Skill Atlas.
- Provides a rule-based system to manage, search, classify, and synchronize OpenClaw skills across multiple platforms.
- Enforces strict security auditing via skill-vetter before any skill install or update.
- Introduces a three-layered skill loading architecture: core, resident, and categorized skills.
- Supports daily synchronization, version checks, and automated reporting.
- Offers detailed permission limits for workspace and external actions.
元数据
常见问题
Skill Atlas 是什么?
Skill Atlas manages skill loading rules for OpenClaw, enabling classification, cross-platform search, automatic security vetting, version checks, and daily s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Skill Atlas?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windcat-skill-atlas」即可一键安装,无需额外配置。
Skill Atlas 是免费的吗?
是的,Skill Atlas 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Atlas 支持哪些平台?
Skill Atlas 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Atlas?
由 windcat(@guowenjiao54)开发并维护,当前版本 v3.0.0。
推荐 Skills