{"skill":{"slug":"brave-search-1-0-1","displayName":"Brave Search 1.0.1","summary":"Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.","description":"---\nname: brave-search\ndescription: Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.\n---\n\n# Brave Search\n\nHeadless web search and content extraction using Brave Search. No browser required.\n\n## Setup\n\nRun once before first use:\n\n```bash\ncd ~/Projects/agent-scripts/skills/brave-search\nnpm ci\n```\n\nNeeds env: `BRAVE_API_KEY`.\n\n## Search\n\n```bash\n./search.js \"query\"                    # Basic search (5 results)\n./search.js \"query\" -n 10              # More results\n./search.js \"query\" --content          # Include page content as markdown\n./search.js \"query\" -n 3 --content     # Combined\n```\n\n## Extract Page Content\n\n```bash\n./content.js https://example.com/article\n```\n\nFetches a URL and extracts readable content as markdown.\n\n## Output Format\n\n```\n--- Result 1 ---\nTitle: Page Title\nLink: https://example.com/page\nSnippet: Description from search results\nContent: (if --content flag used)\n  Markdown content extracted from the page...\n\n--- Result 2 ---\n...\n```\n\n## When to Use\n\n- Searching for documentation or API references\n- Looking up facts or current information\n- Fetching content from specific URLs\n- Any task requiring web search without interactive browsing\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":202,"installsAllTime":18,"installsCurrent":18,"stars":0,"versions":1},"createdAt":1771915083626,"updatedAt":1778491624313},"latestVersion":{"version":"1.0.0","createdAt":1771915083626,"changelog":"Initial release of Brave Search skill: Perform web searches and extract content via Brave Search API.\n\n- Supports headless web searches (no browser needed)\n- Fetches search results and extracts page content as markdown\n- Allows search customization: number of results, include page content, etc.\n- Dedicated command for extracting readable content from specified URLs\n- Suitable for searching documentation, facts, and current information","license":null},"metadata":null,"owner":{"handle":"roamer-remote","userId":"s175wscrjbc6yvhxa7yrm073wh83m7pt","displayName":"Roamer 徐","image":"https://avatars.githubusercontent.com/u/267348107?v=4"},"moderation":null}