← Back to Skills Marketplace
membranedev

Scrapinghub

by Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install scrapinghub
Description
Scrapinghub integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scrapinghub data.
Usage Guidance
This skill appears to do what it says: it instructs you to use the Membrane CLI to connect to Scrapinghub and run actions. Before installing or running anything, verify the @membranehq package on npm (check the publisher, package repository and recent release notes) and prefer a pinned version rather than `@latest` or unverified `npx` runs. Understand that creating a connection will grant Membrane access to your Scrapinghub account data (tokens/credentials are managed server-side by Membrane), so review Membrane's privacy/security docs and the connector's permissions. If you are using headless or automated agents, be careful when following the browser/code-based login flow (do not paste codes into untrusted UIs). If you do not trust the Membrane project or cannot review the package, do not install the CLI or run the provided npx commands.
Capability Analysis
Type: OpenClaw Skill Name: scrapinghub Version: 1.0.1 The skill requires the AI agent to perform high-risk operations including the global installation of an npm package (@membranehq/cli) and the execution of various shell commands for authentication and data management. While these capabilities are plausibly needed for the stated purpose of integrating with the Membrane platform and Scrapinghub, the instructions in SKILL.md encourage the construction of shell commands using potentially unsanitized inputs (e.g., action IDs and JSON payloads), which presents a risk of command injection. Additionally, the skill relies on external network access to getmembrane.com for its core functionality.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description (Scrapinghub integration) aligns with the instructions: the SKILL.md describes using Membrane to connect to Scrapinghub, list/create/run actions and manage credentials. There are no unexpected credential requests or unrelated capabilities.
Instruction Scope
Runtime instructions stay within the scope of connecting to and operating Scrapinghub via Membrane (installing the CLI, logging in, creating a connection, listing and running actions). The skill does not instruct reading unrelated files or environment variables. It does rely on interactive/browser-based authentication and headless code-exchange flows, which are expected for this workflow.
Install Mechanism
There is no built-in install spec, but the SKILL.md tells users to run `npm install -g @membranehq/cli@latest` and uses `npx @membranehq/cli@latest` in examples. Installing or executing packages from npm (especially with `-g` or `npx @latest`) runs third-party code on your system and can be a vector for supply-chain risk. The package is scoped (@membranehq) which is usually a good sign, but you should verify the package's identity and prefer pinned versions or review the package before installing.
Credentials
The skill declares no required env vars or local credentials and explicitly states Membrane manages authentication server-side. That is proportionate to the described behaviour (it does require a Membrane account and network access). There are no requests for unrelated secrets or config paths.
Persistence & Privilege
The skill does not request always:true or any elevated persistent presence. It is user-invocable and permits normal autonomous invocation per platform defaults; nothing in the skill attempts to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scrapinghub
  3. After installation, invoke the skill by name or use /scrapinghub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug scrapinghub
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Scrapinghub?

Scrapinghub integration. Manage data, records, and automate workflows. Use when the user wants to interact with Scrapinghub data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install Scrapinghub?

Run "/install scrapinghub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Scrapinghub free?

Yes, Scrapinghub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Scrapinghub support?

Scrapinghub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Scrapinghub?

It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.

💬 Comments