Claude Skill
ApeCodeAI/nanoclaw-py
Nanoclaw-py is a nano-scale OpenClaw alternative in ~500 lines of Python. Supports file read/write, command execution, web search, and task scheduling. Ideal for minimal automation.
Overview
Repository
Install this Skill
git clone https://github.com/ApeCodeAI/nanoclaw-py.gitRegistry
Summary
Nanoclaw-py is a lightweight, nano-scale alternative to OpenClaw written in Python (~500 lines). It provides essential automation capabilities including file read/write, command execution, web search, and task scheduling, making it ideal for developers who need a minimal yet functional agent framework.
又一个OpenClaw的纳米级替代品。它能够读写文件、执行命令、搜索网络以及安排任务——全部代码仅约500行Python。
Key features
- File read/write operations
- Command execution
- Web search capability
- Task scheduling
- Ultra-lightweight (~500 lines of Python)
Use cases
- Automating file management tasks
- Running system commands from code
- Integrating web search into workflows
- Scheduling periodic jobs
- Building minimal agent prototypes