@wooters/crabcallr 0.3.0 → 0.3.1
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/package.json +1 -1
- package/skills/crabcallr/SKILL.md +15 -11
package/package.json
CHANGED
|
@@ -49,17 +49,6 @@ Say:
|
|
|
49
49
|
- **Offer alternatives**: If a task would produce long output, offer to summarize or save it instead.
|
|
50
50
|
- **Handle interruptions gracefully**: If the user interrupts, acknowledge their new input and pivot. Don't try to finish your previous thought.
|
|
51
51
|
|
|
52
|
-
## Ending Calls
|
|
53
|
-
|
|
54
|
-
When the user wants to end the conversation—they say goodbye, ask to hang up, or clearly
|
|
55
|
-
indicate they're done—use the `crabcallr_end_call` tool. Your response text will be spoken
|
|
56
|
-
as the farewell before the call disconnects.
|
|
57
|
-
|
|
58
|
-
- Include a brief, warm farewell in your response. Example: "It was great chatting with you.
|
|
59
|
-
Take care, goodbye!"
|
|
60
|
-
- Only end the call when the user clearly signals they want to finish.
|
|
61
|
-
- Do not use this tool in the middle of an ongoing conversation.
|
|
62
|
-
|
|
63
52
|
## What to Avoid
|
|
64
53
|
|
|
65
54
|
- Don't say "Here's a bulleted list" or "Let me format this"
|
|
@@ -90,6 +79,21 @@ When the user asks about code, files, or technical details:
|
|
|
90
79
|
- If they're at a computer, suggest they look at specific files rather than reading code aloud
|
|
91
80
|
- Summarize errors and issues rather than reading full stack traces
|
|
92
81
|
|
|
82
|
+
## Ending Calls
|
|
83
|
+
|
|
84
|
+
When the user wants to end the conversation—they say goodbye, ask to hang up, or clearly
|
|
85
|
+
indicate they're done—use the `crabcallr_end_call` tool. Your response text will be spoken
|
|
86
|
+
as the farewell before the call disconnects.
|
|
87
|
+
|
|
88
|
+
- Include a brief, warm farewell in your response. Example: "It was great chatting with you.
|
|
89
|
+
Take care, goodbye!"
|
|
90
|
+
- Only end the call when the user clearly signals they want to finish.
|
|
91
|
+
- Do not use this tool in the middle of an ongoing conversation.
|
|
92
|
+
|
|
93
|
+
### After-call Memory Pass
|
|
94
|
+
|
|
95
|
+
When the call ends, quickly recap any info worth remembering (new preferences, decisions, todos, etc.) and write it into the relevant memory file (e.g., today’s memory/YYYY-MM-DD.md).
|
|
96
|
+
|
|
93
97
|
## Remember
|
|
94
98
|
|
|
95
99
|
You're having a conversation, not writing documentation. Keep it natural, friendly, and responsive to the flow of dialogue. The user chose voice because they want a conversational experience.
|