Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.63 KB

File metadata and controls

69 lines (47 loc) · 1.63 KB

Weld Scraper — AI Agent Skill

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

Supported Platforms

LinkedIn, Instagram, TikTok, Twitter/X, YouTube, Facebook, Indeed, Glassdoor, Yelp, GitHub, Crunchbase

Installation

From the web (any agent)

Point your agent to the hosted skill:

https://useweld.com/skill

Manual (local agents)

Copy this directory into your agent's skills folder:

cp -r packages/skill ~/.agent/skills/weld-scraper

Agent-specific config

Add 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"
        }
      }
    }
  }
}

Usage

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.

Alternative: MCP Server

For stronger security isolation, use the @useweld/mcp-server MCP integration instead. See packages/mcp-server/ for setup instructions.

Related

  • OpenAPI spec: https://useweld.com/openapi.yaml
  • LLM context: https://useweld.com/llms.txt
  • Full scraper details: https://useweld.com/llms-full.txt