Install
openclaw skills install data-harvester智能数据采集器 - 自动化数据采集、处理和导出工具。支持Web抓取、API调用、数据库查询、文件读取,导出JSON/CSV/Excel/PDF。
openclaw skills install data-harvester
专为OpenClaw设计的自动化数据采集工具。从网页、API、数据库、文件中采集数据,智能清洗处理后导出为你需要的格式。
clawhub install data-harvester
或手动安装:
git clone https://gitee.com/du-xuegong/openclaw-wealth-guide.git
cd openclaw-wealth-guide
uv pip install -r requirements.txt
/技能 数据采集器
采集网页 https://example.com 保存为 data.json
定时采集 https://api.example.com/data 每天 09:00
导出数据为 Excel 报表
from data_harvester import DataHarvester
harvester = DataHarvester()
result = harvester.harvest({
"sources": [{"type": "web", "url": "https://example.com"}],
"export": {"format": "json", "path": "output.json"}
})
print(f"采集完成:{result['stats']['total_records']}条记录")
支持数据源类型:
Q: 安装后怎么激活?
A: 在OpenClaw对话中使用 /技能 数据采集器 激活。
Q: 支持哪些数据源?
A: Web页面、API接口、数据库、文件四种类型。
Q: 需要定制开发或部署咨询?
A: 访问 https://openclawx.asia 获取企业级支持服务。
MIT-0 — 免费使用,无需署名。