13 lines
312 B
JSON
13 lines
312 B
JSON
|
|
{
|
||
|
|
"name": "clawdbot-skill-xai",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "xAI/Grok integration for Clawdbot",
|
||
|
|
"keywords": ["clawdbot-skill", "xai", "grok", "ai", "chat"],
|
||
|
|
"author": "Lobster",
|
||
|
|
"license": "MIT",
|
||
|
|
"scripts": {
|
||
|
|
"chat": "node scripts/chat.js",
|
||
|
|
"models": "node scripts/models.js"
|
||
|
|
}
|
||
|
|
}
|