用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill knowledge-synthesis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | knowledge_synthesis |
| description | Gather information from multiple sources and synthesize it into a structured knowledge brief |
| metadata | {"openclaw":{"tags":["enterprise-search","synthesis","knowledge","brief"]}} |
Gather information from multiple connected sources on a specific topic and synthesize it into a comprehensive, structured knowledge brief. Unlike a simple search that returns a list of results, this skill reads, analyzes, and produces an original synthesis document.
Activate this skill when the user wants to:
Clarify what the user wants synthesized:
If the user did not specify these, make reasonable assumptions and state them.
Use capability_execute with the following parameters:
research.web_searchenterprise-searchquery: the topic, phrased for web searchmaxResults: 15Extract key facts, recent developments, and authoritative sources. Note the publication date and source credibility for each finding.
Skip this step if the user asked for internal-only synthesis.
Use capability_execute with the following parameters:
docs.search_filesenterprise-searchquery: the topicmaxResults: 20sortBy: "relevance"Identify the most relevant internal documents. For each document, extract:
Use capability_execute with the following parameters:
mail.read_inboxenterprise-searchquery: the topicmaxResults: 15dateRange: the time range if specified, otherwise last 90 daysLook for:
Use capability_execute with the following parameters:
chat.search_messagesenterprise-searchquery: the topicmaxResults: 15channels: relevant channels if identifiableLook for:
This capability is optional. If it returns needs_setup, proceed without chat data
and note the gap in the final brief.
Before writing the brief:
If the user wants the brief saved as a document, use capability_execute:
docs.create_briefenterprise-searchtitle: "Knowledge Brief: {topic}"content: the formatted brief contentfolder: user-specified location or defaultThis capability is optional. If it returns needs_setup, present the brief
inline and let the user know they can save it manually.
## Knowledge Brief: {topic}
**Prepared for:** {audience or "General"}
**Date:** {current date}
**Scope:** {internal / external / both}
**Sources consulted:** {count} documents, {count} emails, {count} chat threads, {count} web sources
---
### Executive Summary
{3-5 sentence overview of the most important findings. This should stand alone
as a useful summary for someone who reads nothing else.}
### Background
{2-3 paragraphs establishing context. What is the topic? Why does it matter?
What has happened recently?}
### Key Findings
**1. {Finding title}**
{2-3 paragraphs detailing this finding. Include specific data points, quotes,
or references where available.}
Sources: {list of sources that support this finding}
**2. {Finding title}**
{2-3 paragraphs}
Sources: {list of sources}
**3. {Finding title}**
{2-3 paragraphs}
Sources: {list of sources}
[... additional findings as warranted ...]
### Internal Perspective
{What does the organization's own documentation and communication say about
this topic? Summarize internal discussions, decisions, and stated positions.}
### External Perspective
{What do external sources say? Market context, competitor activity, industry
trends, analyst opinions.}
### Timeline
| Date | Event | Source |
|------|-------|--------|
| {date} | {event} | {source} |
| {date} | {event} | {source} |
### Open Questions
- {question that remains unanswered}
- {question that emerged during research}
- {area where sources conflict}
### Recommendations
1. {actionable recommendation based on findings}
2. {recommendation}
3. {recommendation}
---
**Sources:** {numbered list of all sources cited}
**Gaps:** {note any sources that were unavailable}
For quick summaries, condense to Executive Summary + Key Findings + Open Questions.