Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions scripts/build-seed-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions scripts/seed-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]