← 返回 Skills 市场
darinouyang

根据你的要求总结资讯摘要

作者 darinouyang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
304
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install news-research-summary-skill
功能描述
Researches news and factual information on the web, then produces a cited, deduplicated summary tailored to constraints (topic, time range, region, sources,...
使用说明 (SKILL.md)

News Research & Summary

Quick start (do this every time)

  1. Clarify requirements from the user prompt; if missing, assume sensible defaults:
    • Topic + scope, time window, region/language, target audience, desired length, and what counts as “可信来源”.
    • Default time window: last 7 days unless user specifies otherwise.
    • Default output language: match the user’s language.
  2. Create a search plan (3–8 queries) that covers:
    • Primary keywords + synonyms + entities (people/orgs/products).
    • Time constraint using the current year.
    • “official / announcement / press release / regulator / filing” variants when relevant.
  3. Use web search to collect sources, prioritizing:
    • Primary sources (official sites, regulators, standards bodies, court docs, academic publishers).
    • Reputable secondary sources (major newsrooms, established trade press).
  4. Triangulate:
    • For every key claim, confirm with ≥2 independent sources when possible.
    • If only 1 source exists, label it explicitly as “single-source”.
  5. Deduplicate:
    • Merge rewrites of the same story; keep the earliest/most primary source as the lead citation.
  6. Summarize with citations:
    • Every bullet that contains a factual claim must include at least one source link.
    • Use markdown links; avoid bare URLs.

Output format (always use this template)

## 结论摘要(\x3C= 120 字)
\x3C高密度结论;点出最重要的 1–3 个变化>

## 关键要点
- **要点 1**:\x3C一句话>([来源A](...), [来源B](...))
- **要点 2**:\x3C一句话>([来源](...))
- **要点 3**:\x3C一句话>([来源](...))

## 详情(按主题/时间线)
### \x3C主题或日期>
- \x3C事实 + 影响/背景>([来源](...))

## 影响评估(可选)
- **对谁有影响**:\x3C受影响对象>
- **可能的下一步**:\x3C推演,标注为推测/判断,不当作事实>

## 来源清单
1. \x3C来源标题> — \x3C机构/媒体>(YYYY-MM-DD)[链接](...)
2. ...

## 检索说明(简短)
- **时间范围**:\x3C用户指定或默认>
- **检索关键词**:\x3C3–8 条>
- **筛选标准**:\x3C例如:官方优先/英文优先/地区限制等>

Quality & safety rules

  • Do not invent sources or quotes.
  • If dates/numbers conflict across sources, report the discrepancy and cite both.
  • Separate fact vs analysis:
    • Facts: must be cited.
    • Analysis/judgment: label clearly as “分析/判断/推测”.
  • Prefer direct citations to the original document over aggregator reposts.

When requirements are underspecified (default behavior)

  • If the user says “按要求检索资讯并总结” but provides no constraints:
    • Ask up to 3 targeted questions only if needed to avoid wrong scope.
    • Otherwise proceed with defaults (last 7 days, global, bilingual query set, 8–12 sources).

Additional resources

  • For search query patterns, source credibility heuristics, and citation practices, read reference.md.
  • For example prompts and ideal outputs, read examples.md.
安全使用建议
This skill appears internally consistent and low-risk: it asks for no credentials or installs and only contains instructions for web research and citation. Before enabling it, confirm that your agent runtime actually provides a reliable web-search/browsing tool (otherwise the model may invent sources). Also: always spot-check the cited links and dates in outputs — the skill emphasizes not inventing sources, but verification depends on the agent's access to the web. If you have domain restrictions (e.g., internal-only sources or disallowed websites), configure or restrict browsing accordingly.
功能分析
Type: OpenClaw Skill Name: news-research-summary-skill Version: 1.0.1 The skill bundle provides a well-structured framework for an AI agent to perform news research and summarization. It includes detailed instructions in SKILL.md and reference.md for query design, source triangulation, and citation discipline, with no evidence of malicious intent, data exfiltration, or harmful prompt injection. The logic is entirely focused on factual information gathering and reporting.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes web search, source triage, deduplication, and cited summaries — all directly relevant to a news-research summary skill. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions consistently stay within the researcher/summarizer role (search, verify, cite, dedupe). One operational note: the skill assumes the agent has web-search/browsing capability to fetch links; if the runtime doesn’t provide browsing, the model may hallucinate sources. This is a correctness/operational risk rather than a security incoherence.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install profile. Nothing is written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are required. The absence of secrets aligns with the skill's stated purpose.
Persistence & Privilege
always is false; skill is user-invocable and can be invoked autonomously by the agent per platform defaults. It does not request persistent or cross-skill privileges or modify system/other-skill configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-research-summary-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-research-summary-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No functional or documentation changes in this version. - Version bump only; all skill instructions and output templates remain unchanged.
v1.0.0
- Initial release of the "news-research-summary" skill. - Provides cited, deduplicated news and information summaries based on user-defined constraints (topic, time range, region, sources, language, length, and angle). - Follows a structured output template, including summary, key points with sources, detailed timeline/themes, impact analysis, source list, and search methodology. - Prioritizes primary and reputable secondary sources, ensuring triangulation and explicit source labeling for single-source claims. - Incorporates strict guidelines to separate fact from analysis and maintain citation quality.
元数据
Slug news-research-summary-skill
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

根据你的要求总结资讯摘要 是什么?

Researches news and factual information on the web, then produces a cited, deduplicated summary tailored to constraints (topic, time range, region, sources,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。

如何安装 根据你的要求总结资讯摘要?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-research-summary-skill」即可一键安装,无需额外配置。

根据你的要求总结资讯摘要 是免费的吗?

是的,根据你的要求总结资讯摘要 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

根据你的要求总结资讯摘要 支持哪些平台?

根据你的要求总结资讯摘要 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 根据你的要求总结资讯摘要?

由 darinouyang(@darinouyang)开发并维护,当前版本 v1.0.1。

💬 留言讨论