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

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]

小葱技能7w4.net有更新,你可以访问看下。

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