← 返回 Skills 市场
Perplexica Search
作者
Edward Tsang
· GitHub ↗
· v1.0.3
· MIT-0
334
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install perplexica-search-local
功能描述
AI-powered search using your local Perplexica instance. Runs deep research (quality mode) with web search and LLM reasoning; returns answers with cited sourc...
安全使用建议
This skill appears coherent and local-only: it only needs python3 and a local Perplexica server. Before installing: (1) verify you are comfortable allowing the skill to contact host.docker.internal if you run it in Docker (that resolves to your host machine and can access host services), (2) review the remainder of the script (main entry/flow) to confirm URL validation is performed before any network call in your environment, and (3) run it in a restricted environment or sandbox if you want to be extra cautious. If you do not run Perplexica locally, the skill will fail rather than exfiltrate data.
功能分析
Type: OpenClaw Skill
Name: perplexica-search-local
Version: 1.0.3
The Perplexica Search skill is a well-implemented tool for local AI-powered research. The code in scripts/perplexica_search.py includes proactive security measures to prevent data exfiltration and SSRF, such as custom urllib handlers that explicitly reject HTTP redirects and a validation function that ensures resolved hostnames point only to loopback or private IP addresses (RFC 1918). No malicious intent, obfuscation, or unauthorized data access was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and the included Python script all match: the skill queries a local Perplexica instance, returns results with citations, and requires only python3. No unrelated binaries, env vars, or credentials are requested.
Instruction Scope
SKILL.md restricts the skill to local hosts and instructs running the bundled Python script by full path. The script enforces a hostname whitelist (localhost, 127.0.0.1, ::1, host.docker.internal), rejects redirects, reads an optional config.json from the skill directory, and performs model/provider and search API calls. This scope is appropriate; as a small note, the script’s host-resolution helper is designed to validate allowed hostnames (and checks that host.docker.internal resolves to a loopback/private IP), so confirm the skill's main path validates the base URL before any network calls (truncated code not shown here appears to do so from the rest of the file).
Install Mechanism
No install spec; the skill is instruction-only with one Python script. This is the lowest-risk install approach and is proportional to the stated functionality.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside its own directory. That is proportional for a local-only search helper. The only configuration file is an optional config.json in the skill directory (used to set a local perplexica_url).
Persistence & Privilege
The skill is not forced always-on and is user-invocable. It does not request system-level persistence or modify other skills. Autonomous invocation is allowed by platform default and is not a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perplexica-search-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/perplexica-search-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Removed the file CHANGELOG.md.
- No changes to functionality or usage.
v1.0.2
- Added support for host.docker.internal as a valid local URL, improving compatibility with Docker environments.
- Improved security: URLs are strictly limited to localhost, 127.0.0.1, ::1, or host.docker.internal, and HTTP redirects are no longer followed to prevent exfiltration.
- Updated documentation to reflect new valid URL options and clarify local-only policy.
- Changed repository homepage URL.
v1.0.1
perplexica-search-local 1.0.1
- Added missing project files: `CHANGELOG.md`, `LICENSE`, and `config.json.example`.
- Provides a sample config and license for easier setup and compliance.
- No changes to code or behavior.
v1.0.0
Initial release
元数据
常见问题
Perplexica Search 是什么?
AI-powered search using your local Perplexica instance. Runs deep research (quality mode) with web search and LLM reasoning; returns answers with cited sourc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。
如何安装 Perplexica Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perplexica-search-local」即可一键安装,无需额外配置。
Perplexica Search 是免费的吗?
是的,Perplexica Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Perplexica Search 支持哪些平台?
Perplexica Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perplexica Search?
由 Edward Tsang(@eplt)开发并维护,当前版本 v1.0.3。
推荐 Skills