Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

agentledger-meeting-assistantAgent 账本会议助理

Agent Skill

agentledger-meeting-assistant 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,949

周安装

362

GitHub Stars

公开资料未说明

下载量

2,809
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentledger-meeting-assistant(Agent 账本会议助理)
来源仓库:https://github.com/clawdssen/agentledger-meeting-assistant
安装命令:
openclaw skills install agentledger-meeting-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentledger-meeting-assistant

简介

agentledger-meeting-assistant 是为个体企业家和专业人士提供的 AI 会议助手。

  • 能根据笔记生成会前简报,并在会议中自动捕获结构化笔记。
  • 支持会后总结提取与行动项跟踪,提升会议效率。
  • 安装命令为 openclaw skills install agentledger-meeting-assistant,需授权日历与邮件访问。
  • 使用前请核实是否触发网络请求或写入系统文件,防止意外权限暴露。

SKILL.md

name
meeting-assistant
version
1.0.0
url
https://github.com/theagentledger/agent-skills
description
AI meeting partner for solopreneurs and professionals. Generates pre-meeting briefs from your notes and context, captures structured meeting notes during the conversation, and produces action item summaries with owners and deadlines. Integrates with project-tracker, inbox-triage, client-relationship-manager, and solopreneur-assistant skills.
tags
[meetings, notes, action-items, productivity, solopreneur, crm, project-management]
platforms
[openclaw, cursor, windsurf, generic]
category
productivity
author
The Agent Ledger
license
CC-BY-NC-4.0

Meeting Assistant

by The Agent Ledger

*Never forget what was decided. Never miss a follow-up. Never walk into a meeting unprepared.*


What This Skill Does

This skill turns your agent into a meeting lifecycle partner that:

  • Prepares you before meetings with a structured brief (context, goals, talking points, open questions)
  • Captures meeting notes in a clean, scannable format during or immediately after calls
  • Extracts action items with owners, deadlines, and priority levels
  • Files meeting records so past decisions are searchable and linkable
  • Follows up by surfacing stale action items and flagging overdue commitments

Works for any meeting type: client calls, team standups, investor conversations, vendor negotiations, one-on-ones, discovery calls, and strategy sessions.


Setup (4 Steps)

Step 1: Add to AGENTS.md

Paste into your AGENTS.md standing instructions:

## Meeting Assistant (Agent Ledger Skill)

You have a meeting management system. For all meeting-related requests:

**Pre-meeting:** When I say "prep for [meeting name]" or "meeting brief", generate a structured brief.
**During/after:** When I say "meeting notes" or "capture notes", create a structured meeting record.
**Action items:** When I say "action items" or "follow-ups", extract and list all commitments.
**Review:** When I say "meeting review" or "open actions", surface unresolved items from recent meetings.

State file: meetings/meeting-log.md (create if missing)
Active actions file: meetings/open-actions.md (create if missing)
Meeting archive: meetings/YYYY-MM/ (organize by month)

Capture format: Brief → Notes → Actions → Filed. Never skip the action item step.

Step 2: Create the Meetings Folder

mkdir -p meetings/open-actions

Your agent will create individual meeting files automatically. The folder structure:

meetings/
  meeting-log.md          ← index of all meetings (title, date, type, key decision)
  open-actions.md         ← running list of unresolved action items across all meetings
  YYYY-MM/
    YYYY-MM-DD-meeting-name.md   ← individual meeting records

Step 3: Initialize Your State Files

Ask your agent:

"Initialize my meeting assistant. Create meetings/meeting-log.md and meetings/open-actions.md with the standard format."

It will create:

meetings/meeting-log.md:

# Meeting Log

| Date | Meeting | Type | Key Decision | File |
|------|---------|------|--------------|------|
| (populated automatically) |

meetings/open-actions.md:

# Open Action Items

Last reviewed: YYYY-MM-DD

| # | Action | Owner | Due | Meeting | Status |
|---|--------|-------|-----|---------|--------|
| (populated automatically) |

Step 4: Run Your First Brief

Try: *"Prep brief for a 30-minute sales discovery call with [Company Name]. They're interested in [product/service]. I've spoken to them once before."*


Usage Patterns

Pre-Meeting Brief

Trigger: "Prep brief for [meeting]" or "meeting brief: [details]"

What to include: meeting name, attendees, duration, purpose, any prior context

Example:

"Prep brief for weekly client check-in with Acme Corp. 30 min. Status update on their Q1 project. Last call we agreed on revised timeline."

Output format:

## Meeting Brief — Acme Corp Weekly Check-in
**Date/Time:** [to confirm]
**Duration:** 30 min
**Attendees:** [you] + Acme Corp contact(s)
**Meeting Type:** Client check-in

### Context
[Summary of relationship, project background, last touchpoint]

### Goals for This Meeting
1. [Primary goal]
2. [Secondary goal]

### Talking Points
- [Key update to share]
- [Decision that needs resolution]
- [Question to ask]

### Open Items from Last Meeting
- [ ] [Unresolved action from prior call]

### Questions to Ask
- [Question 1]
- [Question 2]

### Watch For
- [Potential concern or signal to notice]

Capture Meeting Notes

Trigger: "Meeting notes: [paste or dictate what happened]" or "Capture this meeting: [details]"

Example:

"Meeting notes: Acme call, 45 min. Sarah and Tom attended. They approved the revised scope. Tom raised concern about the March deadline — wants a buffer week. We agreed to move delivery to March 14. Sarah will send updated contract by EOD Friday. I'll send revised project plan by Wednesday."

Output format:

## Meeting Notes — Acme Corp Weekly Check-in
**Date:** YYYY-MM-DD
**Duration:** 45 min
**Attendees:** [You], Sarah (Acme), Tom (Acme)
**Meeting Type:** Client check-in

### Summary
[2-3 sentence recap of what happened and what was decided]

### Key Decisions
- [Decision 1]
- [Decision 2]

### Discussion Notes
- [Topic 1]: [What was said]
- [Topic 2]: [What was said]

### Action Items
| # | Action | Owner | Due | Priority |
|---|--------|-------|-----|----------|
| 1 | Send updated contract | Sarah (Acme) | EOD Fri | High |
| 2 | Send revised project plan | You | Wed | High |

### Open Questions
- [Unresolved question from meeting]

### Next Meeting
[Date/topic if scheduled, or "TBD"]

Extract Action Items Only

Trigger: "Pull action items from [meeting notes or description]"

Use when: You have raw notes and just need the action list extracted and formatted.

Output format:

## Action Items — [Meeting Name] (YYYY-MM-DD)

**Your actions:**
- [ ] [Action] — due [date]
- [ ] [Action] — due [date]

**Others' actions (to follow up on):**
- [ ] [Name]: [Action] — due [date]

**Added to open-actions.md:** ✅

Weekly Action Review

Trigger: "Meeting review" or "open actions" or "what's overdue?"

What it does: Scans meetings/open-actions.md, flags overdue items, and surfaces commitments due this week.

Output format:

## Open Actions Review — Week of YYYY-MM-DD

### 🔴 Overdue
- [ ] [Action] | Owner: [name] | Was due: [date] | From: [meeting]

### 🟡 Due This Week
- [ ] [Action] | Owner: [name] | Due: [date] | From: [meeting]

### ✅ Completed Since Last Review
- [x] [Action] | Closed: [date]

### 📋 On Deck (Next 2 Weeks)
- [ ] [Action] | Owner: [name] | Due: [date]

---
Total open: [N] | Overdue: [N] | Due this week: [N]

Close Action Item

Trigger: "Close action [#] from [meeting]" or "mark done: [description]"

What it does: Marks the item complete in open-actions.md with a closed date, and updates the source meeting file.


Meeting Type: Discovery Call

Trigger: "Discovery brief for [prospect]" or "prep discovery call with [name/company]"

Extra output sections:

### Discovery Objectives
- Understand their current situation
- Identify the core problem they're trying to solve
- Qualify: budget, timeline, decision-maker
- Assess fit

### BANT Quick-Capture
- **Budget:** [to learn]
- **Authority:** [who decides?]
- **Need:** [what problem are they solving?]
- **Timeline:** [when do they need this?]

### Qualification Signal
- Green flags: [what would make this a strong fit]
- Red flags: [what would disqualify them]

Meeting Type: One-on-One

Trigger: "1:1 notes with [name]" or "prep my 1:1 with [name]"

Extra output sections:

