← Back to Skills Marketplace
erich1566

Ops Skills Pack

by Eric JIE · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
394
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-ops-skills
Description
Provides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-ops-skills
  3. After installation, invoke the skill by name or use /openclaw-ops-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-ops-skills
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ops Skills Pack?

Provides production-ready autonomous agent operations with cost optimization, task autonomy, persistent memory, security, and scheduled execution workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 394 downloads so far.

How do I install Ops Skills Pack?

Run "/install openclaw-ops-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ops Skills Pack free?

Yes, Ops Skills Pack is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ops Skills Pack support?

Ops Skills Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ops Skills Pack?

It is built and maintained by Eric JIE (@erich1566); the current version is v1.0.0.

💬 Comments