← Back to Skills Marketplace
Privacera
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
156
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install privacera
Description
Privacera integration. Manage data, records, and automate workflows. Use when the user wants to interact with Privacera data.
Usage Guidance
Before installing: 1) Confirm you trust the Membrane project/@membranehq on npm — inspect the package (source, maintainers, recent releases) and prefer npx over global installs if you want less persistence. 2) Ask the skill author to update metadata to declare the required binaries (npm/node or membrane CLI) and to provide a verifiable source for the CLI (npm page or GitHub repo). 3) If you must install globally, review the package contents or run it in a sandbox/environment with restricted privileges first. 4) Understand the OAuth flow: you will complete browser-based login which grants the CLI access to Privacera on your behalf — verify redirect URIs and scopes. 5) If you need stronger assurance, request a signed provenance link (GitHub repo, release tag) and prefer using npx or ephemeral containers rather than system-wide installs.
Capability Analysis
Type: OpenClaw Skill
Name: privacera
Version: 1.0.3
The skill provides a legitimate integration for the Privacera data governance platform using the Membrane CLI. It contains instructions for the agent to install the '@membranehq/cli' npm package, authenticate via 'membrane login', and discover or execute actions. The documentation explicitly encourages secure practices, such as delegating credential management to the Membrane platform rather than asking the user for secrets. While the SKILL.md contains an extensive list of keywords to guide the agent's context, no malicious intent, data exfiltration, or unauthorized execution patterns were found.
Capability Assessment
Purpose & Capability
The name/description (Privacera integration) matches the instructions (use Membrane CLI to manage Privacera). However the skill metadata lists no required binaries while the instructions explicitly require installing and running the @membranehq/cli (npm) CLI — an inconsistency between declared requirements and actual runtime needs.
Instruction Scope
SKILL.md confines runtime actions to the Membrane CLI (login, connect, action listing, etc.). It does not instruct the agent to read unrelated system files or environment variables, nor to exfiltrate data to unexpected endpoints; authentication uses interactive/browser OAuth flows which is expected for this integration.
Install Mechanism
The runtime doc tells users to install @membranehq/cli via npm (global install) or use npx. Installing a global npm package is a persistent change and comes from the public npm registry (moderate risk). The install requirement is not declared in the skill metadata, and the skill has no packaged install spec — both reduce transparency and increase risk.
Credentials
The skill does not request environment variables, credentials, or config paths in metadata. The SKILL.md relies on Membrane's managed auth flow (browser-based OAuth) rather than asking for raw secrets, which is proportionate to the stated purpose.
Persistence & Privilege
The skill itself is instruction-only and not force-installed (always: false). However, its instructions direct the user to install a global CLI that persists on the host. Combined with the platform's normal ability for skills to be invoked autonomously, that persistent CLI could be used later by the agent — this is not inherently malicious but raises operational considerations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install privacera - After installation, invoke the skill by name or use
/privacera - 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 Privacera?
Privacera integration. Manage data, records, and automate workflows. Use when the user wants to interact with Privacera data. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install Privacera?
Run "/install privacera" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Privacera free?
Yes, Privacera is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Privacera support?
Privacera is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Privacera?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills