← Back to Skills Marketplace
376
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install scrapping
Description
Use this skill whenever a user wants to get, pull, grab, fetch, or look up public data from social media platforms — profiles, posts, videos, comments, follo...
Usage Guidance
This skill appears coherent, but consider these practical points before installing: 1) The skill will make network calls to scrapecreators.com — only install if you trust that third party. 2) Keep your SCRAPECREATORS_API_KEY secret (store it in environment variables, do not paste into chats or version control). 3) Be aware of credit costs and pagination behaviour (each page/request may consume credits). 4) Scraping public data can still run afoul of platform terms of service or legal/regulatory rules — ensure your use case complies with platform policies and privacy laws. 5) If you do not want the agent to call this skill autonomously, restrict its invocation in your agent settings.
Capability Analysis
Type: OpenClaw Skill
Name: scrapping
Version: 0.1.3
The 'scrapping' skill is a well-documented integration for the ScrapeCreators API (api.scrapecreators.com), designed to fetch public social media data. It follows security best practices by instructing the agent to use '--data-urlencode' with curl to prevent shell injection and utilizes environment variables for API key management. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
The name/description say 'scrape public social media data' and the SKILL.md exclusively documents calling https://api.scrapecreators.com endpoints. The single required env var (SCRAPECREATORS_API_KEY) and required binaries (curl and jq) are appropriate and expected for that purpose.
Instruction Scope
Runtime instructions show simple curl GET requests to the ScrapeCreators API with an x-api-key header and use of --data-urlencode and jq. The SKILL.md does not instruct reading unrelated local files, other credentials, or sending data to external endpoints outside scrapecreators.com.
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing is downloaded or written to disk by the skill itself (lowest install risk).
Credentials
Only one credential (SCRAPECREATORS_API_KEY) is required and it is used directly as the x-api-key for the documented API calls. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and user-invocable:true (default). The skill does not request permanent system presence or to modify other skills' configs. Autonomous invocation is allowed by platform default but that is not unusual here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scrapping - After installation, invoke the skill by name or use
/scrapping - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
- Clarified that TikTok profile/videos pagination for v3 endpoints uses max_cursor instead of cursor.
- Updated sample curl commands and chaining examples to use the v3 TikTok profile/videos endpoint where appropriate.
- Improved documentation to help users correctly paginate and avoid confusion with parameter names.
- No functional or API changes; documentation only.
v0.1.2
- Switched all example curl requests to use the safer -G + --data-urlencode pattern for passing query parameters.
- Updated documentation to emphasize the importance of URL-encoding user-supplied values to prevent shell injection and encoding issues.
- Adjusted code samples throughout to reflect the new curl pattern for consistent security and reliability.
- No API changes; documentation and usage examples only.
v0.1.1
- Added explicit metadata requirements specifying that the skill requires the SCRAPECREATORS_API_KEY environment variable and the curl and jq binaries.
- Updated the SKILL.md to include an `openclaw` metadata section describing environment and binary dependencies.
- No changes to scraping logic or endpoint descriptions.
v0.1.0
Initial release of the "scrapping" skill for fetching public data from social media.
- Provides usage instructions and best practices for the ScrapeCreators API.
- Supports retrieval of profiles, posts, comments, engagement stats, transcripts, and more from 20+ platforms (e.g., TikTok, Instagram, YouTube, Twitter/X, Reddit, LinkedIn, Facebook, Pinterest, and others).
- Covers ad library lookups (Meta, Google, LinkedIn, Reddit) and TikTok Shop data.
- Details parameter options, pagination, authentication, response trimming, and example bash/jq scripts for real-world workflows.
- Outlines platform-specific endpoints and file references for further details.
Metadata
Frequently Asked Questions
What is Scrapping?
Use this skill whenever a user wants to get, pull, grab, fetch, or look up public data from social media platforms — profiles, posts, videos, comments, follo... It is an AI Agent Skill for Claude Code / OpenClaw, with 376 downloads so far.
How do I install Scrapping?
Run "/install scrapping" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scrapping free?
Yes, Scrapping is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scrapping support?
Scrapping is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scrapping?
It is built and maintained by berthelol (@berthelol); the current version is v0.1.3.
More Skills