-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
73 lines (73 loc) · 2.55 KB
/
Copy pathregistry.json
File metadata and controls
73 lines (73 loc) · 2.55 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "twexapi",
"homepage": "https://docs.twexapi.io",
"items": [
{
"name": "x-api-scraper",
"type": "registry:item",
"title": "TwexAPI X scraper Skill",
"description": "Install the X (Twitter) Scraper API and X API alternative Skill. You do not need an official X developer account for supported public reads. Not affiliated with X Corp.",
"files": [
{
"path": "skills/x-api-scraper/LICENSE",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/LICENSE"
},
{
"path": "skills/x-api-scraper/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/SKILL.md"
},
{
"path": "skills/x-api-scraper/metadata.json",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/metadata.json"
},
{
"path": "skills/x-api-scraper/references/api-endpoints.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/references/api-endpoints.md"
},
{
"path": "skills/x-api-scraper/references/mcp-setup.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/references/mcp-setup.md"
},
{
"path": "skills/x-api-scraper/references/security.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/references/security.md"
},
{
"path": "skills/x-api-scraper/references/usage.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/references/usage.md"
},
{
"path": "skills/x-api-scraper/references/workflows.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper/references/workflows.md"
}
]
},
{
"name": "x-api-scraper-research",
"type": "registry:item",
"title": "TwexAPI social research Skill",
"description": "Bounded public X research reads with TwexAPI. Not affiliated with X Corp.",
"files": [
{
"path": "skills/x-api-scraper-research/LICENSE",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper-research/LICENSE"
},
{
"path": "skills/x-api-scraper-research/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/x-api-scraper-research/SKILL.md"
}
]
}
]
}