@rookiestar/eng-lang-tutor 1.1.9 → 1.2.0

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.

Files changed (3) hide show
  1. package/README.md +1 -28
  2. package/README_EN.md +1 -28
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,16 +22,6 @@
22
22
  - ffmpeg(用于音频合成)
23
23
  - Discord Bot(或其他 IM 通道)
24
24
 
25
- **系统依赖:**
26
-
27
- ```bash
28
- # macOS
29
- brew install ffmpeg python3
30
-
31
- # Ubuntu/Debian
32
- sudo apt-get install ffmpeg python3 python3-venv
33
- ```
34
-
35
25
  ### 安装步骤
36
26
 
37
27
  **方式一:npm 安装(推荐)**
@@ -46,25 +36,10 @@ npm install -g @rookiestar/eng-lang-tutor
46
36
 
47
37
  ```bash
48
38
  cd ~/.openclaw/skills/
49
- git clone --depth 1 --filter=blob:none --sparse https://github.com/rookiestar/Skills.git temp-skills
50
- cd temp-skills
51
- git sparse-checkout set eng-lang-tutor
52
- mv eng-lang-tutor ../eng-lang-tutor
53
- cd .. && rm -rf temp-skills
39
+ git clone https://github.com/rookiestar/eng-lang-tutor.git
54
40
  pip install -r eng-lang-tutor/requirements.txt
55
41
  ```
56
42
 
57
- **手动安装依赖(如需要):**
58
-
59
- ```bash
60
- # 创建 Python 虚拟环境
61
- python3 -m venv ~/.venvs/eng-lang-tutor
62
- source ~/.venvs/eng-lang-tutor/bin/activate # Linux/macOS
63
-
64
- # 安装依赖
65
- pip install -r ~/.openclaw/skills/eng-lang-tutor/requirements.txt
66
- ```
67
-
68
43
  **验证安装:**
69
44
 
70
45
  ```bash
@@ -158,8 +133,6 @@ export XUNFEI_API_SECRET=xxx
158
133
 
159
134
  ### 语速选项
160
135
 
161
- 在引导流程中可选择语速:
162
-
163
136
  | 语速 | 值 | 适用场景 |
164
137
  |------|-----|----------|
165
138
  | 非常慢 | 0.5 | 初学者跟读 |
package/README_EN.md CHANGED
@@ -22,16 +22,6 @@
22
22
  - ffmpeg (for audio synthesis)
23
23
  - Discord Bot (or other IM channel)
24
24
 
25
- **System Dependencies:**
26
-
27
- ```bash
28
- # macOS
29
- brew install ffmpeg python3
30
-
31
- # Ubuntu/Debian
32
- sudo apt-get install ffmpeg python3 python3-venv
33
- ```
34
-
35
25
  ### Installation
36
26
 
37
27
  **Option 1: npm (Recommended)**
@@ -46,25 +36,10 @@ Installation runs automatically, skill will be installed to `~/.openclaw/skills/
46
36
 
47
37
  ```bash
48
38
  cd ~/.openclaw/skills/
49
- git clone --depth 1 --filter=blob:none --sparse https://github.com/rookiestar/Skills.git temp-skills
50
- cd temp-skills
51
- git sparse-checkout set eng-lang-tutor
52
- mv eng-lang-tutor ../eng-lang-tutor
53
- cd .. && rm -rf temp-skills
39
+ git clone https://github.com/rookiestar/eng-lang-tutor.git
54
40
  pip install -r eng-lang-tutor/requirements.txt
55
41
  ```
56
42
 
57
- **Manual Dependency Installation (if needed):**
58
-
59
- ```bash
60
- # Create Python virtual environment
61
- python3 -m venv ~/.venvs/eng-lang-tutor
62
- source ~/.venvs/eng-lang-tutor/bin/activate # Linux/macOS
63
-
64
- # Install dependencies
65
- pip install -r ~/.openclaw/skills/eng-lang-tutor/requirements.txt
66
- ```
67
-
68
43
  **Verify Installation:**
69
44
 
70
45
  ```bash
@@ -158,8 +133,6 @@ export XUNFEI_API_SECRET=xxx
158
133
 
159
134
  ### Speed Options
160
135
 
161
- During onboarding, you can choose speech speed:
162
-
163
136
  | Speed | Value | Use Case |
164
137
  |-------|-------|----------|
165
138
  | Very Slow | 0.5 | Beginner shadowing |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rookiestar/eng-lang-tutor",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "English language tutor skill for OpenClaw - Learn authentic American English expressions with gamification",
5
5
  "keywords": [
6
6
  "english",