← Back to Skills Marketplace
darinouyang

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

by darinouyang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
304
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install news-research-summary-skill
Description
Researches news and factual information on the web, then produces a cited, deduplicated summary tailored to constraints (topic, time range, region, sources,...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-research-summary-skill
  3. After installation, invoke the skill by name or use /news-research-summary-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug news-research-summary-skill
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 根据你的要求总结资讯摘要?

Researches news and factual information on the web, then produces a cited, deduplicated summary tailored to constraints (topic, time range, region, sources,... It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.

How do I install 根据你的要求总结资讯摘要?

Run "/install news-research-summary-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 根据你的要求总结资讯摘要 free?

Yes, 根据你的要求总结资讯摘要 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 根据你的要求总结资讯摘要 support?

根据你的要求总结资讯摘要 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 根据你的要求总结资讯摘要?

It is built and maintained by darinouyang (@darinouyang); the current version is v1.0.1.

💬 Comments