← Back to Skills Marketplace
Perplexity
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
115
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install perplexity-integration
Description
Perplexity integration. Manage data, records, and automate workflows. Use when the user wants to interact with Perplexity data.
Usage Guidance
This skill appears to genuinely wrap Perplexity access through the Membrane CLI, but before installing or using it you should: (1) verify the Membrane CLI package on npm (publisher @membranehq) and prefer running it via npx if you don't want a global install; (2) confirm the GitHub repo/homepage (getmembrane.com and the listed repository) match the package you install; (3) be aware the skill requires you to authenticate to Membrane (browser-based or code flow) and to create a Perplexity connector — that will grant Membrane access to Perplexity on your behalf, so review Membrane's privacy/security docs; (4) ask the skill author or registry to declare the required binary (membrane CLI) in the metadata or provide a formal install spec if you want automated installation; and (5) avoid pasting unrelated secrets into any prompts. The main issues are metadata omissions and a moderate install-time risk from a global npm install — not direct evidence of malicious behavior, but enough reason to review the package and provider first.
Capability Analysis
Type: OpenClaw Skill
Name: perplexity-integration
Version: 1.0.1
The skill provides instructions for an AI agent to integrate with Perplexity via the Membrane framework. It directs the agent to install the Membrane CLI (@membranehq/cli), authenticate through their service (getmembrane.com), and manage API actions through Membrane's middleware. While the process involves high-privilege actions like global NPM package installation and routing data through a third-party platform, these behaviors are transparently documented and strictly aligned with the stated purpose of the integration. The instructions also include security best practices, such as advising the agent to let the platform handle credential lifecycles rather than requesting raw API keys from the user.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Perplexity via Membrane, which matches the SKILL.md instructions to use the Membrane CLI and a Perplexity connector. However, the registry metadata declares no required binaries or install spec while the runtime docs instruct the user to install a global npm CLI (@membranehq/cli). That mismatch (no declared binary requirement but an explicit install instruction) is an inconsistency.
Instruction Scope
SKILL.md confines behavior to using the Membrane CLI to create connections, list actions, and run actions against Perplexity. It instructs interactive browser login or headless code exchange but does not ask the agent to read arbitrary local files, unrelated env vars, or transmit data to third-party endpoints outside Membrane/Perplexity flows.
Install Mechanism
There is no formal install spec in the registry, yet the instructions require installing a global npm package (npm install -g @membranehq/cli@latest) or using npx. Installing a global npm package is a moderate-risk operation compared with an instruction-only skill; the absence of an official install spec in the metadata is an omission worth flagging. The suggested sources (npm/@membranehq) are typical, but the registry should have declared this dependency.
Credentials
The skill does not request any environment variables or secrets in the metadata and explicitly advises not to collect API keys locally (it uses Membrane to manage auth). The runtime flow uses browser-based or code-exchange login to Membrane and creates a connector for Perplexity — this is proportionate to the stated purpose.
Persistence & Privilege
The skill is not configured as always-on and does not request elevated persistence or modify other skills' configurations. It relies on interactive authentication with Membrane and normal CLI usage; no unusually broad privileges are requested in the metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install perplexity-integration - After installation, invoke the skill by name or use
/perplexity-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Perplexity?
Perplexity integration. Manage data, records, and automate workflows. Use when the user wants to interact with Perplexity data. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Perplexity?
Run "/install perplexity-integration" 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 Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills