← 返回 Skills 市场
mrnicholasbcarter-code

openrouter-perplexity

作者 mrnicholasbcarter-code · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
781
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openrouter-perplexity
功能描述
Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
使用说明 (SKILL.md)

Perplexity Search

AI-powered web search that returns grounded answers with citations.

Search

Single query:

node {baseDir}/scripts/search.mjs "what's happening in AI today"

Multiple queries (batch):

node {baseDir}/scripts/search.mjs "What is Perplexity?" "Latest AI news" "Best coffee in NYC"

Options

  • --json: Output raw JSON response

Notes

  • Requires OPENROUTER_API_KEY environment variable
  • Responses include citations when available
  • Batch queries are processed in a single API call
安全使用建议
This skill runs a small Node script that sends your queries to openrouter.ai using the OPENROUTER_API_KEY you supply. Before installing: (1) confirm whether the author intended to call Perplexity or OpenRouter—the description/name mention 'Perplexity' but the code calls openrouter.ai; ask the publisher for clarification. (2) Only provide an API key you trust for this service and avoid using it with sensitive secrets or personal data, since queries are transmitted to the external API. (3) Ensure your Node runtime is recent enough to support fetch (Node 18+), and review OpenRouter's privacy/TOS for how they store or reuse prompts. If you can't verify the mismatch or the publisher, treat this as untrusted and avoid supplying high-privilege keys.
功能分析
Type: OpenClaw Skill Name: openrouter-perplexity Version: 1.0.0 The skill bundle is a straightforward wrapper for the OpenRouter/Perplexity API. It reads the `OPENROUTER_API_KEY` environment variable (as declared in `SKILL.md`) and uses it to authenticate requests to `https://openrouter.ai/api/v1` from `scripts/search.mjs`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are consistent with the stated purpose of performing AI-powered web searches.
能力评估
Purpose & Capability
The skill claims to provide 'Perplexity' search but the code and homepage target openrouter.ai and the script posts to https://openrouter.ai/api/v1 using OPENROUTER_API_KEY. That could be an innocuous naming/documentation error (e.g., using an OpenRouter-hosted Perplexity model) but it is an inconsistency between name/description and actual network target.
Instruction Scope
SKILL.md only instructs running the included Node script with queries. The script only sends the queries to openrouter.ai, formats results, and prints them. It does not read local files or additional environment variables beyond OPENROUTER_API_KEY, nor does it send data to other endpoints.
Install Mechanism
No install spec; this is instruction + a small script. Nothing is downloaded or written to disk beyond running the bundled script. Required binary 'node' is appropriate for the script.
Credentials
Only OPENROUTER_API_KEY is required and used as the Authorization bearer token to call openrouter.ai. That is proportionate for a skill that interacts with that API. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or access to other skills' configs. It runs only when invoked and does not attempt to enable itself or change global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openrouter-perplexity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openrouter-perplexity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Openrouter Perplexity Search skill. - Enables AI-powered web search with grounded, cited answers via the Openrouter API. - Supports both single and batch query modes. - Includes option to output raw JSON responses. - Requires OPENROUTER_API_KEY environment variable. - Batch queries handled in one API call for efficiency.
元数据
Slug openrouter-perplexity
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

openrouter-perplexity 是什么?

Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 781 次。

如何安装 openrouter-perplexity?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openrouter-perplexity」即可一键安装,无需额外配置。

openrouter-perplexity 是免费的吗?

是的,openrouter-perplexity 完全免费(开源免费),可自由下载、安装和使用。

openrouter-perplexity 支持哪些平台?

openrouter-perplexity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openrouter-perplexity?

由 mrnicholasbcarter-code(@mrnicholasbcarter-code)开发并维护,当前版本 v1.0.0。

💬 留言讨论