Thursday, March 26, 2026

Openclaw installation and configuration

 

  • openclaw: 
    • 2026.3.24 change plugin interface and many old plugin doesn't work
    • openclaw update
  • Weibo official plugin
    • get appID and appSecret from 微博小龙虾
  • dingtalk-connector for 钉钉
    • follow guideline.
    • get useID from 钉钉管理后台
    • get groupid from "openclaw logs", @ robot at group and get following logs
      • 2026-03-26T11:20:54.327Z warn [DingTalk:__default__] 群聊被拦截: conversationId=cidxxxxxxxxxxxxxxxxxxxxxxxx= 不在 groupAllowFrom 白名单中
  • pinned version plugin upgrade
    • backup openclaw.json
    • openclaw plugins uninstall weibo-openclaw-plugin
    • remove weibo in openclaw.json
    • openclaw plugins install @wecode-ai/weibo-openclaw-plugin@2.0.1-beta.1
    • add weibo in openclaw.json
  • openclaw cron
    • openclaw cron add --name "每周记忆整理" --cron "0 7 * * 1" --tz "Asia/Shanghai" --session isolated --message "整理最近 7 天的日志,提炼到长期记忆" --announce --channel weibo --to "1000000009"
  • openclaw logs 
    • timestamp is UTC by default, openclaw logs --local-time

"weibo": { "enabled": true, "appId": "11111111111", "appSecret": "786aaxxxxxxxxxxxxxxxxxxxxx522" },

"dingtalk-connector": { "enabled": true, "clientId": "dingxxxxxxxxxxxxxxxxxxx", "clientSecret": "CDxXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXjA", "dmPolicy": "allowlist", "allowFrom": ["000000000000000000000000000003"], "groupPolicy": "allowlist", "groupAllowFrom": ["cidxxxxxxxxxxxxxxxxxxxxxxxx="], "requireMention": true }

No comments: