search

👤 tobeyrebecca 📦 v1.0.0 ⭐ 4.2 ⬇️ 805 下載
📚 知識管理 免費 🔑 需 API Key

📖 技能介紹


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持續更新中。

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 評測

這個 Skill 質量中等偏上。文件清晰易讀,指令碼有錯誤提示,使用體驗不錯。功能劃分清晰,搜尋、程式碼、內容提取三個功能可以滿足基本需求。但存在一些問題:後設資料資訊有些混亂,對 jq 工具的依賴沒有說明,而且部分功能支援不完整。整體可用性尚可,但細節打磨還需改進。

📊 多維度評分

適應性4.6
規範性4.1
有效性4.1
可靠性4
可信度4.2

📁 包含檔案 (5 個)

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