← Back to Skills Marketplace
150
Downloads
1
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install moegirlpedia-mediawiki-api
Description
经过身份认证访问萌娘百科(Moegirlpedia)的 MediaWiki API,用于页面搜索、解析 wikitext、获取页面内容、分类、分类前缀匹配、分类成员、页面摘要、当前用户权限、监视列表简报及最近更改简报。萌娘百科的大部分 API 要求登录后才可使用。当 OpenClaw 需要获取萌娘百科数据时,请使...
Usage Guidance
This skill appears to be what it says: an authenticated client for Moegirlpedia's MediaWiki API. If you install it, you will give it a bot password that can read data tied to that account (and, depending on permissions, view the user's watchlist). Follow the SKILL.md advice: create a dedicated bot-password (not your main password), grant only the minimum permissions needed, consider IP restrictions and a narrow "allowed pages" scope, and rotate the bot-password regularly. If you want extra assurance, review the bundled dist/index.js or verify the upstream GitHub repository before use (the registry's Source field is listed as unknown even though the SKILL.md/package.json point to GitHub).
Capability Analysis
Type: OpenClaw Skill
Name: moegirlpedia-mediawiki-api
Version: 0.7.0
The skill provides a legitimate interface for interacting with the Moegirlpedia MediaWiki API. It supports authenticated operations such as searching, fetching page content, and summarizing recent changes or watchlists. The code (dist/index.js) correctly handles sensitive credentials (MOEGIRLPEDIA_BOT_PASSWORD) by using them only for authentication against the official Moegirlpedia endpoint (mzh.moegirl.org.cn). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions in SKILL.md regarding password rotation reminders are consistent with secure bot management practices.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required binaries (node, bash), declared env vars (MOEGIRLPEDIA_USERNAME, MOEGIRLPEDIA_BOT_PASSWORD), and the bundled Node runtime all match the purpose of authenticated MediaWiki API access. Minor note: registry 'Source: unknown' while SKILL.md and package.json reference a GitHub repo; this is an informational mismatch but does not change capability alignment.
Instruction Scope
SKILL.md limits actions to MediaWiki API operations, explains required env vars, describes commands to run (scripts/run.sh -> node dist/index.js), output format, and pagination behavior. It asks the agent to record/ask about bot-password rotation date (agent memory), which is reasonable for operational hygiene and does not request unrelated system files or secrets.
Install Mechanism
No external install/download steps are declared. The skill ships bundled JS (dist/index.js) and a small runner script; running the skill executes local bundled code. There are no download URLs, URL shorteners, or extraction steps in the install spec.
Credentials
Only MOEGIRLPEDIA_USERNAME and MOEGIRLPEDIA_BOT_PASSWORD are required, which are exactly the credentials needed for authenticated MediaWiki access. Primary credential is the bot password as expected. The SKILL.md even recommends limited bot-password permissions and IP restrictions.
Persistence & Privilege
The skill does not request 'always: true' and uses normal autonomous invocation defaults. It does not request system config paths or other skills' credentials. Running it will execute bundled code but that is consistent with the skill's function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moegirlpedia-mediawiki-api - After installation, invoke the skill by name or use
/moegirlpedia-mediawiki-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.7.0
Release v0.7.0
v0.6.4
Release v0.6.4
v0.6.3
Release v0.6.3
v0.6.2
Release v0.6.2
v0.6.1
Release v0.6.1
v0.6.0
Release v0.6.0
v0.5.2
Release v0.5.2
v0.5.0
Release v0.5.0
v0.4.3
Release v0.4.3
v0.4.2
Release v0.4.2
Metadata
Frequently Asked Questions
What is moegirlpedia-mediawiki-api?
经过身份认证访问萌娘百科(Moegirlpedia)的 MediaWiki API,用于页面搜索、解析 wikitext、获取页面内容、分类、分类前缀匹配、分类成员、页面摘要、当前用户权限、监视列表简报及最近更改简报。萌娘百科的大部分 API 要求登录后才可使用。当 OpenClaw 需要获取萌娘百科数据时,请使... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install moegirlpedia-mediawiki-api?
Run "/install moegirlpedia-mediawiki-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is moegirlpedia-mediawiki-api free?
Yes, moegirlpedia-mediawiki-api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does moegirlpedia-mediawiki-api support?
moegirlpedia-mediawiki-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created moegirlpedia-mediawiki-api?
It is built and maintained by AnnAngela (@annangela); the current version is v0.7.0.
More Skills