-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "x-developer",
"version": "2.5.3",
"description": "Xquik agent skill & plugin bundle for REST, MCP, webhooks, exports & confirmation-gated X workflows. Not affiliated with X Corp.",
"author": {
"name": "Xquik",
"url": "https://docs.xquik.com"
},
"license": "MIT",
"homepage": "https://docs.xquik.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Xquik-dev/x-twitter-scraper.git"
},
"bugs": {
"url": "https://github.com/Xquik-dev/x-twitter-scraper/issues"
},
"keywords": [
"twitter",
"x-api",
"twitter-api",
"twitter-api-alternative",
"x-api-alternative",
"twitter-scraper-api",
"twitter-data-api",
"x-data-api",
"tweet-search-api",
"tweet-analytics",
"twitter-monitoring",
"twitter-follower-export",
"x-twitter-scraper",
"social-listening",
"sentiment-analysis",
"competitor-monitoring",
"mcp",
"mcp-server",
"x-mcp",
"agent-skill",
"skills",
"ai-agent",
"claude-code",
"codex",
"cursor",
"copilot",
"gemini-cli",
"windsurf",
"data-extraction",
"twitter-scraper",
"social-media",
"webhooks",
"monitoring",
"giveaway",
"usage-estimates",
"rest-api",
"scraper"
],
"files": [
".codex-plugin",
".claude-plugin",
".mcp.json",
"assets",
"commands",
"context7.json",
"logo.png",
"server.json",
"scripts",
"skills",
"!skills/_artifacts",
"skills.sh.json",
"openclaw.plugin.json",
"start.sh",
"stub-server.mjs",
"task-guides"
],
"scripts": {
"check-versions": "node scripts/check-versions.mjs",
"prepublishOnly": "node scripts/check-versions.mjs"
}
}