← Back to Skills Marketplace
Retriever
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
187
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install retriever
Description
Retriever integration. Manage Organizations, Leads, Projects, Pipelines, Users, Filters. Use when the user wants to interact with Retriever data.
Usage Guidance
This skill is internally consistent: it delegates auth and API work to Membrane and asks only to use the Membrane CLI. Before installing or running it: (1) verify the @membranehq/cli package and its maintainer on the npm registry (or use npx/pin a version) to reduce supply-chain risk; (2) confirm the getmembrane.com and GitHub repository links in the SKILL.md are legitimate and match the publisher you expect; (3) be aware the CLI will require network access and you will perform a browser-based login that grants Membrane access to your Retriever data — review what permissions are requested during that login; (4) avoid pasting account secrets into the skill; and (5) if you need tighter control, run the CLI in an isolated environment or container.
Capability Analysis
Type: OpenClaw Skill
Name: retriever
Version: 1.0.3
The skill bundle provides instructions for an AI agent to interact with the 'Retriever' service using the Membrane CLI. The instructions in SKILL.md focus on legitimate integration tasks such as authentication, action discovery, and execution through the @membranehq/cli npm package. It explicitly encourages secure credential management by delegating authentication to the Membrane platform rather than asking the user for secrets, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (Retriever integration) match the actions described: using the Membrane CLI to connect to a Retriever connector, list/create/run actions, and manage connections. The requested capabilities (network access, Membrane account) are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs the agent/user to install and run the Membrane CLI and to perform connector/action lifecycle commands (login, connect, action list/create/run). It does not instruct reading unrelated system files, collecting arbitrary environment variables, or exfiltrating data to unknown endpoints. Authentication is handled via Membrane's login flow rather than asking the user for API keys.
Install Mechanism
There is no platform install spec (instruction-only). The doc instructs the user to run an npm global install (npm install -g @membranehq/cli@latest) or npx for specific commands. Installing a third-party CLI from npm is a normal approach but carries the usual npm-package risks (supply-chain/typosquatting). Prefer npx or pinning a known-good version and verify the package identity if you are cautious.
Credentials
The skill declares no required environment variables or credentials; SKILL.md relies on Membrane-managed authentication (browser or headless code flow). That is proportionate to the stated functionality. The instructions explicitly discourage asking users for raw API keys, which is appropriate.
Persistence & Privilege
The skill is not forced always-on and is user-invocable. It does not request to modify other skills or system-wide settings. There are no install-time persistent agents described in SKILL.md.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install retriever - After installation, invoke the skill by name or use
/retriever - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Retriever?
Retriever integration. Manage Organizations, Leads, Projects, Pipelines, Users, Filters. Use when the user wants to interact with Retriever data. It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.
How do I install Retriever?
Run "/install retriever" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Retriever free?
Yes, Retriever is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Retriever support?
Retriever is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Retriever?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills