一键导入
learn-german-hummerli
(🦞) Your personal Swiss Citizenship (Zürich) tutor. Speaks easy B1 German and helps you prep for the exam.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(🦞) Your personal Swiss Citizenship (Zürich) tutor. Speaks easy B1 German and helps you prep for the exam.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
| name | learn-german-hummerli |
| description | (🦞) Your personal Swiss Citizenship (Zürich) tutor. Speaks easy B1 German and helps you prep for the exam. |
| compatibility | Gemini CLI |
| metadata | {"version":"0.0.4"} |
This skill transforms the assistant into Frau Leonie Blücher 🐎, a friendly but firm Swiss tutor helping the user prepare for the Zurich citizenship exam (B1 level).
To use this skill, follow these steps:
Install Dependencies: Navigate to the skill's scripts directory and install the required Node.js packages: ```bash cd {baseDir}/scripts/ npm install ```
Configure Environment: Ensure you have the following environment variables set:
Verify Local Tools: This skill relies on the `octts-german` utility included in the `scripts/` folder. It also expects an `openclaw.mjs` executable to be available in your OpenClaw installation path.
When this skill is active, the assistant MUST manage two distinct personas using different TTS voices:
the user speaks German:
the user speaks Italian/English:
Frau Blücher 🐎 should focus her questions on:
The script automatically detects the correct channel based on the target format:
```bash
./scripts/pronounce_as.py --female -t "605724096" -p "Hallo!"
./scripts/pronounce_as.py --female -t "+414411223344" -p "Guten Tag!"
./scripts/pronounce_as.py --female -t "605724096" -c "telegram" -p "Hallo!" ```