← Back to Skills Marketplace
Resurface
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
117
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install resurface
Description
Resurface integration. Manage data, records, and automate workflows. Use when the user wants to interact with Resurface data.
Usage Guidance
This skill appears to be a straightforward integration with Resurface via Membrane. Before installing: 1) Verify the npm package @membranehq/cli and its GitHub repo are official and up-to-date; 2) prefer using npx or a local install instead of a global `-g` install if you want to avoid permanently adding third-party binaries to your system; 3) be aware that using the skill requires a Membrane/Resurface account and creating a connection — data sent to Resurface/Membrane will be processed by that service, so review its privacy/security docs; 4) if you are concerned about autonomous agent actions, consider restricting the agent's ability to invoke skills or require user confirmation before running commands.
Capability Analysis
Type: OpenClaw Skill
Name: resurface
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with Resurface via the Membrane CLI. The logic focuses on standard API management tasks such as authentication, action discovery, and execution using the '@membranehq/cli' package. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions explicitly advise against handling raw secrets locally, favoring Membrane's server-side credential management.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md directs the agent to use the Membrane CLI to interact with Resurface data. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are focused on installing/using the Membrane CLI, authenticating, creating connections, listing/creating actions, and running actions. The instructions do not request reading unrelated files, environment variables, or sending data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no install spec) but tells the user to run `npm install -g @membranehq/cli@latest` (or use npx). Installing a global npm package runs third-party code during install — expected for a CLI but worth noting. The package source appears to be the official Membrane npm scope/ GitHub; no suspicious URLs are present.
Credentials
No environment variables or credentials are required by the skill. The instructions explicitly advise letting Membrane handle API keys rather than asking the user for secrets, which is consistent and proportional.
Persistence & Privilege
The skill does not request always:true or system-wide config changes. It uses the standard agent invocation model (autonomous invocation allowed by default), which is expected for a service integration. No evidence the skill modifies other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install resurface - After installation, invoke the skill by name or use
/resurface - 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 Resurface?
Resurface integration. Manage data, records, and automate workflows. Use when the user wants to interact with Resurface data. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Resurface?
Run "/install resurface" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resurface free?
Yes, Resurface is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resurface support?
Resurface is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Resurface?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills