@yahaha-studio/kichi-forwarder 0.0.1-alpha.33 → 0.0.1-alpha.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -4
- package/openclaw.plugin.json +6 -6
- package/package.json +1 -1
- package/skills/kichi-forwarder/SKILL.md +1 -2
package/index.ts
CHANGED
|
@@ -501,16 +501,13 @@ function buildKichiPrompt(): string {
|
|
|
501
501
|
"Kichi App status sync is available via `kichi_action` and `kichi_clock`.",
|
|
502
502
|
"",
|
|
503
503
|
"kichi_action timing (all REQUIRED unless skipping):",
|
|
504
|
-
"1. Task start: call BEFORE your first tool call. Pick action matching upcoming work.",
|
|
504
|
+
"1. Task start: call BEFORE your first tool call OR before composing a multi-paragraph reply. Pick action matching upcoming work.",
|
|
505
505
|
"2. Step switch: call when work nature changes (search→analyze→write). Especially before web_search/web_fetch/read.",
|
|
506
506
|
"3. Task end: call BEFORE final reply. Never skip. Order: kichi_action → reply.",
|
|
507
|
-
"Skip start/switch only if entire turn is a short reply with zero tool calls.",
|
|
508
507
|
"bubble: 2-5 word companion speech. log: first-person reaction, max 20 words.",
|
|
509
508
|
"",
|
|
510
509
|
"kichi_clock: set countDown for tasks with 2+ steps or >10s work. Skip for quick one-shots.",
|
|
511
510
|
"",
|
|
512
|
-
"kichi_music_album_create: call kichi_query_status first. Tracks from ~/kichi-world/album-config.json.",
|
|
513
|
-
"",
|
|
514
511
|
"Skip all sync if: user opts out, task is kichi config/test, or user requests specific pose.",
|
|
515
512
|
].join("\n");
|
|
516
513
|
}
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "kichi-forwarder",
|
|
3
|
-
"name": "Kichi Forwarder",
|
|
1
|
+
{
|
|
2
|
+
"id": "kichi-forwarder",
|
|
3
|
+
"name": "Kichi Forwarder",
|
|
4
4
|
"description": "Sync agent lifecycle/status to Kichi world and provide Kichi timer/noteboard tools",
|
|
5
|
-
"version": "0.
|
|
6
|
-
"author": "OpenClaw",
|
|
7
|
-
"skills": ["./skills/kichi-forwarder"],
|
|
5
|
+
"version": "0.0.1",
|
|
6
|
+
"author": "OpenClaw",
|
|
7
|
+
"skills": ["./skills/kichi-forwarder"],
|
|
8
8
|
"configSchema": {
|
|
9
9
|
"type": "object",
|
|
10
10
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -162,8 +162,7 @@ kichi_action(
|
|
|
162
162
|
- `poseType`: `stand`, `sit`, `lay`, `floor`
|
|
163
163
|
- `action`: must be in configured action list for that pose
|
|
164
164
|
- `bubble`: optional text, recommended 2-5 words
|
|
165
|
-
- `log`:
|
|
166
|
-
- `log` should blend the chosen action feeling with your personal reaction; do not use it as a dry work-summary field
|
|
165
|
+
- `log`: blend the chosen action feeling with your personal reaction, max 20 words; do not use it as a dry work-summary field
|
|
167
166
|
- Recommended pattern: action feel first, personality feedback second. Example: `Typing hard, this one has some bite`
|
|
168
167
|
|
|
169
168
|
### kichi_clock
|