add brave search skill (copied from pi.dev)

This commit is contained in:
2026-05-01 11:07:03 +02:00
parent a46db74ff6
commit 2d83a5e7df
6 changed files with 1000 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"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"
}
}