技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 228 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:aiwithabidi/deep-search
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill mostly matches its stated purpose (a Perplexity-backed search), but there are multiple coherence and privacy concerns — notably undocumented/perhaps-misdeclared credential usage and hardcoded Langfuse keys — that merit caution before installing.
目的
The name/description claim Perplexity-powered, multi-tier web/academic/news/YouTube/Reddit search and the code indeed calls Perplexity's API. However registry metadata declares no required environment variables while SKILL.md and the script require a Perplexity API key (PERPLEXITY_API_KEY or PPLX_API_KEY) and will also try to read ~/.openclaw/openclaw.json for keys. The mismatch between declared requirements and actual behavior is incoherent a…
说明范围
SKILL.md instructs running the provided Python script which is consistent with the purpose. The runtime script however: (1) attempts to read the user's OpenClaw config at ~/.openclaw/openclaw.json (not documented in the registry metadata), (2) sets default Langfuse environment keys inside the process (hardcoded secrets), and (3) will attempt to use an optional langfuse client to trace observations — which may transmit query text and results to…
安装机制
This is instruction + bundled script only (no install spec), which is low install-risk. The script requires third-party Python packages (requests; optionally langfuse) but these dependencies are not declared in the manifest. No external archive downloads or installers are used.
证书
The SKILL.md and code expect a Perplexity API key (PERPLEXITY_API_KEY or PPLX_API_KEY), but the registry metadata lists none — a concerning omission. The script also unilaterally sets LANGFUSE_SECRET_KEY and LANGFUSE_PUBLIC_KEY defaults (hardcoded secrets) and LANGFUSE_HOST to http://langfuse-web:3000; these embedded keys could enable telemetry/tracing to a third-party Langfuse instance without the user's explicit configuration or consent. The…
持久
The skill does not request always: true, does not modify system-wide settings, and does not persistently write configuration. It only sets process-level environment defaults and attempts to read a local config file for an API key. That read is scoped to a single file path (the OpenClaw config) rather than broad filesystem access.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Deep Search」。简介:Perplexity-powered AI search with auto model tier selection for quick facts, re…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/deep-search/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: deep-search
description: Three-tier AI search routing — quick facts (sonar), research comparisons (sonar-pro), and deep analysis (sonar-reasoning-pro). Auto-selects model tier based on query complexity. Focus modes: internet, academic, news, youtube, reddit. Use for research, fact-checking, competitive analysis, or any web search task.
homepage: https://www.agxntsix.ai
license: MIT
compatibility: Python 3.10+, Perplexity API key
metadata: {"openclaw": {"emoji": "ud83dudd0e", "requires": {"env": ["PERPLEXITY_API_KEY"]}, "primaryEnv": "PERPLEXITY_API_KEY", "homepage": "https://www.agxntsix.ai"}}
---
# Deep Search 🔍
Multi-tier Perplexity-powered search with automatic Langfuse observability tracing.
## When to Use
- Quick facts and simple lookups → `quick` tier
- Standard research, comparisons, how-to → `pro` tier
- Deep analysis, market research, complex questions → `deep` tier
- Academic paper search, news monitoring, Reddit/YouTube research
## Usage
```bash
# Quick search (sonar, ~2s)
python3 {baseDir}/scripts/deep_search.py quick "what is OpenClaw"
# Pro search (sonar-pro, ~5-8s)
python3 {baseDir}/scripts/deep_search.py pro "compare Claude vs GPT-4o for coding"
# Deep research (sonar-reasoning-pro, ~10-20s)
python3 {baseDir}/scripts/deep_search.py deep "full market analysis of AI agent frameworks"
# Focus modes
python3 {baseDir}/scripts/deep_search.py pro "query" --focus academic
python3 {baseDir}/scripts/deep_search.py pro "query" --focus news
python3 {baseDir}/scripts/deep_search.py pro "query" --focus youtube
python3 {baseDir}/scripts/deep_search.py pro "query" --focus reddit
```
## Tiers
| Tier | Model | Speed | Best For |
|------|-------|-------|----------|
| quick | sonar | ~2s | Simple facts, quick lookups |
| pro | sonar-pro | ~5-8s | Research, comparisons |
| deep | sonar-reasoning-pro | ~10-20s | Deep analysis, complex questions |
## Environment
- `PERPLEXITY_API_KEY` — Required. Perplexity API key.
- `OPENROUTER_API_KEY` — Optional. For Langfuse tracing model pricing.
## Credits
Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai)
[YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi)
Part of the **AgxntSix Skill Suite** for OpenClaw agents.
📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)