Home · Skills · Development
ScrapeCreators social scraping (compatibility alias)
Compatibility alias for the original ScrapeCreators social scraping skill.
How to use it
- Hit Copy the whole skill.
- Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
ChatGPT: make a Project and paste it into Instructions.
Neither? Paste it at the top of a new chat — it works for that chat. - Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit gooseworks-ai/goose-skills/skills/social/capabilities/social-media-scraping-scrapecreators#main ~/.claude/skills/social-media-scraping-scrapecreatorsFor one project only, change the path to .claude/skills/social-media-scraping-scrapecreators.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Show the full text25 lines
ScrapeCreators social scraping (compatibility alias)
This legacy slug remains available so existing installations do not break.
For current work:
- Use
scrapecreators-apifor provider authentication, endpoints, pagination, provenance, and normalized output. - Use a task-specific workflow for the final deliverable:
comment-miningcompetitor-social-researchinfluencer-prospectingtrend-discoveryoutlier-post-findersocial-listening-briefproduct-demand-researchcompetitor-ad-intelligence
Do not stop at a raw API response when the user asked for research or a recommendation.
| 1 | |
| 2 | name social-media-scraping-scrapecreators |
| 3 | description Compatibility alias for the original ScrapeCreators social scraping skill. Use scrapecreators-api for current endpoint guidance and the task-specific Brand Growth research skills for finished analysis. |
| 4 | tags [social, research, deprecated] |
| 5 | |
| 6 | |
| 7 | # ScrapeCreators social scraping (compatibility alias) |
| 8 | |
| 9 | This legacy slug remains available so existing installations do not break. |
| 10 | |
| 11 | For current work: |
| 12 | |
| 13 | Use `scrapecreators-api` for provider authentication, endpoints, pagination, provenance, and normalized output. |
| 14 | Use a task-specific workflow for the final deliverable: |
| 15 | `comment-mining` |
| 16 | `competitor-social-research` |
| 17 | `influencer-prospecting` |
| 18 | `trend-discovery` |
| 19 | `outlier-post-finder` |
| 20 | `social-listening-brief` |
| 21 | `product-demand-research` |
| 22 | `competitor-ad-intelligence` |
| 23 | |
| 24 | Do not stop at a raw API response when the user asked for research or a recommendation. |
| 25 |
Discussion
Alternatives
Also in Services & APIsContext7Pulls up-to-date, version-specific library docs and code examples into the prompt so the AI stops inventing old APIs.Adaptyv Bio Foundry APIHow to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`..NET Backend Development PatternsMaster C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.Add AI protectionProtect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.