← Back to Skills Marketplace
Worldline
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
127
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install worldline
Description
Worldline integration. Manage data, records, and automate workflows. Use when the user wants to interact with Worldline data.
Usage Guidance
This appears to be a straightforward integration that uses the Membrane CLI to manage Worldline connections. Before installing or running: (1) Verify you trust the @membranehq/cli package source (check the npm package page and the project repo) — using `npx` can avoid a global install. (2) Be aware `npm install -g` modifies your system; run it in an environment where you accept that change. (3) The skill delegates auth to Membrane (browser/URL-based flow) — do not paste unrelated secrets into prompts. (4) If you must run in a sensitive environment, consider using an isolated environment or container for the CLI. (5) Note the minor mismatch between the metadata (no required binaries) and the documentation (requires Membrane CLI); this is a documentation/packaging issue, not a functional red flag.
Capability Analysis
Type: OpenClaw Skill
Name: worldline
Version: 1.0.1
The skill provides a standard integration for Worldline payment services using the Membrane CLI. The instructions in SKILL.md guide the agent through legitimate authentication, action discovery, and execution flows. It specifically emphasizes security best practices, such as avoiding manual credential handling and using Membrane's managed connections, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description (Worldline integration) matches the runtime instructions which rely on the Membrane CLI to connect to Worldline. However, the registry metadata claims no required binaries while the SKILL.md explicitly instructs installing and using the @membranehq/cli (npm) binary — a minor mismatch between declared requirements and the documentation.
Instruction Scope
SKILL.md confines actions to installing and using the Membrane CLI to create connections, discover and run actions against Worldline. It explicitly advises against asking users for API keys and recommends letting Membrane handle auth. It does not instruct the agent to read unrelated files, other credentials, or to exfiltrate data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the registry (the skill is instruction-only), but the documentation instructs users to run `npm install -g @membranehq/cli@latest` and uses `npx` in examples. Installing a global npm package and using `@latest` are normal for CLI tools but carry standard supply-chain considerations (npm registry trust, global install footprint and permission implications).
Credentials
The skill requests no environment variables, no secrets, and explicitly tells integrators not to ask users for API keys. Authentication is delegated to Membrane (browser-based or headless flow). There are no unrelated credential requests.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not request system-wide configuration changes in the SKILL.md and does not attempt to modify other skills or agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install worldline - After installation, invoke the skill by name or use
/worldline - 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 Worldline?
Worldline integration. Manage data, records, and automate workflows. Use when the user wants to interact with Worldline data. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Worldline?
Run "/install worldline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Worldline free?
Yes, Worldline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Worldline support?
Worldline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Worldline?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills