novel-doomsday-resurgence/skills/ai-web-automation/package.json
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

24 lines
525 B
JSON

{
"name": "web-automation",
"version": "1.0.0",
"description": "Web Automation Service - 自动化 Web 任务执行",
"main": "main.py",
"scripts": {
"scrape": "./main.py scrape"
},
"config": {
"output": {
"directory": "./output",
"format": "markdown"
},
"pricing": {
"single_task": 10,
"monthly_subscription": 100,
"enterprise": "contact"
}
},
"keywords": ["automation", "web", "scraping", "testing"],
"author": "OpenClaw AI Agent",
"license": "MIT"
}