chandrakant-s4 commited on
Commit
6994dd0
·
verified ·
1 Parent(s): d76b3a4

Sync .openclaw — 2026-03-16T03:20:58.238357

Browse files
.openclaw/agents/main/sessions/sessions.json CHANGED
@@ -92,5 +92,106 @@
92
  ],
93
  "version": 0
94
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  }
96
  }
 
92
  ],
93
  "version": 0
94
  }
95
+ },
96
+ "agent:main:main": {
97
+ "origin": {
98
+ "label": "Chandrakant (@chandrakant_0110) id:1463700220",
99
+ "provider": "telegram",
100
+ "surface": "telegram",
101
+ "chatType": "direct",
102
+ "from": "telegram:1463700220",
103
+ "to": "telegram:1463700220",
104
+ "accountId": "default"
105
+ },
106
+ "sessionId": "8cffa12f-9728-4f61-9c9e-88c71972608c",
107
+ "updatedAt": 1773631215724,
108
+ "deliveryContext": {
109
+ "channel": "telegram",
110
+ "to": "telegram:1463700220",
111
+ "accountId": "default"
112
+ },
113
+ "lastChannel": "telegram",
114
+ "lastTo": "telegram:1463700220",
115
+ "lastAccountId": "default",
116
+ "systemSent": true,
117
+ "abortedLastRun": false,
118
+ "chatType": "direct",
119
+ "sessionFile": "/home/node/.openclaw/agents/main/sessions/8cffa12f-9728-4f61-9c9e-88c71972608c.jsonl",
120
+ "skillsSnapshot": {
121
+ "prompt": "\n\nThe following skills provide specialized instructions for specific tasks.\nUse the read tool to load a skill's file when the task matches its description.\nWhen a skill file references a relative path, resolve it against the skill directory (parent of SKILL.md / dirname of the path) and use that absolute path in tool commands.\n\n<available_skills>\n <skill>\n <name>acp-router</name>\n <description>Route plain-language requests for Pi, Claude Code, Codex, OpenCode, Gemini CLI, or ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (&quot;telephone game&quot; flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation.</description>\n <location>/app/openclaw/extensions/acpx/skills/acp-router/SKILL.md</location>\n </skill>\n <skill>\n <name>coding-agent</name>\n <description>Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:&quot;acp&quot;), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.</description>\n <location>/app/openclaw/skills/coding-agent/SKILL.md</location>\n </skill>\n <skill>\n <name>healthcheck</name>\n <description>Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).</description>\n <location>/app/openclaw/skills/healthcheck/SKILL.md</location>\n </skill>\n <skill>\n <name>node-connect</name>\n <description>Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl.</description>\n <location>/app/openclaw/skills/node-connect/SKILL.md</location>\n </skill>\n <skill>\n <name>skill-creator</name>\n <description>Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like &quot;create a skill&quot;, &quot;author a skill&quot;, &quot;tidy up a skill&quot;, &quot;improve this skill&quot;, &quot;review the skill&quot;, &quot;clean up the skill&quot;, &quot;audit the skill&quot;.</description>\n <location>/app/openclaw/skills/skill-creator/SKILL.md</location>\n </skill>\n <skill>\n <name>weather</name>\n <description>Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.</description>\n <location>/app/openclaw/skills/weather/SKILL.md</location>\n </skill>\n</available_skills>",
122
+ "skills": [
123
+ {
124
+ "name": "acp-router"
125
+ },
126
+ {
127
+ "name": "coding-agent",
128
+ "requiredEnv": []
129
+ },
130
+ {
131
+ "name": "healthcheck"
132
+ },
133
+ {
134
+ "name": "node-connect"
135
+ },
136
+ {
137
+ "name": "skill-creator"
138
+ },
139
+ {
140
+ "name": "weather",
141
+ "requiredEnv": []
142
+ }
143
+ ],
144
+ "resolvedSkills": [
145
+ {
146
+ "name": "acp-router",
147
+ "description": "Route plain-language requests for Pi, Claude Code, Codex, OpenCode, Gemini CLI, or ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (\"telephone game\" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation.",
148
+ "filePath": "/app/openclaw/extensions/acpx/skills/acp-router/SKILL.md",
149
+ "baseDir": "/app/openclaw/extensions/acpx/skills/acp-router",
150
+ "source": "openclaw-extra",
151
+ "disableModelInvocation": false
152
+ },
153
+ {
154
+ "name": "coding-agent",
155
+ "description": "Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:\"acp\"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.",
156
+ "filePath": "/app/openclaw/skills/coding-agent/SKILL.md",
157
+ "baseDir": "/app/openclaw/skills/coding-agent",
158
+ "source": "openclaw-bundled",
159
+ "disableModelInvocation": false
160
+ },
161
+ {
162
+ "name": "healthcheck",
163
+ "description": "Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).",
164
+ "filePath": "/app/openclaw/skills/healthcheck/SKILL.md",
165
+ "baseDir": "/app/openclaw/skills/healthcheck",
166
+ "source": "openclaw-bundled",
167
+ "disableModelInvocation": false
168
+ },
169
+ {
170
+ "name": "node-connect",
171
+ "description": "Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl.",
172
+ "filePath": "/app/openclaw/skills/node-connect/SKILL.md",
173
+ "baseDir": "/app/openclaw/skills/node-connect",
174
+ "source": "openclaw-bundled",
175
+ "disableModelInvocation": false
176
+ },
177
+ {
178
+ "name": "skill-creator",
179
+ "description": "Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like \"create a skill\", \"author a skill\", \"tidy up a skill\", \"improve this skill\", \"review the skill\", \"clean up the skill\", \"audit the skill\".",
180
+ "filePath": "/app/openclaw/skills/skill-creator/SKILL.md",
181
+ "baseDir": "/app/openclaw/skills/skill-creator",
182
+ "source": "openclaw-bundled",
183
+ "disableModelInvocation": false
184
+ },
185
+ {
186
+ "name": "weather",
187
+ "description": "Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.",
188
+ "filePath": "/app/openclaw/skills/weather/SKILL.md",
189
+ "baseDir": "/app/openclaw/skills/weather",
190
+ "source": "openclaw-bundled",
191
+ "disableModelInvocation": false
192
+ }
193
+ ],
194
+ "version": 0
195
+ }
196
  }
197
  }
.openclaw/telegram/update-offset-default.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "version": 2,
3
+ "lastUpdateId": 183352064,
4
+ "botId": "8638222177"
5
+ }