技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 1 · 120 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:darinouyang/news-research-summary-skill
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's instructions, requirements, and behavior are coherent with its stated purpose (web research and cited summaries); it requests no credentials, installs, or unusual privileges.
目的
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.
说明范围
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.
安装机制
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.
证书
No environment variables, credentials, or config paths are required. The absence of secrets aligns with the skill's stated purpose.
持久
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.
综合结论
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 agen…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「根据你的要求总结资讯摘要」。简介:Researches news and factual information on the web, then produces a cited, dedu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/darinouyang/news-research-summary-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: news-research-summary
description: Researches news and factual information on the web, then produces a cited, deduplicated summary tailored to constraints (topic, time range, region, sources, language, length, and angle). Use when the user asks to “检索资讯/搜集资料/查新闻/整理资料/做信息汇总/竞品动态/行业动态/政策解读/舆情摘要/日报周报” or requests a summary with sources/links.
---
# 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)
```markdown
## 结论摘要(<= 120 字)
<高密度结论;点出最重要的 1–3 个变化>
## 关键要点
- **要点 1**:<一句话>([来源A](...), [来源B](...))
- **要点 2**:<一句话>([来源](...))
- **要点 3**:<一句话>([来源](...))
## 详情(按主题/时间线)
### <主题或日期>
- <事实 + 影响/背景>([来源](...))
## 影响评估(可选)
- **对谁有影响**:<受影响对象>
- **可能的下一步**:<推演,标注为推测/判断,不当作事实>
## 来源清单
1. <来源标题> — <机构/媒体>(YYYY-MM-DD)[链接](...)
2. ...
## 检索说明(简短)
- **时间范围**:<用户指定或默认>
- **检索关键词**:<3–8 条>
- **筛选标准**:<例如:官方优先/英文优先/地区限制等>
```
## 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](reference.md).
- For example prompts and ideal outputs, read [examples.md](examples.md).