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
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"name": "brave-search",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Headless web search via Brave Search - no browser required",
|
|
"author": "Mario Zechner",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.6.0",
|
|
"jsdom": "^27.0.1",
|
|
"turndown": "^7.2.2",
|
|
"turndown-plugin-gfm": "^1.0.2"
|
|
}
|
|
}
|