ワンクリックで
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!" ```