tao-shen's picture
feat: add coding-agent OpenClaw extension with 8 HF Space tools
b44dfca
raw
history blame contribute delete
283 Bytes
{
"name": "openclaw-coding-agent",
"version": "1.0.0",
"type": "module",
"description": "OpenClaw coding agent extension — HF Space management tools with syntax validation",
"main": "index.ts",
"openclaw": {
"extensions": ["./index.ts"]
},
"dependencies": {}
}