tell-me

Summarize conversation threads and send lark_md cards to Feishu group chats.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill tell-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tell-me
Source: https://github.com/alexaundre/mycc/tree/main/.claude/skills/tell-me
Command: npx skills add https://github.com/alexaundre/mycc --skill tell-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly convert an ongoing conversation into a short, actionable Feishu notification so important decisions and next steps are captured and delivered to a team chat without manual copy-paste.

Core Features & Use Cases

  • Summarize conversations into a 3-5 sentence digest that captures what was done, the conclusion, and next steps.
  • Send interactive Feishu cards formatted with lark_md and visual priority colors (green/blue/orange/red).
  • Cross-platform delivery using a Node.js script that supports optional webhook signing for secure delivery; ideal for on-demand alerts, meeting summaries, and task handoffs.

Quick Start

Type /tell-me to summarize the current conversation and send the result as a Feishu card to your configured webhook.

Frequently Asked Questions about tell-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send conversation summaries to a Feishu group chat?

To send conversation summaries to a Feishu group chat, use a Node.js script to generate a 3-5 sentence digest and deliver it via a configured Feishu webhook as a lark_md interactive card.

Can I secure Feishu webhook notifications with a signature?

Yes, you can secure Feishu webhook notifications by providing an optional secret in the Node.js script, which generates and applies webhook signatures for signed requests to your Feishu group chat.

How do I format Feishu notifications with priority colors?

Formatting Feishu notifications with priority colors involves using lark_md interactive cards, allowing you to apply green, blue, orange, or red visual priority indicators to your conversation summaries.

Does the Feishu webhook notification script work on macOS, Linux, and Windows?

Yes, the Feishu webhook notification Node.js script supports cross-platform delivery, functioning seamlessly across macOS, Linux, and Windows environments for on-demand alerts and meeting summaries.

Do I need a Feishu webhook to summarize conversations and send alerts?

Yes, a configured Feishu webhook is required to summarize conversations and send alerts, while an optional secret is needed if you require webhook signature generation for secure delivery.

What is the best way to automate task handoff alerts in Feishu?

The best way to automate task handoff alerts in Feishu is using a Node.js script that summarizes conversation threads into concise digests and sends them as interactive lark_md cards via webhook.