← Back to Skills Marketplace
Replicate
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
126
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install replicate-integration
Description
Replicate integration. Manage data, records, and automate workflows. Use when the user wants to interact with Replicate data.
Usage Guidance
This skill is coherent: it uses the Membrane CLI as a bridge to Replicate and does not ask for unrelated secrets. Before installing and using it:
- Verify the @membranehq/npm package and the homepage/repository links (ensure they match the organization you trust).
- Be aware that completing the Membrane login/connect flow authorizes Membrane to act on your behalf with Replicate — review and limit permissions and revoke connections when no longer needed.
- Because installation requires a global npm package, consider installing in a controlled environment (container or VM) if you are cautious about modifying your system.
- If you don't trust Membrane as a third party, do not run the login/connect flow; the skill relies on that service to manage credentials.
Capability Analysis
Type: OpenClaw Skill
Name: replicate-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with Replicate via the Membrane platform. It outlines standard procedures for installing the Membrane CLI (@membranehq/cli), authenticating, and managing connections and actions. The instructions prioritize security by advising against asking for raw API keys and instead using Membrane's managed authentication, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The SKILL.md describes interacting with Replicate via the Membrane service (connect, list/run actions). The required capabilities (network access, a Membrane account) match the stated purpose of managing Replicate data.
Instruction Scope
Runtime instructions are limited to installing and using the Membrane CLI (login, connect, action list/run). They do not ask the agent to read arbitrary files, access unrelated environment variables, or transmit data to unknown endpoints beyond Membrane/Replicate.
Install Mechanism
The SKILL.md tells the user to run `npm install -g @membranehq/cli@latest` (global npm install). Installing an npm CLI is a reasonable way to add a tool, but global npm installs modify the system and carry moderate risk — verify the @membranehq package source and contents before installing. There is no formal install spec in the registry metadata; installation is instruction-only.
Credentials
No environment variables or local credentials are requested. The doc explicitly delegates credential management to Membrane and instructs users to authenticate via the Membrane login flow rather than providing API keys locally — this is proportionate to the described integration.
Persistence & Privilege
The skill is not marked always:true and is user-invocable (normal). It does not request permanent system-wide configuration or attempt to modify other skills. The main persistent effect is creating a Membrane connection (OAuth-like) when the user authorizes access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install replicate-integration - After installation, invoke the skill by name or use
/replicate-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 Replicate?
Replicate integration. Manage data, records, and automate workflows. Use when the user wants to interact with Replicate data. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Replicate?
Run "/install replicate-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Replicate free?
Yes, Replicate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Replicate support?
Replicate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Replicate?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills