← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wiki-lint
Description
Lint and health-check a persistent markdown knowledge wiki. Use when a user wants the agent to inspect a wiki for contradictions, stale claims, missing cross...
Usage Guidance
This skill appears to do what it says: review markdown wiki files and report or apply fixes. It does not request any secrets or installs, which is good. However, the runtime instructions let the agent read arbitrary wiki files and — if you ask it to — make edits. Before enabling or invoking the skill: (1) limit its access to only the repository or path you want it to inspect (avoid giving access to directories that may contain secrets); (2) prefer a read-only run first and review the generated report before allowing edits; (3) if you allow edits, require manual review or run in a sandbox branch (git) so you can inspect and approve commits; and (4) do not grant unnecessary network or credential access (e.g., CI tokens, cloud keys) just to run this lint. If you need the agent to make changes automatically, consider adding explicit constraints in the prompt or an approval step so edits are scoped and auditable.
Capability Analysis
Type: OpenClaw Skill
Name: wiki-lint
Version: 0.1.0
The wiki-lint skill bundle is designed to help an AI agent maintain and health-check markdown-based knowledge bases. The instructions in SKILL.md and references/lint-checklist.md focus on identifying structural issues like broken links, stale claims, and inconsistent frontmatter, which are standard tasks for knowledge management. There are no indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill inspects markdown wikis (index.md, log.md, sample pages) and produces reports or fixes. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md explicitly instructs the agent to inspect wiki files and, if asked, implement fixes. That is coherent with linting, but the instructions give the agent broad discretion over which pages to read and what edits to make; the skill does not constrain scope, require user confirmation before writes, or declare where edits should be committed (filesystem vs. git).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes risk from downloaded/installed code.
Credentials
No environment variables, credentials, or config paths are requested, which is proportional for a lint-only skill. Note that actual operation will require file-system or repository access provided by the host environment; the skill does not request network or service tokens.
Persistence & Privilege
always:false and default agent invocation are appropriate. The skill does not request persistent system modification rights or to change other skills' configs. However, because it may implement edits, granting write/commit privileges to the running agent increases risk and should be controlled by the user.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wiki-lint - After installation, invoke the skill by name or use
/wiki-lint - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release
Metadata
Frequently Asked Questions
What is Wiki Lint?
Lint and health-check a persistent markdown knowledge wiki. Use when a user wants the agent to inspect a wiki for contradictions, stale claims, missing cross... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Wiki Lint?
Run "/install wiki-lint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wiki Lint free?
Yes, Wiki Lint is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wiki Lint support?
Wiki Lint is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wiki Lint?
It is built and maintained by teki-ai (@teki-ai); the current version is v0.1.0.
More Skills