Add OpenClaw workspace configuration and tools
- Add agent configuration files (AGENTS.md, USER.md, IDENTITY.md, SOUL.md) - Add git configuration and skills management scripts - Add frontend/backend analysis tools and reports - Add DingTalk media sender utilities and documentation - Fix OpenClaw runtime environment (Node.js and Python) - Configure git remotes and push scripts
This commit is contained in:
32
test_export.json
Normal file
32
test_export.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"Repositories": [
|
||||
{
|
||||
"Repository": "openclaw/openclaw",
|
||||
"URL": "https://github.com/openclaw/openclaw",
|
||||
"Stars": 1000,
|
||||
"Language": "TypeScript",
|
||||
"Description": "Multi-channel AI gateway"
|
||||
},
|
||||
{
|
||||
"Repository": "github/copilot",
|
||||
"URL": "https://github.com/github/copilot",
|
||||
"Stars": 5000,
|
||||
"Language": "JavaScript",
|
||||
"Description": "AI pair programmer"
|
||||
},
|
||||
{
|
||||
"Repository": "nodejs/node",
|
||||
"URL": "https://github.com/nodejs/node",
|
||||
"Stars": 90000,
|
||||
"Language": "JavaScript",
|
||||
"Description": "JavaScript runtime"
|
||||
},
|
||||
{
|
||||
"Repository": "microsoft/vscode",
|
||||
"URL": "https://github.com/microsoft/vscode",
|
||||
"Stars": 150000,
|
||||
"Language": "TypeScript",
|
||||
"Description": "Code editor"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user