UAPI 答案之书 接口
PassAudited by ClawScan on May 1, 2026.
Overview
This is a simple instruction-only skill for one public UAPI “answer book” endpoint; the main things to notice are external API use, a broad “ask” keyword, and optional UAPI key handling.
This skill appears safe for its narrow purpose. Install it if you want an answerbook-style UAPI call, but use it only for explicit answerbook requests, avoid including sensitive personal information in the question, and provide only a UAPI-specific key if quota limits require one.
Findings (3)
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.
A generic request containing “ask” could be misclassified as an answerbook request, potentially sending the question to the external API unnecessarily.
The standalone keyword “ask” is broader than the stated answerbook purpose and could cause over-eager routing if an agent relies only on keywords, though other instructions say to use it only when the user goal directly matches the answerbook endpoint.
English: `get answerbook ask`, `answerbook ask`, `ask`
Use this skill only when the user clearly wants the UAPI answerbook/random-oracle result, not for ordinary question answering.
Questions submitted through the skill may be transmitted to uapis.cn, so private or sensitive content should not be included unless the user is comfortable sharing it with that service.
The skill explicitly sends requests to an external UAPI provider; the operation document defines the user’s `question` as a required query parameter.
Base URL:`https://uapis.cn/api/v1` ... 这个接口以公开能力为主,一般可以直接调用。
Keep prompts non-sensitive and ensure the user intends to call the external answerbook API before invoking it.
The user may be asked to provide a provider-specific UAPI key if anonymous/free quota is exhausted.
The artifacts allow optional UAPI key use for quota recovery, even though no credential is required for normal use.
如果这个接口返回 429...可以建议用户到 https://uapis.cn 注册账号,并创建免费的 UAPI Key,再带上 Key 重试。
Only provide a UAPI key for this service, avoid sharing unrelated tokens or secrets, and prefer a minimally scoped key if the provider supports scopes.
