← 返回 Skills 市场
Wikipedia MCP
作者
Evan Foglia
· GitHub ↗
· v1.0.0
· MIT-0
349
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wikipedia
功能描述
Access Wikipedia via MCP — search articles, get summaries, random facts, and dinosaur-specific facts. Great for research, hooks, and general knowledge lookups.
安全使用建议
This skill appears to do exactly what it says: run a local MCP server that queries Wikipedia. Before installing, verify the src/server.py file you will execute (the distributed listing was truncated in the packaging log here — confirm the full file contents). Run it from a trusted path, review the code for any unexpected network calls or file I/O, and consider running it in a sandboxed environment if you have concerns. Note: it performs outbound HTTP requests to wikipedia.org (no secrets required). If you prefer to avoid any autonomous background activity, keep the skill user-invocable only or disable autonomous invocation in your agent settings.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and src/server.py all align: this is a local MCP adapter that searches and summarizes Wikipedia via the public REST/Wikipedia API endpoints. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions are limited to installing the requests library and registering the included Python server with mcporter. The server code reads JSON-RPC requests from stdin, calls Wikipedia endpoints, and returns results — behaviour that matches the documented tools. As a precaution, the README/SKILL.md ask the user to point mcporter at a local file path; you should inspect the full src/server.py before running to confirm the distributed copy is the one you expect.
Install Mechanism
No install spec in the registry; SKILL.md suggests 'pip install requests' (a minimal, expected dependency). No remote downloads, archive extraction, or third‑party install scripts are used.
Credentials
The skill declares no required environment variables or credentials. The code sets a User-Agent string with a contact email/URL (harmless metadata). All external network calls go to Wikipedia's public APIs, which require no secrets.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable. It runs as a local MCP server process you register; it does not modify other skills or system-wide configs. Autonomous invocation (disable-model-invocation=false) is the platform default and not in itself suspicious here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wikipedia - 安装完成后,直接呼叫该 Skill 的名称或使用
/wikipedia触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, summary, random, did_you_know, dino_fact tools
元数据
常见问题
Wikipedia MCP 是什么?
Access Wikipedia via MCP — search articles, get summaries, random facts, and dinosaur-specific facts. Great for research, hooks, and general knowledge lookups. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。
如何安装 Wikipedia MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wikipedia」即可一键安装,无需额外配置。
Wikipedia MCP 是免费的吗?
是的,Wikipedia MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wikipedia MCP 支持哪些平台?
Wikipedia MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wikipedia MCP?
由 Evan Foglia(@evanfoglia)开发并维护,当前版本 v1.0.0。
推荐 Skills