Skip to content
Open
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
27 changes: 27 additions & 0 deletions sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,33 @@ skills:
license: Apache-2.0
homepage: https://github.com/numman-ali/n-skills

# ─────────────────────────────────────────────────────────────────────────
# x-twitter-scraper - X/Twitter data platform skill (synced from Xquik-dev)
# ─────────────────────────────────────────────────────────────────────────

- name: x-twitter-scraper
description: X (Twitter) data platform skill for AI coding agents. 120 REST API endpoints, 2 MCP tools, HMAC webhooks, bulk extraction, write actions, giveaway draws, monitoring. Reads from $0.00015/call. Use when the user needs to search tweets, look up users, extract followers, post tweets, run giveaways, monitor accounts, or access any X/Twitter data.
source:
repo: Xquik-dev/x-twitter-scraper
path: skills/x-twitter-scraper
ref: main
target:
category: data
path: skills/data/x-twitter-scraper
author:
name: Burak
github: kriptoburak
license: MIT
homepage: https://github.com/Xquik-dev/x-twitter-scraper

sync:
include:
- SKILL.md
- metadata.json
- references/
exclude:
- node_modules/

# ─────────────────────────────────────────────────────────────────────────────
# Schema Reference
# ─────────────────────────────────────────────────────────────────────────────
Expand Down