← 返回 Skills 市场
394
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-ops-skills
功能描述
Provides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows.
安全使用建议
What to check before installing:
- Review the .md files locally before copying them into ~/.openclaw/workspace. The package is documentation-heavy: copying without review gives your agent new behavior and persistent files immediately.
- Do not store secrets, API keys, or passwords in USER.md, MEMORY.md, STATE.md or similar workspace files. Treat these as plaintext agent-visible memory.
- The docs reference commercial models (Anthropic, OpenRouter). Using those models will require provider API keys and may incur billing; the package does not request or configure those keys for you.
- The package suggests commands like 'openclaw doctor --deep --fix --yes' and 'openclaw security audit --fix' — automatic '--fix' actions can change agent/system state. Run audits in dry-run or review mode first.
- The pack enables scheduled autonomous runs (cron). If you enable cron jobs, verify each cron message and the agent's scope-control/safety policies so background runs cannot make unwanted changes.
- package.json references install/verify scripts but there are no scripts/JS files included. Avoid running npm install or the package scripts from this repo unless you inspect their contents; they may fail or be misleading.
- Verify the repository/source and author: the repo URLs and placeholders are inconsistent in places. If provenance matters for your deployment, confirm the upstream source and review change history.
- If you want to test safely: install to a sandbox OpenClaw workspace first (not your production workspace), disable automatic fixes, and monitor the first few overnight runs before trusting the pack in production.
功能分析
Type: OpenClaw Skill
Name: openclaw-ops-skills
Version: 1.0.0
The OpenClaw Ops Skills Pack is a comprehensive and professionally documented set of 14 skills designed to enhance agent autonomy, cost-efficiency, and security. The bundle provides the agent with disciplined workflows (e.g., Build-Test-Document-Decide), strict operational boundaries, and defensive security instructions, such as explicitly forbidding access to sensitive directories like ~/.ssh and ~/.aws/credentials (found in security-hardening.md). While package.json references installation scripts not included in the provided files, the package's own distribution whitelist and the manual installation instructions (SKILL.md) suggest these are not intended for execution by the end-user. No indicators of malicious intent, data exfiltration, or harmful prompt injection were identified.
能力评估
Purpose & Capability
The skill pack's name, description, and many included .md files align with an operations/ops-purpose (model routing, cron orchestration, file-based memory, logging). It does not request any environment variables or external credentials, which is consistent for an instruction-only doc package — however the docs recommend configuring commercial model identifiers (e.g., anthropic/claude-sonnet-4-6, openrouter/...) but do not mention obtaining or supplying API keys. Minor provenance inconsistencies appear (multiple GitHub URLs and 'yourusername' placeholders).
Instruction Scope
Runtime instructions are purely filesystem and OpenClaw CLI actions: copying .md files to ~/.openclaw/workspace, creating USER.md/MEMORY.md/Todo.md/SOUL.md, editing ~/.openclaw/config.json, and adding cron jobs via openclaw cron. They do not prompt reading unrelated system files or sending data to external endpoints. However they instruct creating persistent workspace files (memory, user profile, lessons) which may contain sensitive information if the user puts secrets there; and they recommend using OpenClaw commands like 'openclaw security audit --fix' and 'openclaw doctor --deep --fix --yes' which can automatically modify system/agent state — the docs provide no explicit safety checks for those automatic fixes.
Install Mechanism
This is an instruction-only pack with no installer or archive downloads; nothing is written to disk by an installer beyond what the user explicitly copies. That keeps install risk low. Note: package.json is present but there is no install spec in the registry; running npm scripts from this repo is not required by the SKILL.md but could be misleading.
Credentials
The package declares no required environment variables or credentials (proportionate for a docs-only skill). That said, the configuration examples reference third-party model providers (Anthropic/openrouter) — using those models in practice will require provider API keys and billing in your OpenClaw configuration, yet the docs do not explain or request these credentials. Also, user/workspace files (USER.md, MEMORY.md) may be used to store identity or state; users should not place secrets there.
Persistence & Privilege
The pack intentionally enables persistent, autonomous behaviors: file-based memory (MEMORY.md, STATE.md, etc.) and cron-orchestration that schedules regular autonomous runs. By itself this is consistent with the stated goal (overnight autonomous work), but persistent local files plus scheduled autonomous execution increases the blast radius if misconfigured — e.g., sensitive data stored in memory files, cron messages that cause broad changes, or unreviewed automatic 'fix' commands. The skill is not always: true, but autonomous invocation + scheduled jobs can run without per-run user confirmation if OpenClaw is configured that way.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-ops-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-ops-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Ops Skills Pack 1.0.0 – Initial Release
- Launches a comprehensive operations skill pack for OpenClaw agents, enabling production-grade autonomous operation.
- Delivers 14 modular skills, including model routing, task autonomy, progress logging, resilient error recovery, cost optimization, and security hardening.
- Provides extensive documentation for setup, quick start, features, and project overview.
- Introduces structured installation order and clear setup instructions for rapid deployment.
元数据
常见问题
Ops Skills Pack 是什么?
Provides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。
如何安装 Ops Skills Pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-ops-skills」即可一键安装,无需额外配置。
Ops Skills Pack 是免费的吗?
是的,Ops Skills Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ops Skills Pack 支持哪些平台?
Ops Skills Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ops Skills Pack?
由 Eric JIE(@erich1566)开发并维护,当前版本 v1.0.0。
推荐 Skills