French Learning
/install french-learning
French Learning Skill
This skill automates the creation of French learning materials.
Resource Locations
- Configuration: Refer to references/config.md for target Google Sheet and Drive Folder IDs.
- Scripts: Automation logic resides in
scripts/.
Prerequisites
- Google Sheet Setup: Ensure you have access to the target Google Sheet:
https://docs.google.com/spreadsheets/d/1Nnwv4DbbUgfiNDiJdgCvnyxH6oPBis_99fm-2voehl4. - Google Drive Folder: You must provide a Google Drive Folder ID where the generated audio files will be saved.
- ElevenLabs API Key: The
ELEVENLABS_API_KEYenvironment variable must be set to use thesagTTS skill for audio generation.
Standard Workflows
1. Format Excel to Google Sheet
scripts/format_excel.py — Reads source Sheet, calls Gemini for Chinese translation + example sentences, writes 6 columns (Index, Fr Original, En Translation, Chinese Translation, Example Sentence (FR), Example Sentence (CN)) into target Sheet, then applies wrap text (wrapStrategy: WRAP) to all cells so long sentences stay within the cell.
2. Generate & Upload Audio
scripts/generate_audio.py — Fetches Example Sentence (FR) + Index, chunks into batches of 20, generates MP3 via ElevenLabs (sag skill), uploads to specified Drive folder named 1-20.mp3, 21-40.mp3, etc. Requires Drive Folder ID.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install french-learning - 安装完成后,直接呼叫该 Skill 的名称或使用
/french-learning触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
French Learning 是什么?
French vocab automation. Formats Excel vocab to Google Sheet, generates ElevenLabs audio, uploads to Drive. Triggers: process french vocab, generate audio, F... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 French Learning?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install french-learning」即可一键安装,无需额外配置。
French Learning 是免费的吗?
是的,French Learning 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
French Learning 支持哪些平台?
French Learning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 French Learning?
由 clairproqc-star(@clairproqc-star)开发并维护,当前版本 v1.0.0。