一键导入
briefing
Compile daily briefing with meeting context, active deals, and citation tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compile daily briefing with meeting context, active deals, and citation tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当用户想了解本体如何开发和使用时使用本技能。它能够通过 CRM 的实际 DEMO,演示以下 6 项能力:1)自然语言数据查询(无需 SQL);2)聚合统计分析;3)字段歧义智能消歧;4)非结构化文本转对象和跨表视图的创建;5)数据操作(周报生成→信息抽取→客户录入→商机任务创建);6)非结构化本体的文档融合检索。你可以通过以下对话唤起本技能:「给我演示一下」「本体能做什么」「怎么创建对象和视图」「结构化和非结构化怎么融合」「帮我查一下客户数据」。
当你想让 Agent 查询或操作你自己定义的业务数据(而不是系统内置数据)时使用本技能。它能够帮你用自然语言定义一张新的数据表,并基于这张表开发出本体对象,设定字段和字段含义,数据自动存入专属 数据表;还能创建跨表视图,让 Agent 同时查询多个对象。定义完成后挂载到当前数字员工,Agent 就能直接查询和操作你的数据了。你可以通过以下对话唤起本技能:「帮我创建一个任务管理对象」「我想建一个拜访记录表,包含客户名、拜访日期、跟进结果」「查看我有哪些本体对象」「把任务对象挂载到我的助理」。
当你有文档、图片、视频等非结构化内容存在知识库里,想让 Agent 能像查结构化数据一样精准检索和操作它们时使用本技能。它能够帮你给非结构化内容打上结构化标签(定义字段,如日期、主题、参会人),让每份文档/图片/视频都带有可查询的属性,实现结构化数据与非结构化内容的融合检索。定义的标签字段相当于表的字段,支持新增、修改、删除操作。与结构化本体的区别在于:内容本身存在知识库里,而不是动态表。你可以通过以下对话唤起本技能:「帮我创建一个会议纪要对象,绑定到我的会议知识库」「我的周报存在知识库里,想让 Agent 能按日期和项目名检索」「查看我的知识库有哪些」「把会议纪要对象挂载到我的助理」。
把任意内容(网页链接、文章、关键词)整理成一份结构化的播客视频大纲,是制作播客视频的第一步, 后续的幻灯片和对话脚本都从这份大纲生成,保证两者内容一致。 只要用户想制作播客视频、把文章变成视频、做一期播客、先规划内容结构, 或者说"做个大纲"、"做播客"、"把这篇文章做成播客",就必须触发此技能—— 即使用户没有提到"大纲",只要目标是制作播客视频就要触发。
根据播客大纲生成双人对话脚本(主持人和嘉宾),对话自然流畅,每句话都标注对应的幻灯片编号, 方便后续配音和视频同步。也可以直接从关键词或文章生成对话脚本。 只要用户想写播客脚本、生成对话、把内容做成两个人聊天的形式、帮我写播客、做播客对白, 就应该触发此技能——即使用户只说"写个脚本"或"把这个做成对话"也要触发。
把幻灯片和播客配音合成为一个带字幕的视频,幻灯片随着对话内容自动切换,字幕逐句出现,是播客视频的最后一步。 只要用户说合成视频、生成视频、把幻灯片和音频合在一起、加字幕、做成视频、最后一步,好了合成吧, 或者前面几步都做完了想收尾,就应该触发此技能——即使用户只说"合成"也要触发。
| name | briefing |
| description | Compile daily briefing with meeting context, active deals, and citation tracking |
| triggers | ["daily briefing","morning briefing","what's happening today"] |
| tools | ["search","query","get_page","list_pages","get_timeline"] |
| mutating | false |
Compile a daily briefing from brain context.
Filing rule: When the briefing creates or updates brain pages, follow
references/_brain-filing-rules.md.
[Source: slug, updated DATE] citation.Hot memory pulse (v0.32). Before composing anything else, run:
gbrain recall --since-last-run --supersessions --pending --rollup --json
Fold the result into the briefing under a "Brain pulse" section at the top:
--supersessions output. Lead
with these because they're new corrections to your model of the world.top_entities from --rollup (top 5 entity slugs by
fact count in the window).facts array under each
entity from the rollup; include kind, notability, and confidence.pending_consolidation_count > 0,
note N facts await dream-cycle consolidation so the operator can decide
whether to run gbrain dream before reading further.The --since-last-run flag advances ~/.gbrain/recall-cursors/<source>.json
so the next briefing picks up exactly where this one left off. If you're
running this as a cron job, pass --source <slug> or set GBRAIN_SOURCE
explicitly — cron doesn't start in your repo-root cwd, so dotfile resolution
may miss the right source. Thin-client installs (gbrain init --mcp-only)
route through the remote brain transparently.
Today's meetings. For each meeting on the calendar:
Active deals. List deal pages in gbrain filtered to active status:
Time-sensitive threads. Open items from timeline entries:
Recent changes. Pages updated in the last 24 hours:
People in play. List person pages in gbrain sorted by recency:
Stale alerts. From gbrain health check:
Before generating any briefing, load context from gbrain systematically.
For every attendee on the calendar invite:
gbrain search "<attendee name>" -- find their brain pagegbrain get <slug> -- load compiled truth, recent timeline, relationship contextBefore drafting or triaging any email:
gbrain search "<sender name>" -- load sender contextRun these queries to populate the briefing sections:
gbrain query "active deals status" -- deal pipeline snapshotgbrain query "meetings this week" -- recent meeting pages with insightsgbrain query "pending commitments follow-ups" -- open threads and action itemsgbrain search --type person --sort updated --limit 10 -- people in playDAILY BRIEFING -- [date]
========================
MEETINGS TODAY
- [time] [meeting name]
Participants: [name] (slug: people/name, [key context])
ACTIVE DEALS
- [deal name] -- [status], deadline: [date]
Recent: [latest timeline entry]
ACTION ITEMS
- [item] -- due [date], related to [slug]
RECENT CHANGES (24h)
- [slug] -- [what changed]
PEOPLE IN PLAY
- [name] -- [why they're active]
If the briefing creates or updates any brain pages (e.g., new meeting prep
pages, updated entity pages), the back-linking iron law applies: every entity
mentioned must have a back-link from their page. See references/_brain-filing-rules.md.
When presenting facts from brain pages, include inline citations:
[Source: slug, updated DATE]. A fact without a citation is unverifiable.