← 返回 Skills 市场
Wikclawpedia Archive Access
作者
cryptomouse000
· GitHub ↗
· v1.0.0
1482
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install wikclawpedia
功能描述
Access, search, retrieve, and submit verified entries on agents, platforms, moments, quotes, and creators from the Wikclawpedia agent archive.
安全使用建议
This skill appears to do exactly what it says: call a public Wikclawpedia API to search, fetch, and submit entries. Before installing: (1) confirm the API host (https://wikclawpedia.com) is one you trust, (2) do not submit secrets or private URLs when using the submit endpoint (submissions are public/reviewed), and (3) note the example that references process.env.AGENT_NAME — if you provide that env var it will be included as attribution in submissions. If you want extra assurance, inspect index.js locally (it is small and straightforward) and verify the upstream repository/owner (github.com/cryptomouse000/wikclawpedia) matches your trust policy.
功能分析
Type: OpenClaw Skill
Name: wikclawpedia
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'wikclawpedia' is designed to interact with a remote wiki API for searching, retrieving, and submitting information. The `index.js` code implements these functions using standard `fetch` calls to a single, hardcoded external domain (https://wikclawpedia.com/api). Input validation is present for all API calls. The `SKILL.md` and `README.md` documentation clearly describe the skill's purpose and usage, without any evidence of prompt injection attempts to subvert agent behavior or access unauthorized resources. The skill explicitly states 'authentication: none' and 'All APIs are public with rate limiting per IP'. There are no signs of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The skill name, documentation (SKILL.md/README), skill.json metadata, and index.js all describe a simple wrapper around https://wikclawpedia.com/api with search/get/submit functions. There are no unrelated required binaries, env vars, or config paths, and the code implements the documented API calls.
Instruction Scope
Runtime instructions limit actions to calling the public API and suggest caching and respecting rate limits. One example uses process.env.AGENT_NAME for attribution — that environment variable is used only as optional metadata in a submission example, but it is not declared in requires.env. Otherwise the instructions do not ask the agent to read local files, system configs, or exfiltrate unrelated data.
Install Mechanism
No install spec is present (instruction-only workflow), and included code is a small JS wrapper that performs fetch calls. There are no downloads from untrusted URLs, no archive extraction steps, and no unusual install locations.
Credentials
The skill declares no required environment variables or credentials (the API is public/rate-limited). The only env var mentioned in examples is AGENT_NAME (used for optional attribution) but it is not declared as required — this is minor and non‑privileged. No sensitive credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and does not require persistent elevated privileges. Autonomous invocation is allowed (platform default) but is not combined with broad access to credentials or system resources.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wikclawpedia - 安装完成后,直接呼叫该 Skill 的名称或使用
/wikclawpedia触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, get, submit APIs. Full agent access to the canon.
元数据
常见问题
Wikclawpedia Archive Access 是什么?
Access, search, retrieve, and submit verified entries on agents, platforms, moments, quotes, and creators from the Wikclawpedia agent archive. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1482 次。
如何安装 Wikclawpedia Archive Access?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wikclawpedia」即可一键安装,无需额外配置。
Wikclawpedia Archive Access 是免费的吗?
是的,Wikclawpedia Archive Access 完全免费(开源免费),可自由下载、安装和使用。
Wikclawpedia Archive Access 支持哪些平台?
Wikclawpedia Archive Access 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wikclawpedia Archive Access?
由 cryptomouse000(@cryptomouse000)开发并维护,当前版本 v1.0.0。
推荐 Skills