Octolis

v1.0.2

Octolis integration. Manage data, records, and automate workflows. Use when the user wants to interact with Octolis data.

0· 129·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill describes an Octolis integration and all runtime instructions use the Membrane CLI to connect to Octolis — this matches the stated purpose. Remote network access and a Membrane account are required (the SKILL.md states this). One minor mismatch: registry metadata lists no required binaries, but the instructions assume Node/npm (for npm install and npx) and the presence of a 'membrane' CLI once installed.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, logging in, creating connections, listing actions, running actions, and proxying API requests to Octolis. The instructions do not request unrelated files, credentials, or system paths. They do rely on a browser-based login flow and Membrane to handle auth server-side.
Install Mechanism
No install spec is embedded in the registry (instruction-only), but the SKILL.md tells users to run 'npm install -g @membranehq/cli' and also suggests npx usage. Using npm/npx is a standard approach but has moderate risk because it executes code from the public npm registry and may run install scripts; verify the package publisher and upstream repo before installing globally.
Credentials
The skill declares no required environment variables and the instructions explicitly avoid asking the user for API keys, relying on Membrane to manage credentials. There are no demands for unrelated secrets or system config paths.
Persistence & Privilege
The skill is instruction-only, has no install-time modifications declared, and does not request 'always: true' or other elevated persistence. It is user-invocable and can be invoked autonomously per platform defaults; that is expected for a skill and not by itself a concern.
Assessment
This skill appears to be what it says: an Octolis integration driven through the Membrane CLI. Before installing or running it: (1) confirm you have Node/npm or are willing to install the Membrane CLI; (2) review the @membranehq/cli package and its publisher on npm/GitHub to ensure you trust it (global npm installs run package install scripts); (3) be aware the workflow opens a browser login and sends requests through Membrane — review Membrane's privacy/security and confirm you are comfortable with a third party holding connector credentials and acting as a proxy to Octolis; (4) avoid pasting secrets into chat — the skill itself advises not to ask users for API keys. If you want stronger guarantees, inspect the Membrane CLI source repo and the Octolis developer docs linked in the SKILL.md before proceeding.

Like a lobster shell, security has layers — review code before you run it.

latestvk977nthqk5wepe6c588qe3yqe98427n3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments