← Back to Skills Marketplace
Octolis
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
198
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install octolis
Description
Octolis integration. Manage data, records, and automate workflows. Use when the user wants to interact with Octolis data.
Usage Guidance
This skill appears coherent: it uses the Membrane CLI to talk to Octolis and does not ask for unrelated secrets. Before installing or running it, verify the @membranehq/cli package and the Membrane project (npm listing and GitHub repo) to ensure you trust the publisher, because `npm install -g` will run code on your machine. Prefer running the CLI in a sandbox/container if you want to limit impact. Do not provide Octolis or other API keys directly—the skill explicitly uses the Membrane login flow. If you need higher assurance, check the Membrane CLI source (github.com/membranedev) and the package's npm page, and confirm the homepage and repository links match the official project.
Capability Analysis
Type: OpenClaw Skill
Name: octolis
Version: 1.0.3
The 'octolis' skill provides instructions for an AI agent to interact with the Octolis data platform using the Membrane CLI. It guides the agent through installing the '@membranehq/cli' npm package, authenticating via a managed login process, and executing actions through the Membrane framework. The skill follows security best practices by advising against direct handling of API keys and shows no evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The SKILL.md describes interacting with Octolis via the Membrane CLI (connect, list actions, create/run actions). Requiring the Membrane CLI and a Membrane account is consistent with a skill that integrates Octolis through Membrane; there are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, running membrane login (interactive/browser flow or headless code exchange), and using membrane connect/action commands. The instructions do not direct the agent to read unrelated files, gather other credentials, or exfiltrate data to third parties outside the Membrane/Octolis flow.
Install Mechanism
The SKILL.md tells users to run `npm install -g @membranehq/cli@latest`. This is a public npm install (moderate risk): installing a global npm package runs code from the npm registry and modifies the host. The skill is instruction-only (no automated install spec), so the user must opt in to run this command.
Credentials
No environment variables or API keys are declared or required. The skill relies on the Membrane login flow to manage credentials, which is proportionate to its purpose. The guidance explicitly instructs not to ask users for API keys.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. disable-model-invocation is false (normal), so the agent can invoke the skill autonomously; this is the platform default and acceptable here given the limited scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install octolis - After installation, invoke the skill by name or use
/octolis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
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 Octolis?
Octolis integration. Manage data, records, and automate workflows. Use when the user wants to interact with Octolis data. It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.
How do I install Octolis?
Run "/install octolis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Octolis free?
Yes, Octolis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Octolis support?
Octolis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Octolis?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills