Files
reporting-governance-plugin/dist/telegram-inline-buttons-openclaw-skill-INSTALL.md

43 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# telegram-inline-buttons skill 安裝說明
## 內容
此封裝包含:
- `telegram-inline-buttons/SKILL.md`
## 安裝方式(推薦)
在目標 OpenClaw 主機上,把技能目錄解到以下任一位置:
- `~/.openclaw/skills/`
- `<workspace>/skills/`
### 範例:安裝到使用者層級
```bash
mkdir -p ~/.openclaw/skills
tar -xzf telegram-inline-buttons-openclaw-skill-2026-04-15.tar.gz -C ~/.openclaw/skills
```
### 範例:安裝到某個 workspace
```bash
mkdir -p /path/to/workspace/skills
tar -xzf telegram-inline-buttons-openclaw-skill-2026-04-15.tar.gz -C /path/to/workspace/skills
```
## 驗證
確認檔案存在:
```bash
ls ~/.openclaw/skills/telegram-inline-buttons/SKILL.md
```
或:
```bash
ls /path/to/workspace/skills/telegram-inline-buttons/SKILL.md
```
如果 OpenClaw skill watcher 已啟用,下一個 agent turn 會自動載入;否則重開新 session 即可。
## 適用情境
這個 skill 會在 Telegram 互動中,遇到以下情況時偏向使用 inline buttons
- Yes/No
- 隱性 Yes/No例如`如果你要...`
- `1/2/3` 數字選項
- 助手自己提出的下一步選單
- 保留自然中文原句,只把回覆方式換成按鈕