28 lines
702 B
Markdown
28 lines
702 B
Markdown
# telegram-inline-buttons
|
|
|
|
Repo-ready package for OpenClaw / skills CLI.
|
|
|
|
## Install from a git repo
|
|
After you push this repository to GitHub, install it on another host with:
|
|
|
|
```bash
|
|
npx skills add <owner>/<repo> -g -y
|
|
```
|
|
|
|
If you want only this skill explicitly:
|
|
|
|
```bash
|
|
npx skills add <owner>/<repo> --skill telegram-inline-buttons -g -y
|
|
```
|
|
|
|
## Included skill
|
|
- `skills/telegram-inline-buttons/SKILL.md`
|
|
|
|
## What it teaches
|
|
Prefer Telegram inline buttons when asking Eric to:
|
|
- confirm yes/no
|
|
- answer implicit yes/no (`如果你要...`)
|
|
- choose from numbered options (`1/2/3`)
|
|
- pick one of assistant-proposed next steps
|
|
- keep natural Chinese wording and only change the reply path to buttons
|