← Back to Skills Marketplace
Sifter
by
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
160
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install sifter
Description
Sifter integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Sifter data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sifter - After installation, invoke the skill by name or use
/sifter - 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 Sifter?
Sifter integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Sifter data. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install Sifter?
Run "/install sifter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sifter free?
Yes, Sifter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sifter support?
Sifter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sifter?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.3.
More Skills