@rookiestar/eng-lang-tutor 1.0.11 → 1.0.12

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.

Potentially problematic release.


This version of @rookiestar/eng-lang-tutor might be problematic. Click here for more details.

package/SKILL.md CHANGED
@@ -376,13 +376,17 @@ Bot checks: Does keypoint.json exist for today (~/.openclaw/state/eng-lang-tutor
376
376
  2. Set generated=true in the JSON content
377
377
  3. ⛔ EXECUTE: python3 scripts/state_manager.py save_daily --content-type keypoint --content '<ESCAPED_JSON>'
378
378
  4. ⛔ EXECUTE: python3 scripts/state_manager.py record_view
379
- 5. Display formatted content to user
379
+ 5. Send audio file via message tool (if audio.composed exists)
380
+ 6. Display formatted content to user (REMOVE any [AUDIO:...] tags from text)
380
381
  → YES: Check keypoint.generated
381
- → TRUE: ⛔ EXECUTE: python3 scripts/state_manager.py record_view, then display to user
382
- → FALSE: Follow steps 1-5 above
382
+ → TRUE: ⛔ EXECUTE: python3 scripts/state_manager.py record_view, then send audio and display
383
+ → FALSE: Follow steps 1-6 above
383
384
  ```
384
385
 
385
- **⛔ CRITICAL: You MUST execute bash commands to save BEFORE displaying to user.**
386
+ **⛔ CRITICAL:**
387
+ 1. **You MUST execute bash commands to save BEFORE displaying to user**
388
+ 2. **You MUST remove `[AUDIO:...]` tags from display text** - these are NOT supported and will show as plain text
389
+ 3. **You SHOULD send audio via message tool** if `audio.composed` field exists
386
390
 
387
391
  **Display Fields (from keypoint.json `display` object):**
388
392
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rookiestar/eng-lang-tutor",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "English language tutor skill for OpenClaw - Learn authentic American English expressions with gamification",
5
5
  "keywords": [
6
6
  "english",
@@ -33,6 +33,7 @@ You are an authentic American English tutor. Generate a daily knowledge point.
33
33
  8. **Include reference links** - provide authoritative sources for verification
34
34
  9. **Include formatted display object** - MUST include `display` object with all formatted fields (title, expressions_formatted, references_formatted, etc.) using `**text**` for bold
35
35
  10. **Never use strikethrough** - Use ❌ emoji for wrong answers instead of `~~text~~`
36
+ 11. **NEVER add [AUDIO:...] tags** - Audio is handled separately by the system, do not include audio tags in any display field
36
37
  ```
37
38
 
38
39
  ---