UAPI 查询 MC 玩家 接口
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Minecraft player lookup requests are handled by UAPI, so the queried username is shared with that external service.
The skill is designed to call a third-party UAPI endpoint rather than perform the lookup locally, so the Minecraft lookup value is sent to that provider.
方法:`GET` ... 路径:`/game/minecraft/userinfo` ... Base URL:`https://uapis.cn/api/v1`
Use it only for Minecraft player lookups you are comfortable sending to UAPI, and avoid including unrelated personal or sensitive information.
If quota limits are hit, the user may be asked to provide a UAPI key, which can identify their UAPI account and consume their quota.
No credential is required at install time, but the instructions may lead the agent to request or use a UAPI key if anonymous quota is exhausted.
可以建议用户到 https://uapis.cn 注册账号,并创建免费的 UAPI Key,再带上 Key 重试。
Provide only a UAPI-specific key if needed, keep it revocable, and do not paste unrelated account credentials or secrets.
The skill may be selected for a Minecraft server-status or name-history request even though the artifacts only document a username-to-UUID/skin lookup.
The server status and name history triggers are broader than the documented single player-userinfo endpoint, which could cause the agent to choose this skill for unsupported Minecraft tasks.
Use when the user wants ... minecraft player lookup, minecraft server status, minecraft name history ...
Use this skill for Minecraft player userinfo lookups only; choose another tool for server status or name history.
