← Back to Skills Marketplace
Scaled Access
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
226
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install scaled-access
Description
Scaled Access integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scaled Access data.
Usage Guidance
This skill is instruction-only and uses the Membrane CLI to access Scaled Access, which is coherent with its purpose. Before installing: (1) verify the @membranehq/cli package on npm (publisher, download counts, source repo) or use npx to avoid a global install; (2) understand that the CLI performs an interactive browser login and will persist auth tokens/connection state locally — treat those tokens like any other credential; (3) ensure you trust the Membrane service (check its homepage, docs, and OAuth scopes) because the CLI mediates access to your Scaled Access data; (4) if you lack permission to install global npm packages, ask for a non-global or containerized installation alternative.
Capability Analysis
Type: OpenClaw Skill
Name: scaled-access
Version: 1.0.3
The skill bundle in SKILL.md instructs the agent to perform high-privilege global software installations (npm install -g @membranehq/cli) and interact with the Membrane platform. It specifically directs the agent to dynamically create and execute remote actions based on natural language descriptions (membrane action create), which constitutes a high-risk remote execution capability. While these instructions are consistent with the stated purpose of integrating with Scaled Access, the reliance on external CLI tools and the execution of dynamically generated remote logic represent significant security risks.
Capability Assessment
Purpose & Capability
The name/description (Scaled Access integration) align with the instructions (use the Membrane CLI to connect and run actions). Minor inconsistency: the registry metadata lists no required binaries, but SKILL.md explicitly instructs installing/using the Membrane CLI (npm install -g @membranehq/cli) and npx usage — the README should have declared that CLI as a required binary.
Instruction Scope
SKILL.md stays on-topic: it instructs installing and using the Membrane CLI, authenticating via browser/authorization code, listing/creating connections/actions, and running actions. It does not instruct reading unrelated files or environment variables or exfiltrating data to unexpected endpoints.
Install Mechanism
The install guidance uses npm (npm install -g @membranehq/cli@latest) and examples use npx. This is a common, reasonable mechanism but is higher-risk than instruction-only because it executes third-party code locally; the package comes from the public npm registry (no suspicious URLs). Consider preferring npx or checking the package on the npm registry before global install.
Credentials
The skill requests no environment variables or credentials in the registry metadata. Authentication is delegated to Membrane via an interactive login flow; this is proportionate. Note: the Membrane CLI will persist authentication state (tokens/credentials) locally as part of normal CLI behavior — the skill does not request unrelated secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent privileges. However, the Membrane CLI (per instructions) will create and persist a connection and auth tokens on the host for future use; this is expected but worth knowing because it stores persistent credentials locally.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scaled-access - After installation, invoke the skill by name or use
/scaled-access - 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 Scaled Access?
Scaled Access integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scaled Access data. It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.
How do I install Scaled Access?
Run "/install scaled-access" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scaled Access free?
Yes, Scaled Access is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scaled Access support?
Scaled Access is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scaled Access?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills