← 返回 Skills 市场
376
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scrapping - 安装完成后,直接呼叫该 Skill 的名称或使用
/scrapping触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 376 次。
如何安装 Scrapping?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrapping」即可一键安装,无需额外配置。
Scrapping 是免费的吗?
是的,Scrapping 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Scrapping 支持哪些平台?
Scrapping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scrapping?
由 berthelol(@berthelol)开发并维护,当前版本 v0.1.3。
推荐 Skills