modelscope.cn

wikipedia-search

Wikipedia article search and retrieval

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,650 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Wikipedia

Available Tools

  • wikipedia_search(query): Search Wikipedia for articles matching a query.

- query (string, required): Search query

  • wikipediagetarticle(title, summary_only?): Get content of a Wikipedia article by exact title.

- title (string, required): Article title (case-sensitive, use exact title from search results) - summary_only (boolean, optional, default: false): Return only the summary instead of full text

Usage Guidelines

  • Only English Wikipedia is supported. Translate non-English queries to English before searching.
  • Use wikipediasearch first to find the correct article title, then wikipediaget_article for full content.
  • Article titles are case-sensitive — use the exact title from search results.
  • Use summary_only=true for quick factual lookups when full article content isn't needed.
  • Wikipedia content is best for background information, definitions, and historical context.

Citation Format

When presenting information from Wikipedia, wrap every specific claim in <cite> tags:

<cite source="Wikipedia: ARTICLE_TITLE" url="https://en.wikipedia.org/wiki/ARTICLE_TITLE">claim text</cite>

Rules:

  • Cite factual claims, statistics, dates, and specific information from articles.
  • The source attribute should include the article title (e.g., "Wikipedia: Quantum Computing").
  • The url attribute should contain the Wikipedia article URL.
  • Do NOT cite your own reasoning or general knowledge.
  • Use the minimum number of citations necessary to support claims.