docs: add repo-ready package notes for telegram inline button skill
This commit is contained in:
27
dist/telegram-inline-buttons-repo/README.md
vendored
Normal file
27
dist/telegram-inline-buttons-repo/README.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user