meeting-minutes

Generate structured meeting minutes from templates, sync to Feishu, and track action items. Use when the user asks to create meeting notes (会议纪要/会议记录), summarize a meeting, or generate minutes from discussion context.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meeting-minutes" with this command: npx skills add terrycarter1985/meeting-minutes-cn

Meeting Minutes Skill

Generate structured meeting minutes, sync to Feishu, and track action items.

When to Use

  • User asks to create meeting minutes / 会议纪要 / 会议记录
  • User wants to summarize a meeting or discussion
  • User provides meeting context and wants structured output

Workflow

  1. Gather context: Ask for or infer meeting info (date, attendees, type, agenda, discussion points, action items)
  2. Generate minutes: Use the template at references/template.md — fill in all {{placeholders}}
  3. Sync to Feishu: Use the feishu-doc skill to create a document with the filled content
  4. Track action items: Optionally log action items to memory for follow-up

Template

See references/template.md for the full template with placeholders.

Meeting Types

TypeChineseDescription
brainstorming头脑风暴Creative ideation, no decisions expected
planning规划会Goal setting, roadmap, resource allocation
review评审会Progress check, demo, feedback
retro复盘会Reflection, improvement identification

Feishu Sync

python3 .claude/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {title} - {date}" --content "{minutes_content}"

If the feishu-doc skill is not available, output the minutes as markdown and inform the user.

Action Item Tracking

After creating minutes, add action items to memory/YYYY-MM-DD.md:

### Action Items from: {meeting_title}
- [ ] {action_1} — @{{owner_1}} — due {{deadline_1}}
- [ ] {action_2} — @{{owner_2}} — due {{deadline_2}}

Example

User: "帮我写今天产品评审会的纪要"

→ Fill template with inferred/provided info → Create Feishu doc → Log action items to daily memory → Reply with doc link

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

feishu

No summary provided by upstream source.

Repository SourceNeeds Review
General

Baoyu Post To Weibo

Posts content to Weibo (微博). Supports regular posts with text, images, and videos, and headline articles (头条文章) with Markdown input via Chrome CDP. Use when...

Registry SourceRecently Updated
1.5K1jimliu
General

Baoyu Infographic

Generate professional infographics with 21 layout types and 22 visual styles. Analyzes content, recommends layout×style combinations, and generates publicati...

Registry SourceRecently Updated
2.9K2jimliu
General

Baoyu Translate

Translates articles and documents between languages with three modes - quick (direct), normal (analyze then translate), and refined (analyze, translate, revi...

Registry SourceRecently Updated