From 75cb9d0c8ddabe361c25a5b3dcaaa76a67f6ddb7 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Sat, 21 Feb 2026 11:44:45 -0600 Subject: [PATCH] docs(tlon): fix reactions status and expand bundled skill section - Reactions ARE supported via bundled skill (not missing) - Add link to skill GitHub repo - List skill capabilities: contacts, channels, groups, DMs, reactions, settings --- docs/channels/tlon.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/channels/tlon.md b/docs/channels/tlon.md index e0941bbe892..f3e70c7152a 100644 --- a/docs/channels/tlon.md +++ b/docs/channels/tlon.md @@ -204,8 +204,16 @@ Use these with `openclaw message send` or cron delivery: ## Bundled skill -The Tlon plugin includes a bundled skill (`@tloncorp/tlon-skill`) that provides CLI access to -Tlon operations: managing groups, creating channels, updating profiles, sending DMs, and more. +The Tlon plugin includes a bundled skill ([`@tloncorp/tlon-skill`](https://github.com/tloncorp/tlon-skill)) +that provides CLI access to Tlon operations: + +- **Contacts**: get/update profiles, list contacts +- **Channels**: list, create, post messages, fetch history +- **Groups**: list, create, manage members +- **DMs**: send messages, react to messages +- **Reactions**: add/remove emoji reactions to posts and DMs +- **Settings**: manage plugin permissions via slash commands + The skill is automatically available when the plugin is installed. ## Capabilities @@ -217,7 +225,7 @@ The skill is automatically available when the plugin is installed. | Threads | ✅ Supported (auto-replies in thread) | | Rich text | ✅ Markdown converted to Tlon format | | Images | ✅ Uploaded to Tlon storage | -| Reactions | ❌ Not yet supported | +| Reactions | ✅ Via [bundled skill](#bundled-skill) | | Polls | ❌ Not yet supported | | Native commands | ✅ Supported (owner-only by default) |