← Back to Skills Marketplace
markma84

wiki-manager

by MarkMa84 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
88
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wiki-manager
Description
管理基于单一JSON索引的wiki关键词池,支持核心、缓冲、新词三池循环,自动升降级及淘汰机制,保持索引稳定不膨胀。
Usage Guidance
This skill appears to do what it says (manage wiki.json with three pools) but take three precautions before installing: 1) Ensure the runtime environment has jq (or update the skill metadata to require/install it); otherwise the provided shell commands will fail. 2) Inspect any existing wiki.json entries and agree what paths are allowed in the source field — the skill's instructions will read files at those paths (e.g., memory/..., skills/...), which could expose unrelated local data if entries point to sensitive locations. 3) If you plan to let the agent run autonomously, consider limiting file-read permissions or adding explicit whitelists for source paths and add tests to prevent accidental exfiltration of secrets. If the authors can declare jq as a required binary and document/limit which source paths are valid, the remaining concerns would be resolved.
Capability Analysis
Type: OpenClaw Skill Name: wiki-manager Version: 1.0.0 The skill bundle provides a structured system for an AI agent to manage a local keyword index (wiki.json) using standard shell utilities like jq and cat. The instructions in SKILL.md and DESIGN.md are focused on internal memory management, including search, backup, and entry rotation logic, without any evidence of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
Name/description align with the provided instructions: a single wiki.json and three-pool lifecycle. However SKILL.md relies on the jq command (and standard shell tools like cat/cp) while the skill metadata declares no required binaries — this is an undeclared dependency that should be declared or removed.
Instruction Scope
Instructions use exec to run shell commands (cat, jq, cp) and explicitly tell the agent to read files referenced in entry.source (e.g., memory/..., skills/...). That is coherent for restoring detailed content, but it permits reading arbitrary paths referenced in wiki.json and thus could access other skills' files or other local data unless those source paths are constrained. No guidance or path whitelisting is provided.
Install Mechanism
This is instruction-only (no install spec) which is low-risk. Note: because the runtime commands require jq, the lack of an install specification or declared dependency means installation/runtime may fail or silently rely on an environment having jq — declare jq or provide an install step.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional to its stated purpose.
Persistence & Privilege
always is false and autonomous invocation is default. The skill does not request elevated persistence or to modify other skills' configs. It suggests periodic checks but does not force always-on behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wiki-manager
  3. After installation, invoke the skill by name or use /wiki-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug wiki-manager
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is wiki-manager?

管理基于单一JSON索引的wiki关键词池,支持核心、缓冲、新词三池循环,自动升降级及淘汰机制,保持索引稳定不膨胀。 It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.

How do I install wiki-manager?

Run "/install wiki-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wiki-manager free?

Yes, wiki-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wiki-manager support?

wiki-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wiki-manager?

It is built and maintained by MarkMa84 (@markma84); the current version is v1.0.0.

💬 Comments