mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
24 lines
525 B
JSON
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"
|
|
}
|