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

perplexity-search困惑搜索

Agent Skill

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

总安装

2,468

周安装

106

GitHub Stars

公开资料未说明

下载量

865
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dotneet/claude-code-marketplace --skill perplexity-search

简介

perplexity-search 使用 Perplexity API 执行实时网络搜索和研究任务。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中需要最新信息、深度研究或高级推理分析时使用。
  • 通过 GitHub 安装,支持 perplexity_ask、research、reason、search 等多种查询模式。
  • 使用前需确认 API 密钥配置正确,并了解不同模型(sonar-pro/deep-reasoning)的特性差异。
  • 适用于需要外部知识补充和实时信息验证的智能代理场景,增强回答的时效性和准确性。

SKILL.md

Perplexity Search Skill

A skill for executing real-time web searches and research using the Perplexity API.

Purpose

This skill provides the following capabilities:

  1. perplexity_ask - Answer general questions (using sonar-pro model)
  2. perplexity_research - Deep research and comprehensive reports (using sonar-deep-research model)
  3. perplexity_reason - Advanced reasoning and analysis (using sonar-reasoning-pro model)
  4. perplexity_search - Retrieve web search results

When to Use

Use this skill in the following situations:

  • User needs up-to-date information
  • Received a question requiring web search
  • Asked to perform deep research or investigation
  • Complex analysis or reasoning is required
  • Keywords like "look up", "search for", "latest..." are included

Prerequisites

  • PERPLEXITY_API_KEY environment variable must be set
  • Internet connection must be available

Usage

Basic Usage

Use the scripts/perplexity_api.py script to call the API.

# General questions (ask)
python3 scripts/perplexity_api.py ask "your question"

# Deep research (research)
python3 scripts/perplexity_api.py research "research topic"

# Advanced reasoning (reason)
python3 scripts/perplexity_api.py reason "reasoning task"

# Web search (search)
python3 scripts/perplexity_api.py search "search query" [--max-results 10] [--country JP]

Command Options

ask / research / reason

  • First argument: question, research topic, or reasoning task
  • --strip-thinking: Remove <think>...</think> tags to save context tokens (research/reason only)

search

  • First argument: search query
  • --max-results: Maximum number of results to return (1-20, default: 10)
  • --max-tokens-per-page: Maximum tokens per page (256-2048, default: 1024)
  • --country: ISO code for regional results (e.g., JP, US, GB)

Workflow

Standard Search Flow

  1. Analyze the user's question and select the appropriate tool

- Simple questions → ask - Deep research → research - Complex analysis → reason - Information gathering → search

  1. Execute the script to call the API
  2. Present results to the user, citing sources when available

Tool Selection Guidelines

Use CaseToolDescription
Current weather, newsaskWhen quick answers are needed
Technical topic researchresearchWhen comprehensive analysis is needed
Complex problem analysisreasonWhen logical reasoning is needed
Collecting sourcessearchWhen URLs or snippets are needed

API Details

For detailed API specifications, see references/api_reference.md.

Troubleshooting

  • API Key Error: Verify the PERPLEXITY_API_KEY environment variable
  • Timeout: Increase PERPLEXITY_TIMEOUT_MS (default: 300000ms)
  • Proxy Issues: Set PERPLEXITY_PROXY or HTTPS_PROXY

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

Claude Code

27.89%
按下载量换算241

OpenCode

25.33%
按下载量换算219

Antigravity

17.1%
按下载量换算148

Gemini CLI

13.65%
按下载量换算118

Codex

7.41%
按下载量换算64

windsurf

3.22%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills