feishu-report

Generate Markdown task reports and send them to Feishu via a Bash script.

9|1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/yangwhale/gpu-tpu-pedia --skill feishu-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-report
Source: https://github.com/yangwhale/gpu-tpu-pedia/tree/main/VibeCoding/claude-code/skills/feishu-report
Command: npx skills add https://github.com/yangwhale/gpu-tpu-pedia --skill feishu-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the delivery of task reports to Feishu, eliminating manual copy-paste and message routing after work is completed.

Core Features & Use Cases

  • Automated report generation: Creates a Markdown-formatted summary from the current session.
  • Feishu delivery: Sends the report to a Feishu channel or user via a configured script.
  • Flexible triggers: Activates when users say phrases like "发到飞书" or "飞书发给我" to streamline communication.

Quick Start

Trigger the feishu-report skill by saying "发到飞书" or "飞书发给我". The system will generate a Markdown report and send it to Feishu using the script at ~/.claude/scripts/send-to-feishu.sh with an appropriate title.

Frequently Asked Questions about feishu-report

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

FAQPage Schema
How do I automatically send task reports to Feishu?

To automatically send task reports to Feishu, trigger the reporting workflow using phrases like "发到飞书". It generates a Markdown summary from your session and uses a Bash script to deliver it to your Feishu channel.

What is the best way to generate Markdown summaries for Feishu notifications?

Generating Markdown summaries for Feishu notifications is handled by extracting conversation data from your current session. It formats the task details into concise Markdown before routing the delivery through a Bash script.

Do I need a Bash script to deliver messages to Feishu channels?

Yes, you need a Bash script located at ~/.claude/scripts/send-to-feishu.sh to execute the delivery. This script acts as the bridge to push the generated Markdown report directly to your specified Feishu channels or individuals.

Can I use this workflow for team task completion notifications in Feishu?

Yes, you can use this workflow for team task completion notifications in Feishu. It is designed for teams needing formatted task summaries delivered to channels or individuals immediately after work is completed.

Why does my automated Feishu report require conversation data?

Automated Feishu reports require conversation data because the system parses the current session history to build the task summary. Without this conversation context, it cannot generate the Markdown content needed for the report.