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

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每天更新,海量AI技能等你发现。

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