← Back to Skills Marketplace
ScrapeBadger
by
0xGhostCasper
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scrapebadger
Description
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
Usage Guidance
This skill appears coherent and only needs an API key for the documented scraping endpoints. Before installing: verify the provider (scrapebadger.com) and that the docs/dashboard URLs are legitimate; prefer issuing a limited/revocable API key (not a long-lived all-access secret); review billing/credit usage and rate limits; confirm scraping these targets complies with Twitter/X, Vinted, and site Terms of Service and privacy rules for your use case; and if you do not want the agent to call the service autonomously, restrict or monitor agent invocation. Also note a minor metadata omission in the registry (primary credential unset) — you may want to confirm the skill author and repository if you need a higher assurance level.
Capability Analysis
Type: OpenClaw Skill
Name: scrapebadger
Version: 1.0.0
The scrapebadger skill is a standard API wrapper for a web scraping service. It provides documentation for an AI agent to interact with Twitter, Vinted, and general web scraping endpoints via the scrapebadger.com domain. It correctly identifies the need for an API key (SCRAPEBADGER_API_KEY) and uses the agent's built-in web_fetch tool for communication, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the declared capability (web scraping for Twitter/X, Vinted, and general sites). The only required secret is SCRAPEBADGER_API_KEY, which is appropriate for a third‑party web API client. The package.json repository URL and the SKILL.md base URL point to a single provider, so what the skill claims is consistent with what it requests.
Instruction Scope
SKILL.md is instruction-only and tells the agent to use the web_fetch tool to call documented endpoints and include X-API-Key: $SCRAPEBADGER_API_KEY. It does not instruct the agent to read other files, system credentials, or unrelated environment variables, nor to exfiltrate data to unexpected endpoints. (It does list some provider URLs like docs.scrapebadger.com and mcp.scrapebadger.com for reference; those are informational only.)
Install Mechanism
No install spec is present and there are no code files beyond package.json and SKILL.md, so nothing will be downloaded or written to disk by an installer. This is the lowest-risk pattern for an OpenClaw skill.
Credentials
Only one environment variable is required (SCRAPEBADGER_API_KEY), which is proportionate to a service integration. Minor registry metadata inconsistency: 'primary credential' is listed as none in the registry though an API key is required—this is an administrative metadata omission, not a functional mismatch.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not ask to modify other skills or system configuration. Autonomous invocation (disable-model-invocation:false) is the default and not a red flag by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrapebadger - After installation, invoke the skill by name or use
/scrapebadger - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Twitter/X, Vinted, and Web Scraping API skill
Metadata
Frequently Asked Questions
What is ScrapeBadger?
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install ScrapeBadger?
Run "/install scrapebadger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ScrapeBadger free?
Yes, ScrapeBadger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ScrapeBadger support?
ScrapeBadger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ScrapeBadger?
It is built and maintained by 0xGhostCasper (@0xghostcasper); the current version is v1.0.0.
More Skills