← 返回 Skills 市场
gora050

Scaled Access

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
226
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install scaled-access
功能描述
Scaled Access integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scaled Access data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scaled-access
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scaled-access 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug scaled-access
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Scaled Access 是什么?

Scaled Access integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scaled Access data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。

如何安装 Scaled Access?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scaled-access」即可一键安装,无需额外配置。

Scaled Access 是免费的吗?

是的,Scaled Access 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Scaled Access 支持哪些平台?

Scaled Access 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scaled Access?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论