Initial commit of OpenClaw agent Chloe

This commit is contained in:
Chloe Bot
2026-03-02 20:22:49 +00:00
commit 80e697f8d9
67 changed files with 16100 additions and 0 deletions

21
skills/x-api/scripts/package-lock.json generated Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "x-api-scripts",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "x-api-scripts",
"version": "0.1.0",
"dependencies": {
"twitter-api-v2": "^1.18.2"
}
},
"node_modules/twitter-api-v2": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.29.0.tgz",
"integrity": "sha512-v473q5bwme4N+DWSg6qY+JCvfg1nSJRWwui3HUALafxfqCvVkKiYmS/5x/pVeJwTmyeBxexMbzHwnzrH4h6oYQ==",
"license": "Apache-2.0"
}
}
}