fix: translate Japanese code block to English in README.md

Slack Clip Setup section had a Japanese markdown example
in the English README. Translated to English.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Masahiro Chaen 2026-04-08 23:38:34 +09:00
parent 2c2343e081
commit ea6e8a75ac

View file

@ -341,18 +341,18 @@ workspace/skills/slack-clip/
2. **Add auto-action** to your agent's config (e.g., `AGENTS.md`): 2. **Add auto-action** to your agent's config (e.g., `AGENTS.md`):
```markdown ```markdown
### URL投稿 → Vaultクリップ ### URL Post → Vault Clip
DM にURLを含むメッセージが来たら自動でvault/clips/に保存。 Automatically saves to vault/clips/ when a DM contains a URL.
検知方法: Detection:
- メッセージテキストに https:// を含む(転送メッセージは除外) - Message text contains https:// (forwarded messages excluded)
- Slack内部URL、画像直リンクは除外 - Slack internal URLs and direct image links excluded
処理: Processing:
1. URL種別判定X tweet vs 記事) 1. Detect URL type (X tweet vs article)
2. X tweet → xurl read / 記事 → firecrawl scrape 2. X tweet → xurl read / article → firecrawl scrape
3. 要約・タグ生成 → vault/clips/ に保存 3. Generate summary + tags → save to vault/clips/
4. git push + スレッド返信で確認 4. git push + thread reply confirmation
``` ```
3. **Ensure tools are available** to the agent: 3. **Ensure tools are available** to the agent: