← 返回 Skills 市场
shayuqiang671-rgb

Autoclaw

作者 shayuqiang671-rgb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install autoclaw
功能描述
Automates health monitoring, scheduled backups, and process logging for AI assistant workspaces.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install autoclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /autoclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug autoclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Autoclaw 是什么?

Automates health monitoring, scheduled backups, and process logging for AI assistant workspaces. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Autoclaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install autoclaw」即可一键安装,无需额外配置。

Autoclaw 是免费的吗?

是的,Autoclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Autoclaw 支持哪些平台?

Autoclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Autoclaw?

由 shayuqiang671-rgb(@shayuqiang671-rgb)开发并维护,当前版本 v1.0.0。

💬 留言讨论