Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Feishu Doc Summarizer

ASecurity

"Summarize Feishu/Lark cloud documents the user can read. Use when

14 stars
0 votes
0 copies
2 views
Added 9/7/2026
business

Security Analysis

A100/100

Scanned 9/7/2026

Install to Claude Code

$npx -y skills add modbender/skill-library-mcp --skill feishu-doc-summarizer --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Feishu Doc Summarizer?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Feishu Doc Summarizer
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/modbender-feishu-doc-summarizer/badge)](https://www.skillsdirectory.com/skills/modbender-feishu-doc-summarizer)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: feishu-doc-summarizer
description: "Summarize Feishu/Lark cloud documents the user can read. Use when
  the user sends a Feishu doc link (docx or wiki) and expects an auto summary
  without extra instructions, or explicitly asks to summarize a Feishu document.
  Workflow: resolve wiki to docx, read doc content via feishu_doc, summarize
  using the user’s fixed summary schema from MEMORY.md, and send the summary
  back to the current chat."
---


# Feishu Doc Summarizer

## Overview

Given a Feishu/Lark document link (docx or wiki), read the document content and reply in-chat with a structured summary following the user’s fixed schema stored in MEMORY.md.

## Workflow

### 0) Input detection

- Trigger when the user message contains a Feishu/Lark **docx** link like:
  - `https://...larkoffice.com/docx/DOC_TOKEN`
- Also trigger when the user message contains a Feishu/Lark **wiki** link like:
  - `https://...larkoffice.com/wiki/WIKI_TOKEN`

The user may provide **no additional instructions**; default to summarizing.

### 1) Resolve link → doc token (if needed)

- If it is a **docx link**: extract `doc_token` directly.
- If it is a **wiki link**:
  - Use `feishu_wiki(action=get, token=wiki_token)` to resolve the underlying object.
  - If the object type is `docx`, extract its doc token.
  - If not docx, tell the user what type it is and what you can support.

### 2) Read document content

- Use `feishu_doc(action=read, doc_token=doc_token)` to retrieve the full document content.
- If permissions fail or content is empty, ask the user to confirm they granted read access.

### 3) Summarize with the fixed schema (from memory)

- Before drafting, retrieve the summary schema from memory (search MEMORY.md for “Feishu 云文档摘要偏好” / “固定模板”).
- Produce the summary strictly following the section order and rules in memory.
- **Citations**: In the “引用原文片段” section, only quote text that appears in the document; do not fabricate.

#### Long documents

If the document is very long:
1) Chunk by headings/paragraph groups, summarize each chunk briefly.
2) Merge chunk summaries into the final schema.
3) Keep “引用原文片段” short and representative.

### 4) Reply back to the user

- Send the final formatted summary back to the current conversation.
- Include the original link in “文档元信息/链接”.

## Output format (must follow memory)

Follow the user’s schema in MEMORY.md exactly; keep missing items as “无/未知” rather than removing sections.

Attribution

modbendermodbender
View sourceMore from modbender →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →