← 返回 Skills 市场
gora050

Signable

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
234
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install signable
功能描述
Signable integration. Manage Documents, Templates, Users, Teams. Use when the user wants to interact with Signable data.
安全使用建议
This skill appears to do what it says: it uses the Membrane CLI to talk to Signable. Before installing or using it, consider: (1) Review the @membranehq/cli package and its repository (supply-chain risk with npm packages); prefer using npx or an isolated environment instead of npm -g. (2) Understand that signing in hands Signable access tokens to Membrane — only proceed if you trust Membrane and/or use an account with limited permissions. (3) Avoid running global installs on sensitive machines; run commands in a container or VM if you want to isolate risk. (4) Verify the Membrane privacy/security documentation (and the connector configuration) if you need to ensure tokens aren’t retained or used beyond expected scope. Overall the skill is internally consistent, but trust in the third-party Membrane service and the npm package is the primary remaining consideration.
功能分析
Type: OpenClaw Skill Name: signable Version: 1.0.3 The skill provides instructions for the agent to install a global npm package (@membranehq/cli) and use the Membrane platform to interact with Signable. It involves high-risk capabilities such as global software installation, remote authentication flows, and the dynamic creation and execution of remote 'actions' (RCE-as-a-service). While these behaviors are aligned with the stated purpose of the integration, the reliance on external CLI installation and remote code execution constitutes a significant attack surface and meets the criteria for a suspicious classification (SKILL.md).
能力标签
requires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description say 'Signable integration' and the instructions consistently use Membrane to connect to Signable, discover and run actions. Required capabilities (network access, Membrane account, Membrane CLI) match the stated purpose; there are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md limits runtime steps to installing/using the Membrane CLI, logging in, creating a Signable connection, listing/creating/running actions, and polling for build state. It does not instruct the agent to read arbitrary local files, access unrelated env vars, or exfiltrate data to unexpected endpoints. It does require interactive browser-based login or a headless login code, which is appropriate for this pattern.
Install Mechanism
This is an instruction-only skill (no install spec). It recommends installing @membranehq/cli via 'npm install -g' (or using npx). Installing npm packages globally carries normal supply-chain risk (npm packages run arbitrary code at install/runtime). This is proportionate to the task but worth auditing: prefer using npx or installing in an isolated environment if you want to reduce risk.
Credentials
The skill declares no required environment variables or local credentials. Auth is delegated to Membrane (browser-based or headless code flow). The only sensitive element is that users will grant Membrane access to their Signable account — that is expected but requires trust in Membrane's custody of tokens.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. Autonomous invocation is allowed (default) but that is normal; nothing in the skill requests elevated or always-on privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install signable
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /signable 触发
  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 signable
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Signable 是什么?

Signable integration. Manage Documents, Templates, Users, Teams. Use when the user wants to interact with Signable data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 Signable?

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

Signable 是免费的吗?

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

Signable 支持哪些平台?

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

谁开发了 Signable?

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

💬 留言讨论