← Back to Skills Marketplace
Srxp
by
Vlad Ursul
· GitHub ↗
· v1.0.0
· MIT-0
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install srxp
Description
SRXP integration. Manage data, records, and automate workflows. Use when the user wants to interact with SRXP data.
Usage Guidance
This skill appears to do what it says: it uses Membrane's CLI to connect to SRXP. Before installing or running: 1) Verify the @membranehq/cli package is the official package (check the publisher and package homepage) or use npx to avoid a global install. 2) Expect to authenticate via your browser (the skill uses Membrane's login flow); do not paste secrets into chat. 3) Confirm you are comfortable granting the Membrane account access to SRXP data (Membrane acts as the proxy and stores credentials server-side). 4) Note the small metadata mismatch: the skill's registry entry doesn't list the Membrane CLI or network access as requirements even though SKILL.md requires them — treat that as an administrative/packaging oversight, not a functional red flag.
Capability Analysis
Type: OpenClaw Skill
Name: srxp
Version: 1.0.0
The skill bundle requires high-risk operations, specifically a global NPM installation (`npm install -g @membranehq/cli`) and the execution of a third-party CLI for authentication and network requests. While these actions are plausibly necessary for the stated purpose of SRXP integration via the Membrane platform, the requirement for global system modification and broad shell/network access constitutes a significant attack surface. Additionally, the `publishedAt` timestamp in `_meta.json` (1775178341604) is set in the future (2026), which is an anomaly. No clear evidence of intentional malice or data exfiltration was found in SKILL.md.
Capability Assessment
Purpose & Capability
The skill is explicitly an SRXP integration and its SKILL.md explains how to interact with SRXP via the Membrane CLI. That matches the name/description. However, the registry metadata lists no required binaries or credentials while the instructions clearly require network access, a Membrane account, and the @membranehq/cli tool — a small inconsistency in declared requirements.
Instruction Scope
The runtime instructions are limited to installing/using the Membrane CLI, logging in, creating/using connections, listing actions, running actions, and proxying requests to SRXP via Membrane. They do not instruct reading arbitrary local files or unrelated system credentials, nor do they direct data to unexpected external endpoints. The HEADLESS flow and browser-based login are documented; no scope creep observed.
Install Mechanism
This is an instruction-only skill (no install spec). It tells the user to install @membranehq/cli via npm (-g). Installing a public npm CLI is a common approach but modifies the system PATH and requires npm rights; you may prefer npx to avoid a global install. The package referenced appears to be a scoped public package rather than a random URL, which is lower risk than arbitrary downloads.
Credentials
The skill declares no required env vars, but the instructions require a Membrane account and network access and rely on Membrane-managed credentials (browser login flow). No unrelated secrets or multiple external service credentials are requested. The only proportionality issue is the metadata omission: the registry should have declared the need for network access and the Membrane CLI.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. As instruction-only, it does not install background services or modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install srxp - After installation, invoke the skill by name or use
/srxp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Srxp?
SRXP integration. Manage data, records, and automate workflows. Use when the user wants to interact with SRXP data. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install Srxp?
Run "/install srxp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Srxp free?
Yes, Srxp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Srxp support?
Srxp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Srxp?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.0.
More Skills