x-developer
Version:
X (Twitter) data platform skill for AI coding agents. 100+ REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks.
26 lines (25 loc) • 666 B
JSON
{
"id": "x-developer",
"name": "X Developer API",
"description": "X (Twitter) data platform skill for AI coding agents. 100+ REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks.",
"version": "2.4.12",
"skills": ["./skills"],
"providerAuthEnvVars": {
"xquik": ["XQUIK_API_KEY"]
},
"uiHints": {
"apiKey": {
"label": "Xquik API Key",
"help": "Get your API key at dashboard.xquik.com/account",
"sensitive": true,
"placeholder": "xq_..."
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"apiKey": { "type": ["string", "object"] }
}
}
}