### Running Agenda (from last sessions)
- [Carry-forward item]

### This Week's Check-in Points
- Wins since last 1:1
- Blockers / needs support on
- Feedback to give / receive
- Goals progress

### Relationship Notes
- [Anything to remember about this person or dynamic]

Meeting Types Reference

TypePrep DepthNotes DetailAction Focus
Discovery/SalesDeepMediumQualify → Next step
Client check-inMediumFullCommitments + deadlines
Strategy sessionDeepFullDecisions + owners
Team standupLightBriefBlockers only
Vendor/PartnerMediumFullContract + deliverables
1:1MediumFullGrowth + accountability
Board/InvestorDeepFullDecisions + KPIs

File Naming Convention

Meeting files are named: YYYY-MM-DD-[meeting-slug].md

Examples:

  • 2026-03-07-acme-weekly.md
  • 2026-03-10-discovery-rivercity.md
  • 2026-03-12-team-standup.md

The agent handles naming automatically when you say "file this meeting."


Integration with Other Agent Ledger Skills

SkillHow They Connect
client-relationship-managerAuto-update CRM after client meetings; pull client history into pre-meeting brief
project-trackerLink meeting action items to project milestones; flag project-blocking decisions
inbox-triageMeeting invites get triaged with context; follow-up emails drafted from action items
solopreneur-assistantMeeting frequency and commitments feed into weekly priority review
goal-trackerStrategic meetings update goal progress; decisions logged against relevant goals
decision-logSignificant meeting decisions auto-captured to decision log for future reference

Combined Workflow Example (CRM + Meeting)

"Prep brief for discovery call with Riverside Design. Check their CRM record first."

Agent will:

  1. Pull Riverside Design record from crm/crm-records.md
  2. Check interaction log for prior touchpoints
  3. Generate meeting brief incorporating relationship history
  4. After meeting: update CRM interaction log + advance deal stage if qualified

Customization

Adjust Brief Depth

In AGENTS.md, add your preference:

## Meeting Brief Depth
- Discovery/Sales calls: Full brief (context, goals, BANT, qualification signals)
- Client check-ins: Standard brief (context, goals, open items)
- Internal calls: Light brief (agenda + open actions only)
- Ad-hoc calls: Minimal (goals + open questions only)

Auto-Archive After N Days

## Meeting Archive Rule
After 30 days, meeting files in meetings/ can be moved to meetings/archive/YYYY-MM/
Keep open-actions.md current regardless of file age.

Default Meeting Timezone

## Meeting Timezone
Default timezone for all meetings: [Your timezone]
Always include timezone when noting scheduled follow-ups.

Recurring Meeting Templates

For meetings you have weekly, set up recurring context:

## Recurring Meetings
- Weekly client call (Mondays, [Client Name]): standard check-in, always 30 min
- Friday retrospective (Fridays, internal): wins/blockers/next week priorities

Troubleshooting

ProblemLikely CauseFix
Brief is too genericNot enough context providedInclude: attendee names, meeting history, current project status
Action items missedNotes too informalSay "pull action items" separately after capturing notes
Open-actions.md getting clutteredItems not being closedRun "meeting review" weekly; close completed items explicitly
Agent loses CRM contextNot linking skillsIn AGENTS.md, explicitly mention "check CRM before client meeting briefs"
Wrong meeting type formatDefault brief usedSpecify meeting type: "discovery brief" or "1:1 prep"

Privacy Note

All meeting notes and action items are stored locally in your workspace. Nothing is shared or transmitted externally. Meeting records may contain sensitive business information — treat the meetings/ folder accordingly.

The agent will never automatically send meeting notes or action items to anyone. All outbound communication (follow-up emails, Slack messages) requires your explicit instruction.


*Meeting Assistant is a free skill by The Agent Ledger — a newsletter about building AI systems that actually work.*

*Subscribe at theagentledger.com for more skills, blueprints, and the premium implementation guide.*

*License: CC-BY-NC-4.0*

*DISCLAIMER: This skill was created by an AI agent. It is provided "as is" for informational and educational purposes only. It does not constitute professional, financial, legal, or technical advice. Review all generated files before use. The Agent Ledger assumes no liability for outcomes resulting from use. Use at your own risk.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.68%
按下载量换算2,098

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills