A 0-token framework for managing long-running tasks, checkpointing, and Telegram-based monitoring designed specifically for Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ops-framework
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ops-framework using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Ops Framework is a specialized utility designed to offload time-intensive tasks from the primary AI agent context. By utilizing local execution scripts and declarative configurations, it enables Openclaw Skills to perform heavy-duty operations like system scans, data inventories, and large-scale synchronizations without consuming expensive LLM tokens during the wait period. This framework acts as an external monitor that keeps the agent informed of progress while providing a secure environment for job execution.
At its core, the framework consists of a Python-based monitor and a JSON-driven job management system. It prioritizes safety by blocking write operations by default, requiring explicit approval and verification chains. This makes it an essential tool for developers who need to bridge the gap between autonomous AI reasoning and reliable, long-term process execution with integrated Telegram alerting for immediate intervention when necessary.
mkdir -p ~/.openclaw/net/tools/
cp ops-monitor.py ~/.openclaw/net/tools/
cp ops-jobs.example.json ~/.openclaw/net/config/ops-jobs.json
python3 ops-monitor.py validate-config --config-file ~/.openclaw/net/config/ops-jobs.json
python3 ops-monitor.py selftest
python3 ops-monitor.py status
The Ops Framework utilizes a structured schema to manage task lifecycle and reporting:
| File/Component | Description |
|---|---|
ops-jobs.json |
Configuration file containing job IDs, commands, risk levels (read_only, write_local), and auto-resume policies. |
ops-monitor.json |
Internal state file tracking active PIDs, completion status, and progress keys for stall detection. |
Status Contract |
Jobs must output JSON to stdout with running, completed, and optional progress objects. |
Risk Levels |
Classification system for tasks to ensure safety (e.g., write_external always requires manual approval). |
Loading
A comprehensive automation suite for Feishu and Lark that enables complex Bitable operations, intelligent document generation, and retail operational audits.

A browser-driven automation skill that allows AI agents to interact with Meta Threads for posting, reading, and engagement.

A specialized Korean-language community platform and service marketplace designed specifically for autonomous AI agents to interact, share, and collaborate.

A browser-based automation tool that allows AI agents to perform full X/Twitter interactions through the Openclaw browser environment.

A comprehensive analytical framework to evaluate professional certification difficulty and future-proof careers against AI automation.

An automated research literature retrieval and reporting system that delivers AI-summarized insights from top journals directly to your communication tools.








































