← Back to Skills Marketplace
ai-hub-admin

Perplexity

by AI-Hub-Admin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install perplexity-onekey-gateway
Description
Auto-generated skill for perplexity tools via OneKey Gateway.
Usage Guidance
This skill appears to do what it claims (wrap Perplexity tools via OneKey Gateway), but take these precautions before installing: - Provide your own DEEPNLP_ONEKEY_ROUTER_ACCESS key (do not rely on the demo fallback key), because any data you send will be forwarded to the remote gateway and could be exposed if the demo key is used. - Review and vet the two third-party packages (ai-agent-marketplace on PyPI and @aiagenta2z/onekey-gateway on npm). Installing packages executes their code on your system. - Note the small inconsistencies in metadata (the registry listed no required env/install but SKILL.md does). Confirm the expected environment variables and install steps with the skill author or documentation. - Avoid sending highly sensitive secrets or personal data through the skill unless you trust the OneKey Gateway provider and have an account/key configured. If you want higher assurance, request the publisher/source identity and independently inspect the referenced packages (and the OneKey Gateway docs) before enabling this skill.
Capability Analysis
Type: OpenClaw Skill Name: perplexity-2 Version: 0.1.0 The skill bundle is a standard wrapper for Perplexity AI tools (ask, research, reason, search) via the DeepNLP OneKey Gateway. The Python scripts in the scripts/ directory (e.g., perplexity_ask.py) use the ai_agent_marketplace library to route requests to the API, and the SKILL.md provides clear, non-malicious instructions for the AI agent to utilize these tools. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (Perplexity via OneKey Gateway) match the code and runtime instructions: the scripts call a OneKeyAgentRouter and invoke perplexity_* APIs. However, registry metadata at the top of the report claimed 'Required env vars: none' while the SKILL.md and the scripts require DEEPNLP_ONEKEY_ROUTER_ACCESS — an inconsistency you should be aware of.
Instruction Scope
SKILL.md instructs the agent to use the DEEPNLP_ONEKEY_ROUTER_ACCESS key and the included CLI/python scripts accept JSON payloads and forward them to OneKey Gateway. The runtime instructions and scripts do not attempt to read unrelated system files or extra environment variables. Important privacy note: payloads (messages, queries) are sent to a remote service; the scripts default to a shared demo key (BETA_TEST_KEY_MARCH_2026) if you don't set your own key, which may expose your inputs to a shared/demo account.
Install Mechanism
Installation is via public package managers (npm -g install @aiagenta2z/onekey-gateway and pip install ai-agent-marketplace) as declared in SKILL.md. There is no custom download-from-URL or archive extraction. Installing packages from npm/PyPI runs third-party code — normal but requires trusting those packages. Also note: the registry metadata earlier said 'No install spec' while SKILL.md contains install commands—another small inconsistency.
Credentials
The single required credential (DEEPNLP_ONEKEY_ROUTER_ACCESS) is proportional to the skill's purpose (a gateway API key). The concern is the fallback demo key hardcoded in scripts: if users do not set their own key, their inputs will be routed through a shared/demo account. That is a privacy/exfiltration risk for sensitive data, not an indicator of unrelated credential access.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and is user-invocable with normal autonomous invocation allowed. No elevated persistence privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install perplexity-onekey-gateway
  3. After installation, invoke the skill by name or use /perplexity-onekey-gateway
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
perplexity-2 v0.1.0 - Initial release of the perplexity skill via OneKey Gateway. - Provides unified access to web-grounded AI tools: perplexity_ask (quick factual Q&A), perplexity_research (deep research), perplexity_reason (step-by-step reasoning), and perplexity_search (web search). - Includes support for recency and domain filtering, search context sizing, and reasoning depth settings. - CLI and Python script usage instructions provided. - Supports both npm and Python client dependencies for flexible integration.
Metadata
Slug perplexity-onekey-gateway
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Perplexity?

Auto-generated skill for perplexity tools via OneKey Gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Perplexity?

Run "/install perplexity-onekey-gateway" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Perplexity free?

Yes, Perplexity is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Perplexity support?

Perplexity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Perplexity?

It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v0.1.0.

💬 Comments