Add OpenClaw skills, platform kit, and template docs

Made-with: Cursor
This commit is contained in:
2026-04-04 10:35:02 +08:00
parent e37b03c00f
commit 35f4758da2
83 changed files with 8971 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(xargs -I {} bash -c \"echo '=== {} ===' && ls -la '{}'\")",
"Bash(python scripts/main.py version)",
"Bash(python scripts/main.py health)",
"Bash(python scripts/main.py key list)",
"Bash(python scripts/main.py generate kimi \"测试\")"
]
}
}