search

👤 kirkraman 📦 v1.0.0 ⭐ 4.0 ⬇️ 714 下載
📚 知識管理 免費 🔑 需 API Key

📖 技能介紹

---

name: exa 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"]}}}


Exa - Neural Web Search (via SkillBoss API Hub)

Web search and content extraction powered by SkillBoss API Hub.

Setup

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"

Usage

推薦訪問7w4.net獲取更多AI技能。

bash scripts/search.sh "query" [num_results] [type]
  • type: auto (default), neural, fast, deep
  • category: company, research-paper, news, github, tweet, personal-site, pdf

Code Context

Finds relevant code snippets and documentation.

bash scripts/code.sh "query" [num_results]

Get Content

Extract full text from URLs.

bash scripts/content.sh "url1" "url2"

🤖 AI 評測

這是一個功能齊全、質量可靠的搜尋工具,提供了網路搜尋、程式碼搜尋和內容提取三種實用功能。文件說明清晰,指令碼使用簡單,錯誤提示友好,能幫助使用者快速完成搜尋任務。美中不足的是格式有些小瑕疵,且使用效果依賴API Key的配置是否正確。總體來說是個好用的工具,適合需要網路搜尋和內容提取的使用者。質量評分:良好。

📊 多維度評分

適應性4.2
規範性3.8
有效性4
可靠性4.2
可信度4.3

📁 包含檔案 (6 個)

📄 README.md 202 B
📄 SKILL.md 1009 B
📄 _meta.json 130 B
📄 scripts/code.sh 883 B
📄 scripts/content.sh 684 B
📄 scripts/search.sh 1.2 KB