← 返回 Skills 市场
Sifter
作者
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
160
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install sifter
功能描述
Sifter integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Sifter data.
安全使用建议
This skill appears internally consistent: it expects you to install the Membrane CLI and use Membrane to create a Sifter connection rather than asking for raw API keys. Before installing: (1) verify the @membranehq/cli npm package and its publisher (look at the npm and GitHub pages) because npm packages run code on install; (2) prefer npx or a local install if you want to avoid a global install that modifies system PATH; (3) review Membrane's privacy and access model—granting a connection lets Membrane act on your Sifter account, so confirm scope and revoke access if needed; (4) if you have stricter security requirements, test in an isolated environment first. Overall the skill is coherent and the main residual risk is the usual one for installing a third-party CLI from npm.
功能分析
Type: OpenClaw Skill
Name: sifter
Version: 1.0.3
The skill requires the agent to perform a global installation of a third-party CLI (npm install -g @membranehq/cli) and execute dynamic actions managed by an external service (Membrane). While this is aligned with the stated purpose of the integration, the pattern of installing external binaries and running remotely-defined logic via 'membrane action run' introduces significant supply-chain and remote execution risks. These instructions are found throughout SKILL.md.
能力评估
Purpose & Capability
Name/description (Sifter integration) map to instructions that use Membrane to connect to Sifter. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are limited to installing/using the Membrane CLI, authenticating via browser/URL, creating a connection, listing/creating/running Membrane actions, and polling for build state. They do not instruct reading arbitrary files, exfiltrating environment variables, or contacting unexpected endpoints beyond Membrane/Sifter.
Install Mechanism
The guide recommends a global npm install (npm install -g @membranehq/cli@latest). Using npm is typical for a CLI but does execute third-party code on the host (moderate risk). This is proportionate for a CLI-based skill, but users should verify the package/source (membranehq) before installing and can prefer npx to avoid global installs.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs not to ask users for API keys. Authentication is handled via Membrane’s connection flow, which is proportionate for this integration.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and is instruction-only (no code written by the skill itself). Normal autonomous invocation is allowed (platform default) and is not by itself a concern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sifter - 安装完成后,直接呼叫该 Skill 的名称或使用
/sifter触发 - 根据 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
元数据
常见问题
Sifter 是什么?
Sifter integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Sifter data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Sifter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sifter」即可一键安装,无需额外配置。
Sifter 是免费的吗?
是的,Sifter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sifter 支持哪些平台?
Sifter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sifter?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.3。
推荐 Skills