<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Openclaw on Keep It Simple, Stupid</title>
    <link>https://www.hongy19.net/blog/tags/openclaw/</link>
    <description>Recent content in Openclaw on Keep It Simple, Stupid</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 26 Mar 2026 13:39:56 +0000</lastBuildDate>
    <atom:link href="https://www.hongy19.net/blog/tags/openclaw/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Openclaw installation and configuration</title>
      <link>https://www.hongy19.net/blog/posts/2026-03-openclaw-installation-and-configuration/</link>
      <pubDate>Thu, 26 Mar 2026 13:39:00 +0000</pubDate>
      <guid>https://www.hongy19.net/blog/posts/2026-03-openclaw-installation-and-configuration/</guid>
      <description>&lt;p&gt; &lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;openclaw:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2026.3.24 change plugin interface and many old plugin doesn&amp;rsquo;t work&lt;/li&gt;&#xA;&lt;li&gt;openclaw update&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.npmjs.com/package/@wecode-ai/weibo-openclaw-plugin&#34;&gt;Weibo official plugin&lt;/a&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;get appID and appSecret from 微博小龙虾&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.npmjs.com/package/@duckduck-cocode/dingtalk-connector&#34;&gt;dingtalk-connector for 钉钉&lt;/a&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;follow &lt;a href=&#34;https://catchadmin.com/post/2026-01/openclaw-dingding-install&#34;&gt;guideline&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://alidocs.dingtalk.com/i/p/nb9XJBZgV9BEOXyA/docs/B6L5QAmawMPJMLKZvYl0Vq1z09lnK3kb?dontjump=true&#34;&gt;get useID from 钉钉管理后台&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;get groupid from &amp;ldquo;openclaw logs&amp;rdquo;, @ robot at group and get following logs&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2026-03-26T11:20:54.327Z warn [DingTalk:__default__] 群聊被拦截: conversationId=cidxxxxxxxxxxxxxxxxxxxxxxxx= 不在 groupAllowFrom 白名单中&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;pinned version plugin upgrade&#xA;&lt;ul&gt;&#xA;&lt;li&gt;backup openclaw.json&lt;/li&gt;&#xA;&lt;li&gt;openclaw plugins uninstall weibo-openclaw-plugin&lt;/li&gt;&#xA;&lt;li&gt;remove weibo in openclaw.json&lt;/li&gt;&#xA;&lt;li&gt;openclaw plugins install @wecode-ai/weibo-openclaw-plugin@2.0.1-beta.1&lt;/li&gt;&#xA;&lt;li&gt;add weibo in openclaw.json&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;openclaw cron&#xA;&lt;ul&gt;&#xA;&lt;li&gt;openclaw cron add &amp;ndash;name &amp;ldquo;每周记忆整理&amp;rdquo; &amp;ndash;cron &amp;ldquo;0 7 * * 1&amp;rdquo; &amp;ndash;tz &amp;ldquo;Asia/Shanghai&amp;rdquo; &amp;ndash;session isolated &amp;ndash;message &amp;ldquo;整理最近 7 天的日志，提炼到长期记忆&amp;rdquo; &amp;ndash;announce &amp;ndash;channel weibo &amp;ndash;to &amp;ldquo;1000000009&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;openclaw logs&#xA;&lt;ul&gt;&#xA;&lt;li&gt;timestamp is UTC by default, openclaw logs &amp;ndash;local-time&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&#xA; &amp;#34;weibo&amp;#34;: {&#xA; &amp;#34;enabled&amp;#34;: true,&#xA; &amp;#34;appId&amp;#34;: &amp;#34;11111111111&amp;#34;,&#xA; &amp;#34;appSecret&amp;#34;: &amp;#34;786aaxxxxxxxxxxxxxxxxxxxxx522&amp;#34;&#xA; },&#xA;&#xA;&#xA; &amp;#34;dingtalk-connector&amp;#34;: {&#xA; &amp;#34;enabled&amp;#34;: true,&#xA; &amp;#34;clientId&amp;#34;: &amp;#34;dingxxxxxxxxxxxxxxxxxxx&amp;#34;,&#xA; &amp;#34;clientSecret&amp;#34;: &amp;#34;CDxXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXjA&amp;#34;,&#xA; &amp;#34;dmPolicy&amp;#34;: &amp;#34;allowlist&amp;#34;,&#xA; &amp;#34;allowFrom&amp;#34;: [&amp;#34;000000000000000000000000000003&amp;#34;],&#xA; &amp;#34;groupPolicy&amp;#34;: &amp;#34;allowlist&amp;#34;,&#xA; &amp;#34;groupAllowFrom&amp;#34;: [&amp;#34;cidxxxxxxxxxxxxxxxxxxxxxxxx=&amp;#34;],&#xA; &amp;#34;requireMention&amp;#34;: true&#xA; }&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
