AutoThread turns messages prefixed with /topic into organized platform-native threads, forum topics, or Signal digest messages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install autothread
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install autothread using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AutoThread is an Openclaw Skills integration that lets an agent create a focused conversation from any message beginning with /topic. It automatically generates a concise 3–7 word title, quotes or forwards the original content, and creates the appropriate conversation container for Telegram, Nicegram, or Discord.
Signal does not provide native topics or threads, so its adapter creates a titled digest message instead. Platform credentials remain in the local OpenClaw configuration, while each adapter communicates only with the target platform API. The skill returns consistent JSON metadata so the agent can link back to the new topic and continue the conversation in its dedicated thread.
/topic in a supported Telegram, Nicegram, Discord, or Signal context.topic_id, title, and link.link: null.topic_id as the thread identifier.NO_REPLY after both follow-up messages have been sent.curl, jq, python3, and signal-cli when Signal support is needed.scripts/autothread-telegram.sh, scripts/autothread-nicegram.sh, scripts/autothread-discord.sh, and scripts/autothread-signal.sh.~/.openclaw/openclaw.json.signal-cli, then configure the registered account under the Signal channel settings.topic command.bash scripts/autothread-telegram.sh <chat_id> <message_id> "<sender name>" "<title>" "<text after /topic>"
bash scripts/autothread-discord.sh <channel_id> <message_id> "<sender name>" "<title>" "<text after /topic>"
bash scripts/autothread-signal.sh <group_id> <message_timestamp> "<sender name>" "<title>" "<text after /topic>"
For Nicegram, invoke scripts/autothread-nicegram.sh using the same arguments as the Telegram adapter. Pass an empty text argument for media-only messages. Keep Telegram's requireMention default enabled in busy or sensitive groups; disabling it causes any /topic message to trigger content reposting.
| Platform | Required identifiers | Content fields |
|---|---|---|
| Telegram | chat_id, message_id |
Sender name, generated title, text after /topic |
| Nicegram | Telegram-compatible chat and message identifiers | Sender name, generated title, text after /topic |
| Discord | channel_id, message_id |
Sender name, generated title, text after /topic |
| Signal | group_id, message timestamp |
Sender name, generated title, text after /topic |
Every adapter returns JSON with this structure:
topic_id: The created topic, thread, or Signal digest timestamp.title: The generated conversation title.link: A platform link when available; null for Signal.topic_id values to route the agent's next response into the correct conversation.~/.openclaw/openclaw.json without introducing a separate credential service./topic as a custom command for easier discovery.Loading
A static analyzer that validates MRS Redis nodes-*.conf metadata and diagnoses seven configuration issues behind startup, connectivity, and cluster fault alerts.

M5Stack Firmware Query provides safe, read-only access to live public M5Burner firmware data for discovery, verification, and device-specific recommendations.

Contracko Contract Review helps agents analyze contracts, monitor renewal deadlines, compare versions, audit risks, and prioritize portfolio actions.

A MySQL 8.0 schema design and review skill that produces executable DDL, indexing strategies, validation checklists, and actionable risk warnings.

Builds a sourced, deduplicated, and transparently verified list of investors in a defined market without inventing completeness or contact data.

Chem-Viz turns abstract chemistry concepts into interactive, classroom-ready HTML visualizations that students can explore and understand.








































