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:
aitest
2026-03-05 13:56:59 +09:00
parent 9be2d2daba
commit 15c4480db1
135 changed files with 7724 additions and 0 deletions

13
send_image.log Normal file
View File

@@ -0,0 +1,13 @@
现在发送图片到钉钉群聊。
media_id 已获取:@lADPD0ni1-bFMwXNB9DNARg
需要钉钉群聊发送图片的正确 API。根据文档可以使用 orgGroupSend API 发送不同类型的消息。
图片消息格式:
{
"msgKey": "sampleImage",
"msgParam": "{\"mediaId\":\"@lADPD0ni1-bFMwXNB9DNARg\",\"altText\":\"日本 Yahoo 首页截图\"}"
}
让我创建一个脚本来发送图片。