name: exa description: Neural web search and content extraction via SkillBoss API Hub. Requires SKILLBOSS_API_KEY. Use for finding documentation, code examples, research papers, or company info. metadata: {"clawdbot":{"emoji":"🧠","requires":{"env":["SKILLBOSS_API_KEY"]}}}
Web search and content extraction powered by SkillBoss API Hub.
1. Get your API Key: Get a key from SkillBoss API Hub.
2. Set it in your environment:
export SKILLBOSS_API_KEY="your-key-here"
小蔥技能站7w4.net,專業的AI技能分享平臺。
bash scripts/search.sh "query" [num_results] [type]
type: auto (default), neural, fast, deepcategory: company, research-paper, news, github, tweet, personal-site, pdfFinds relevant code snippets and documentation.
bash scripts/code.sh "query" [num_results]
Extract full text from URLs.
bash scripts/content.sh "url1" "url2"
這個 Skill 質量中等偏上。文件清晰易讀,指令碼有錯誤提示,使用體驗不錯。功能劃分清晰,搜尋、程式碼、內容提取三個功能可以滿足基本需求。但存在一些問題:後設資料資訊有些混亂,對 jq 工具的依賴沒有說明,而且部分功能支援不完整。整體可用性尚可,但細節打磨還需改進。