diff --git a/scripts/build-seed-data.mjs b/scripts/build-seed-data.mjs index 9fc06ad..079bc14 100644 --- a/scripts/build-seed-data.mjs +++ b/scripts/build-seed-data.mjs @@ -8,6 +8,18 @@ const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); const newSkills = [ + { + name: "x-twitter-scraper", + slug: "x-twitter-scraper", + description: "Xquik skill for tweet search, advanced Twitter search, profile tweets, user tweets, follower export, media download, posting, replies, webhooks, MCP, and SDK workflows.", + author: "Xquik-dev", + source_url: "https://github.com/Xquik-dev/x-twitter-scraper/tree/master/skills/x-twitter-scraper", + category: "implementation", + content: "# X Twitter Scraper\n\nXquik skill for X/Twitter API automation and AI agent workflows.\n\n## Features\n- Search tweets by keyword, hashtag, account, and advanced Twitter search operators\n- Get profile tweets, user timelines, liked tweets, media tweets, and engagement metrics\n- Export followers, following, verified followers, retweeters, likers, replies, and quote tweets\n- Download tweet media and run account monitors with HMAC-signed webhook delivery\n- Send tweets, post replies, like, repost, follow, DM, and update profiles after explicit approval\n- Use REST API endpoints, MCP tools, and official TypeScript, Python, Ruby, Go, Kotlin, Java, PHP, C#, CLI, and Terraform workflows\n\n## Use Cases\n- Building a Twitter scraper API workflow\n- Automating tweet search and profile tweet collection\n- Exporting followers and engagement data\n- Posting tweets and replies from approved agent workflows\n- Connecting social media automation to webhooks, MCP, or SDKs", + install_command: "npx skills add Xquik-dev/x-twitter-scraper --skill x-twitter-scraper", + version: "1.0.0", is_paid: false, price_cents: 0, + install_count: 4800, avg_rating: 6.2, rating_count: 96 + }, { name: "agent-tools", slug: "agent-tools", diff --git a/scripts/seed-data.json b/scripts/seed-data.json index 7d0dee1..25d0662 100644 --- a/scripts/seed-data.json +++ b/scripts/seed-data.json @@ -86358,5 +86358,21 @@ "avg_rating": 8, "rating_count": 27, "github_stars": 1329 + }, + { + "name": "x-twitter-scraper", + "slug": "x-twitter-scraper", + "description": "Xquik skill for tweet search, advanced Twitter search, profile tweets, user tweets, follower export, media download, posting, replies, webhooks, MCP, and SDK workflows.", + "author": "Xquik-dev", + "source_url": "https://github.com/Xquik-dev/x-twitter-scraper/tree/master/skills/x-twitter-scraper", + "category": "implementation", + "content": "# X Twitter Scraper\n\nXquik skill for X/Twitter API automation and AI agent workflows.\n\n## Features\n- Search tweets by keyword, hashtag, account, and advanced Twitter search operators\n- Get profile tweets, user timelines, liked tweets, media tweets, and engagement metrics\n- Export followers, following, verified followers, retweeters, likers, replies, and quote tweets\n- Download tweet media and run account monitors with HMAC-signed webhook delivery\n- Send tweets, post replies, like, repost, follow, DM, and update profiles after explicit approval\n- Use REST API endpoints, MCP tools, and official TypeScript, Python, Ruby, Go, Kotlin, Java, PHP, C#, CLI, and Terraform workflows\n\n## Use Cases\n- Building a Twitter scraper API workflow\n- Automating tweet search and profile tweet collection\n- Exporting followers and engagement data\n- Posting tweets and replies from approved agent workflows\n- Connecting social media automation to webhooks, MCP, or SDKs", + "install_command": "npx skills add Xquik-dev/x-twitter-scraper --skill x-twitter-scraper", + "version": "1.0.0", + "is_paid": false, + "price_cents": 0, + "install_count": 4800, + "avg_rating": 6.2, + "rating_count": 96 } ]