wiki-summary

GitHub

通过调用维基百科REST API实时获取主题摘要,解决训练数据过时问题。支持事实核查、歧义处理及中英文多语言版本,严格区分原文与模型补充内容,确保信息时效性与准确性。

plugins/pm-live/skills/wiki-summary/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

查询最新百科摘要 核实特定事实 检查文章是否有更新 询问当前人物或事件状态

Install

npx skills add mohitagw15856/pm-claude-skills --skill wiki-summary -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-live/skills/wiki-summary -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@wiki-summary

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill wiki-summary -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "wiki-summary",
    "description": "Fetch Wikipedia's current summary of any topic with zero API keys — the REST summary endpoint via curl, for answers that need today's article rather than training-data memory. Use when asked what does Wikipedia say about X, get me the current summary of a topic, check a fact against Wikipedia, or has this article changed. Produces the live extract with the article link, disambiguation handling, and a clean separation between what Wikipedia says and what the model adds."
}

Wiki Summary Skill

The model already knows what Wikipedia said at training time; this skill fetches what it says now — which matters for anything living: people's roles, company facts, ongoing events, populations, "current CEO" questions. Wikipedia's REST API serves a clean summary per article over keyless HTTPS. The skill's discipline is attribution: the fetched extract is Wikipedia's voice, dated today; anything the model adds around it gets labeled as such.

What This Skill Produces

  • The live extract — Wikipedia's current summary paragraph(s) for the topic, quoted as the source
  • The link and metadata — canonical URL, and the description line ("American computer scientist")
  • Disambiguation handling — when the title is ambiguous, the options, not a guess
  • The command — exact curl, rerunnable

Required Inputs

Ask for these if not provided:

  • The topic — resolved to an article title (spaces → underscores); ambiguous names get the disambiguation treatment, not a silent pick
  • Language edition — en default; the endpoint pattern works on any edition (de.wikipedia.org, ja.wikipedia.org) and the user's question may belong in one
  • Why they're asking — a fact-check wants the specific claim compared; a primer wants the extract; "has this changed" wants fetched-vs-recalled differences called out

Framework: The Endpoint and the Attribution Rules

  1. The call: curl -s "https://en.wikipedia.org/api/rest_v1/page/summary/Alan_Turing" → JSON: title, description, extract (the summary text), content_urls.desktop.page (canonical link), type. URL-encode the title; spaces become underscores.
  2. Search first when the title is uncertain: curl -s "https://en.wikipedia.org/w/rest.php/v1/search/title?q=turing&limit=5" → candidate titles. A type: "disambiguation" response means list the options and ask — a confident summary of the wrong John Smith is worse than a question.
  3. Attribution is the product: the extract is quoted or clearly framed as "Wikipedia currently says…" with the link. Model elaboration goes outside that frame, labeled. A fact-check answer states: the claim, what the live article says, and whether they match.
  4. Freshness honesty both directions: fetched beats recalled for living facts — but Wikipedia itself lags and errs; for high-stakes facts the answer notes it's one (good) source, and breaking-news topics may be mid-edit.
  5. The changed-since-training move: when the fetched extract contradicts what the model would have said, say so explicitly — "training-era memory said X; the live article now says Y" — that delta is often exactly what the user was probing for.

Output Format

[Article title] — [description line]

[The live extract, as Wikipedia's voice]

[Fact-check mode: the claim vs. the extract, verdict stated] [Model additions, if any, under a labeled line]

Source: [canonical article URL] · fetched [date] · rerun: [exact curl] [Disambiguation case: the candidate list and the ask]

Quality Checks

  • The extract is attributed to Wikipedia and dated — never blended into model voice
  • Ambiguous titles produced options, not a guess
  • Fact-checks compare the specific claim to the specific sentence
  • Training-memory vs. live-article deltas are called out when found
  • The canonical URL appears

Anti-Patterns

  • Do not paraphrase the live extract into model voice — the fetch's value is the attribution
  • Do not silently pick among namesakes — disambiguate out loud
  • Do not treat Wikipedia as final authority for high-stakes facts — one good source, framed as such
  • Do not answer "what does Wikipedia say" from memory — that question is a fetch instruction by definition
  • Do not skip the URL — the link is the receipt

Version History

  • 54fad50 Current 2026-07-19 13:04

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
4424fac3
Indexed
2026-07-19 13:04

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 16:30
浙ICP备14020137号-1 $방문자$