A universal skill that enables AI agents to scrape social media platforms via the Weld API. Works with any agent that supports skills (OpenClaw, Claude Code, etc.) or any agent that can read structured instructions.
Also available at: https://useweld.com/skill
LinkedIn, Instagram, TikTok, Twitter/X, YouTube, Facebook, Indeed, Glassdoor, Yelp, GitHub, Crunchbase
Point your agent to the hosted skill:
https://useweld.com/skill
Copy this directory into your agent's skills folder:
cp -r packages/skill ~/.agent/skills/weld-scraperAdd to your agent's config file:
{
"skills": {
"entries": {
"weld-scraper": {
"env": {
"WELD_API_KEY": "weld_your_key_here",
"WELD_BASE_URL": "https://your-backend.convex.cloud"
}
}
}
}
}Once installed, just ask your agent naturally:
- "Scrape the LinkedIn profile for Satya Nadella"
- "Get Instagram posts from @natgeo"
- "Extract TikTok profile data for @charlidamelio"
- "Check my Weld credit balance"
- "Show me my recent scraping jobs"
The agent reads the SKILL.md and knows how to call the Weld REST API.
For stronger security isolation, use the @useweld/mcp-server MCP integration instead.
See packages/mcp-server/ for setup instructions.
- OpenAPI spec:
https://useweld.com/openapi.yaml - LLM context:
https://useweld.com/llms.txt - Full scraper details:
https://useweld.com/llms-full.txt