feishu-topic-spawn
Create a new topic in a Feishu topic-group, and optionally add the first in-thread reply (with optional @mention) by sending as the user. Use when the user says things like ‘开话题’, ‘/topic’, ‘开个新话题’, ‘在话题里回一条’, or asks to simulate a ChatGPT-style ‘new chat’ workflow inside a Feishu topic-group. In a Feishu topic-group, a top-level send creates the topic; replying with `reply_in_thread=true` posts inside that topic.
Why use this skill?
Efficiently create and manage Feishu topics with OpenClaw. Automate topic-group messaging, thread replies, and mentions to streamline your team communication workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dxxbb/feishu-new-chatWhat This Skill Does
The feishu-topic-spawn skill is an essential productivity bridge for teams using Feishu as their primary collaboration hub. It allows OpenClaw AI to programmatically initialize structured discussions by creating a new top-level topic within a designated Feishu topic-group. Unlike standard messaging, this skill is specifically engineered to handle the nuances of topic-based threads, enabling the AI to segment conversations, maintain context, and bootstrap project documentation or brainstorming sessions directly in the flow of work. It handles the resolution of chat identifiers, ensures clean topic creation, and provides secondary post-injection for follow-up questions or mentions.
Installation
To integrate this skill into your environment, execute the following command in your terminal within the OpenClaw directory:
clawhub install openclaw/skills/skills/dxxbb/feishu-new-chat
Ensure that the Feishu integration is authorized with appropriate messaging scopes (specifically im:message and im:message:send_as_bot or user-auth equivalent) to allow the agent to post on your behalf.
Use Cases
- Project Kick-off: Automatically start a dedicated topic for a specific SOP or task request when a user provides a title.
- Brainstorming Refinement: Create a topic with a primary context block, followed immediately by an in-thread reply containing specific instructions or user mentions.
- Contextual Handovers: Convert prior chat context into a structured new topic to clean up noisy channels and maintain documentation hygiene.
Example Prompts
- "开话题:OpenClaw 多线程 SOP|请帮我梳理一下实现逻辑"
- "开个新话题聊这个,把前面几条带过去,然后追问:目前项目的性能瓶颈在什么地方?"
- "/topic 测试 1|回一条:@我 确认一下这个话题是否创建成功"
Tips & Limitations
- Default Routing: If no specific group is provided, the skill defaults to '泡菜的话题群'. Ensure this group exists in your Feishu workspace, or the skill will return an error.
- Messaging Architecture: The skill relies on Feishu's topic-group mechanics. If you point this at a standard group, it will result in a flat message chain rather than a thread-based topic. Always confirm your destination is a Topic Group.
- Mention Handling: Use the
<at user_id="...">syntax to trigger notifications; ensure you have the correctuser_idfor the intended mention target. - Permissions: This skill operates as the user; if your auth token expires, you must re-authenticate to prevent failed attempts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dxxbb-feishu-new-chat": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api