← 返回 Skills 市场
Signiflow
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install signiflow
功能描述
SigniFlow integration. Manage data, records, and automate workflows. Use when the user wants to interact with SigniFlow data.
安全使用建议
This skill delegates SigniFlow access to the Membrane service and CLI rather than asking the user for direct API keys. Before installing or using it, consider: 1) Trust: Membrane will manage your SigniFlow credentials—review Membrane's security/privacy policy and the @membranehq/cli GitHub repo. 2) Installation: prefer using npx or pin a specific CLI version rather than npm install -g @membranehq/cli@latest to reduce supply-chain risk. 3) Credentials: keep any one-time login codes private when completing headless login flows. 4) Least privilege: confirm the connector you create uses only the permissions you expect in SigniFlow. 5) Verify: if you need stronger assurance, inspect the Membrane CLI source or ask for an install spec in the registry metadata so required binaries/install steps are explicit.
功能分析
Type: OpenClaw Skill
Name: signiflow
Version: 1.0.1
The skill instructs the agent to perform high-risk operations in SKILL.md, including the global installation of an NPM package (@membranehq/cli) and the execution of shell commands to interact with the SigniFlow API. The provided command templates for running actions with JSON input ('--input') are vulnerable to shell injection if the agent populates them with unsanitized user data. While these capabilities are aligned with the stated purpose of using the Membrane platform, they introduce significant security risks without explicit safeguards.
能力评估
Purpose & Capability
The skill declares itself as a SigniFlow integration and all runtime steps use the Membrane CLI to connect and run actions against SigniFlow, which is coherent. Small mismatch: registry metadata lists no required binaries even though the instructions require installing the Membrane CLI (npm install -g @membranehq/cli), so the declared 'required binaries' field is incomplete but explainable for an instruction-only skill.
Instruction Scope
SKILL.md limits runtime actions to installing/using the Membrane CLI, logging in, creating a connection, listing/creating/running Membrane actions and polling for results. It does not instruct reading arbitrary files, accessing unrelated env vars, or exfiltrating data to unexpected endpoints.
Install Mechanism
No formal install spec is present (instruction-only). The doc recommends installing @membranehq/cli from the public npm registry (npm install -g or npx usage is shown). This is a typical pattern but has the usual supply-chain considerations for npm packages (pin versions or review the package/repo).
Credentials
The skill requests no environment variables or direct credentials and explicitly instructs to let Membrane manage SigniFlow credentials via a connection. That is proportionate to its purpose; however using Membrane means the Membrane service will hold the SigniFlow access tokens, so trust in that service is required.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent agent-wide privileges or modify other skills' configs. The only persistence implied is installing the Membrane CLI (optional) on the host, which is a normal client-side install.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install signiflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/signiflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Signiflow 是什么?
SigniFlow integration. Manage data, records, and automate workflows. Use when the user wants to interact with SigniFlow data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Signiflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install signiflow」即可一键安装,无需额外配置。
Signiflow 是免费的吗?
是的,Signiflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Signiflow 支持哪些平台?
Signiflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Signiflow?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills