← Back to Skills Marketplace
Scoopit
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
167
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install scoopit
Description
Scoop.it integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scoop.it data.
Usage Guidance
This skill delegates Scoop.it access to the Membrane CLI and is internally consistent, but before installing: (1) verify you trust the Membrane project and the npm package maintainer (check the package on the npm registry and the GitHub repository), (2) prefer using npx or an isolated environment/container to avoid a global npm install, (3) be prepared to complete an interactive browser auth flow (you'll grant Membrane access to Scoop.it on your behalf), and (4) review Membrane's privacy/security docs to understand where credentials and data are stored. If you need higher assurance, test the CLI in a sandbox VM first.
Capability Analysis
Type: OpenClaw Skill
Name: scoopit
Version: 1.0.3
The scoopit skill bundle provides instructions for integrating with the Scoop.it platform via the Membrane CLI. It guides the agent through installing the '@membranehq/cli' npm package, authenticating, and managing actions through the Membrane platform. The instructions prioritize security by advising against asking users for raw API keys and instead utilizing Membrane's connection management. No malicious patterns, data exfiltration, or obfuscation were detected in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (Scoop.it integration) align with the instructions: all actions are performed via the Membrane CLI using a scoopit connector. There are no unrelated environment variables, binaries, or config paths requested that would be inconsistent with the described purpose.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, logging in via Membrane, creating a connection, discovering actions, and running actions. It does not direct the agent to read arbitrary local files, request unrelated secrets, or transmit data to unexpected endpoints. It explicitly recommends not asking users for API keys and to let Membrane handle auth.
Install Mechanism
The install instruction uses npm install -g @membranehq/cli@latest (or npx in examples). Installing a global npm package is a common but moderate-risk action: it pulls code from the public npm registry and affects the system PATH. This is expected for a CLI-based integration but users should verify the npm package/source before installing and consider using npx or a scoped environment if they want to avoid a global install.
Credentials
The skill requests no environment variables or local config paths and relies on Membrane-managed authentication via a browser/code flow. That is proportionate for a third-party integration: access is acquired via the Membrane account flow rather than explicit secret injection.
Persistence & Privilege
The skill is instruction-only, has always: false, and does not request persistent system modifications or global agent configuration changes. Autonomous invocation is allowed (platform default) but there are no additional privilege escalations requested by the skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scoopit - After installation, invoke the skill by name or use
/scoopit - 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 Scoopit?
Scoop.it integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scoop.it data. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install Scoopit?
Run "/install scoopit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scoopit free?
Yes, Scoopit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scoopit support?
Scoopit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scoopit?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills