Initial commit with translated description

This commit is contained in:
2026-03-29 08:36:14 +08:00
commit f1841f83e3
8 changed files with 757 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}