Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

cli-anything-exaCLI anything EXA 搜索

Agent Skill

cli-anything-exa 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,992

周安装

83

GitHub Stars

32,902

下载量

664
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cli-anything-exa(CLI anything EXA 搜索)
来源仓库:https://github.com/hkuds/cli-anything
仓库路径:skills/cli-anything-exa
安装命令:
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-exa
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-exa

简介

cli-anything-exa 提供对 Exa 神经搜索 API 的命令行访问,支持多模式网页检索与全文提取。

  • 适用于在 Codex、Claude、Cursor 和 Gemini CLI 中进行智能信息检索与内容聚合的场景。
  • 支持 fast、deep 和 deep-reasoning 搜索模式,可获取高亮摘要或完整页面内容。
  • 需注册 Exa 账号获取 API 密钥,并通过 pip 安装,注意密钥保密与请求频率限制。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Exa CLI Skill

Identity

  • Name: cli-anything-exa
  • Version: 1.0.0
  • Category: search
  • Entry Point: cli-anything-exa

What This CLI Does

Provides an agent-native command-line interface to the Exa API — a neural search engine optimised for AI agent workflows. Supports web search across multiple modes (fast, deep, deep-reasoning) and fetching full-text or highlighted page contents.

Prerequisites

Installation

pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness

Command Reference

search — Web search

cli-anything-exa search "<query>" [OPTIONS]

Options:
  --type       auto|fast|instant|deep|deep-reasoning  (default: auto)
  --num-results / -n   1–100  (default: 10)
  --category   company|people|research-paper|news|personal-site|financial-report
  --content    highlights|text|summary|none  (default: highlights)
  --freshness  smart|always|never  (default: smart)
  --include-domains DOMAIN   (repeatable)
  --exclude-domains DOMAIN   (repeatable)
  --from DATE   ISO 8601 start published date
  --to   DATE   ISO 8601 end published date
  --location CC  Two-letter country code for geo-bias

contents — Fetch page contents

cli-anything-exa contents <url> [url ...] [--content text|highlights|summary] [--freshness smart|always|never]

server status — Verify API key and connectivity

cli-anything-exa server status

JSON Output

All commands support --json at the root level for machine-readable output:

cli-anything-exa --json search "latest LLM papers" --num-results 5

Common Agent Patterns

Fast keyword lookup

cli-anything-exa --json search "site:arxiv.org transformer architectures" --type fast --content highlights

Deep research on a topic

cli-anything-exa --json search "EU AI Act compliance requirements 2024" --type deep --content text

Academic paper discovery

cli-anything-exa --json search "retrieval augmented generation" --category research-paper --num-results 20

Company intelligence

cli-anything-exa --json search "Anthropic funding history" --category company

News monitoring

cli-anything-exa --json search "AI regulation news" --category news --from 2024-01-01

Fetch full content for summarisation

cli-anything-exa --json contents https://example.com/article --content text

Interactive REPL

cli-anything-exa   # No subcommand → enters REPL

Type commands without the cli-anything-exa prefix. Type exit or quit to leave.

Notes

  • highlights content mode is 10× more token-efficient than text — prefer it for agent pipelines
  • --type deep triggers multi-step reasoning; slower but synthesises across many sources
  • --category company and --category people do not support date or domain-exclude filters
  • Cost per query is included in JSON output under cost_dollars

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.44%
按下载量换算229

Claude

29.59%
按下载量换算196

Cursor

18.81%
按下载量换算125

Gemini CLI

8.64%
按下载量换算57

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills