Claude Skill
ApeCodeAI/nanoclaw-py
Nanoclaw-py 是 OpenClaw 的纳米级替代品,仅用约 500 行 Python 实现。支持文件读写、命令执行、网络搜索和任务调度,适合极简自动化场景。
概览
仓库信息
安装这个 Skill
git clone https://github.com/ApeCodeAI/nanoclaw-py.gitRegistry 信息
项目简介
Nanoclaw-py 是 OpenClaw 的纳米级轻量替代品,仅用约 500 行 Python 代码实现。它提供文件读写、命令执行、网络搜索和任务调度等核心自动化功能,适合需要极简但功能完备的代理框架的开发者。
Yet another nano alternative to OpenClaw. It can read/write files, execute commands, search the web, and schedule tasks — all in ~500 lines of Python.
要点
- 文件读写操作
- 命令执行
- 网络搜索能力
- 任务调度
- 超轻量级(约 500 行 Python)
使用场景
- 自动化文件管理任务
- 从代码中执行系统命令
- 将网络搜索集成到工作流中
- 调度周期性任务
- 构建最小化代理原型