← Back to Skills Marketplace
Pylon
by
Vlad Ursul
· GitHub ↗
· v1.0.2
· MIT-0
104
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pylon-integration
Description
Pylon integration. Manage data, records, and automate workflows. Use when the user wants to interact with Pylon data.
Usage Guidance
This skill appears to do exactly what it says: it uses the Membrane CLI to connect to and act on Pylon data. Before installing or using it, consider: 1) You will need to install the @membranehq/cli package (npm install or npx) — verify the package and its repository if you have supply-chain concerns. 2) Authentication is via browser-based Membrane login; Membrane will hold and refresh credentials and proxy API requests, so you must trust Membrane with access to your Pylon data. 3) If you plan to allow autonomous agent invocation, be aware the agent could run CLI commands that read or modify Pylon data — limit the agent's scope or run in an isolated environment if the data is sensitive. 4) If your environment forbids global npm installs, follow your org's policies or run the CLI in a controlled container. Overall the skill is internally consistent, but evaluate trust in the Membrane service and the npm package before proceeding.
Capability Assessment
Purpose & Capability
The name/description claim a Pylon integration and all runtime instructions are about using the Membrane CLI to connect to Pylon, discover actions, run them, or proxy API requests. Asking to install the Membrane CLI and to have a Membrane account is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs installing/running the Membrane CLI, performing browser-based login, creating connections, listing actions, running actions, and proxying requests. These steps stay within the integration's scope. Note: the instructions rely on Membrane as an intermediary (it will proxy requests and hold auth server-side), so data and credentials flow through Membrane by design.
Install Mechanism
The skill is instruction-only (no install spec in metadata) but tells users to run `npm install -g @membranehq/cli` or use `npx ...`. Installing from the public npm registry is expected for this CLI, but it is a moderate-risk operation compared to an instruction-only skill with zero install steps — review/verify the package and source if you have supply-chain concerns.
Credentials
No environment variables or credentials are requested by the skill. Authentication is handled via Membrane's browser login flow; this is proportionate for a connector that proxies to an external SaaS and is consistent with the guidance to avoid asking the user for API keys.
Persistence & Privilege
always:false (no forced presence). disable-model-invocation:false is the platform default, so the skill may be invoked autonomously by agents. This is expected, but users should be aware an autonomous agent could run Membrane CLI commands (including proxying requests that access Pylon data) if permitted.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pylon-integration - After installation, invoke the skill by name or use
/pylon-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 Pylon?
Pylon integration. Manage data, records, and automate workflows. Use when the user wants to interact with Pylon data. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Pylon?
Run "/install pylon-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pylon free?
Yes, Pylon is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pylon support?
Pylon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pylon?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.2.
More Skills