← Back to Skills Marketplace
shayuqiang671-rgb

Autoclaw

by shayuqiang671-rgb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install autoclaw
Description
Automates health monitoring, scheduled backups, and process logging for AI assistant workspaces.
README (SKILL.md)

AutoClaw

Automated health check and backup tool for AI agents and workspaces.

Description

AutoClaw provides automated system monitoring, health checks, and backup functionality for AI assistant workspaces.

Installation

clawhub install autoclaw

Usage

python autoclaw.py

Features

  • Automatic health checks
  • Scheduled backups
  • Process monitoring
  • Logging with timestamps

License

MIT License

Usage Guidance
This skill is not overtly malicious but shows worrisome inconsistencies. Before installing or running: 1) Inspect and edit autoclaw.py to set a safe workspace path (do not rely on the hardcoded C:\Users\Administrator\... path). 2) Remove or review the monitored_processes entry for 'OKX Trading' if you don't expect a trading bot in your workspace. 3) Note the README mentions an autoclaw_config.json which the script does not use — the script ignores that config, so either modify the script to read your config or avoid running it. 4) Backups are local copies of workspace files (including memory DBs); ensure this behavior is acceptable and that backups are stored securely. 5) Run the script in a sandboxed environment (container or VM) first to confirm behavior, and consider asking the author to clarify the config behavior and the presence of unrelated process monitoring.
Capability Analysis
Type: OpenClaw Skill Name: autoclaw Version: 1.0.0 The AutoClaw skill is a utility designed for local health checks and backups of an AI workspace, specifically targeting files related to a crypto trading bot (OKX). While the script (autoclaw.py) targets sensitive files like 'config.json' and 'ai_memory.db', it only performs local file operations (copying to a backup directory) and lacks any network exfiltration or malicious execution logic. The presence of hardcoded absolute paths (C:\Users\Administrator\...) and unused imports (subprocess) suggests it is a specialized or early-stage tool rather than a malicious one.
Capability Assessment
Purpose & Capability
The name/description (workspace health, backups, logging) match the code's behavior, but the monitored_processes list includes an 'OKX Trading' node script (quant-bot-v2/ai-multi-coin.js) which is unrelated to a generic AI-assistant workspace tool. That suggests the author repurposed personal configs into this skill; it's unexpected and should be reviewed before use.
Instruction Scope
SKILL.md is minimal and tells the user to run python autoclaw.py. The actual script performs filesystem checks, copies files into a backups directory, and writes logs. The README suggests editing an autoclaw_config.json, but the shipped autoclaw.py does not read any config file and instead uses a hardcoded workspace path. This mismatch between docs and runtime instructions is a red flag: the program will act on C:\Users\Administrator\.openclaw\workspace by default rather than a user-specified workspace unless the user edits the script.
Install Mechanism
No install spec or external downloads; it's an instruction-only skill with a bundled Python script. Nothing is fetched from third-party URLs and there are no installer scripts that write arbitrary binaries to disk.
Credentials
The skill requests no environment variables or credentials. It does, however, read and copy files inside the workspace (e.g., config.json, MEMORY.md, memory_data/ai_memory.db). This is proportionate for a backup/health tool, but users should note sensitive workspace files will be duplicated into backups and logs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configurations. It writes backups and logs under the workspace directory only. No autonomous privilege escalation is indicated.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install autoclaw
  3. After installation, invoke the skill by name or use /autoclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AutoClaw. - Provides automated health checks for AI agent workspaces. - Supports scheduled backups and process monitoring. - Includes logging with timestamps. - Easy installation via clawhub and simple command-line usage.
Metadata
Slug autoclaw
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Autoclaw?

Automates health monitoring, scheduled backups, and process logging for AI assistant workspaces. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Autoclaw?

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

Is Autoclaw free?

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

Which platforms does Autoclaw support?

Autoclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Autoclaw?

It is built and maintained by shayuqiang671-rgb (@shayuqiang671-rgb); the current version is v1.0.0.

💬 Comments