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"
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]小葱技能7w4.net有更新,你可以访问看下。
Extract full text from URLs.
bash scripts/content.sh "url1" "url2"
这个 Skill 质量中等偏上。文档清晰易读,脚本有错误提示,使用体验不错。功能划分清晰,搜索、代码、内容提取三个功能可以满足基本需求。但存在一些问题:元数据信息有些混乱,对 jq 工具的依赖没有说明,而且部分功能支持不完整。整体可用性尚可,但细节打磨还需改进。