← Back to Skills Marketplace
Paragon
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install paragon
Description
Paragon integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paragon data.
Usage Guidance
Things to check before installing:
- Confirm whether the agent runtime already has the Membrane CLI available. If not, ask the publisher for an explicit install step or add the required binary to metadata.
- Ask the publisher to clarify how authentication is performed (interactive CLI auth vs. environment variables). If tokens or API keys are used, ensure they are limited-scope and stored securely.
- Review the remainder of SKILL.md (the parts truncated here) for any commands that read local files, access arbitrary URLs, or post data to endpoints outside Membrane/Paragon.
- If you plan to run this in a production environment, test in an isolated environment first and restrict network access or credentials to minimize blast radius.
- If the publisher cannot explain the missing binary/auth declarations, treat the skill as untrusted until those inconsistencies are resolved.
Capability Analysis
Type: OpenClaw Skill
Name: paragon
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with the Paragon customer data platform using the Membrane CLI. The SKILL.md file outlines standard procedures for authentication, connection management, and action execution via the 'membrane' command-line tool. There are no signs of data exfiltration, malicious code execution, or harmful prompt injection; the content is consistent with its stated purpose of workflow automation.
Capability Tags
Capability Assessment
Purpose & Capability
The SKILL.md explicitly says the skill uses the Membrane CLI to interact with Paragon and requires a Membrane account, but the registry metadata lists no required binaries, no required env vars, and no install spec. If the skill really needs the Membrane CLI, that binary (or an install step) should be declared — its absence is disproportionate to the claimed functionality.
Instruction Scope
The visible instructions reference network access and using the Membrane CLI; they do not declare credentials in metadata and rely on the CLI for auth. The SKILL.md content (truncated in the submission) should be reviewed for any commands that read local files, environment variables, or send data to endpoints outside Membrane/Paragon. Based on the provided excerpt, no explicit file-reading/exfiltration steps are visible, but the full instruction text is needed to be sure.
Install Mechanism
There is no install spec and no code files, which is low-risk from an install perspective. However, because the runtime depends on an external CLI (Membrane), the absence of an install or 'required binary' declaration is an operational inconsistency (see purpose_capability).
Credentials
The skill says a Membrane account is required, but the skill declares no primary credential and requires no env vars. That can be legitimate if the Membrane CLI performs local interactive auth, but it's not explicit. No unrelated credentials are requested in metadata, which is good, but the SKILL.md should clearly state how authentication tokens are provided and whether any env vars will be read at runtime.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It is user-invocable and allows normal autonomous invocation (platform default). No modifications to other skills or system-wide settings are declared.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paragon - After installation, invoke the skill by name or use
/paragon - 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 Paragon?
Paragon integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paragon data. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Paragon?
Run "/install paragon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paragon free?
Yes, Paragon is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paragon support?
Paragon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paragon?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills