文档知识库工程师 技能索引与知识库

PassAudited by VirusTotal on May 8, 2026.

Overview

Type: OpenClaw Skill Name: docs-skill-index Version: 1.1.0 The skill bundle consists entirely of metadata and documentation (SKILL.md) defining a role for managing documentation indexes and repository structures. There is no executable code, no network access, and no instructions that suggest data exfiltration or unauthorized actions. The content is strictly limited to documentation maintenance and organizational workflows.

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.

What this means

The agent may change knowledge-base indexes or migration mappings in the repository; incorrect edits could confuse maintainers or future automated workflows.

Why it was flagged

The skill directs the agent to modify repository documentation files. This is purpose-aligned for a documentation-indexing skill, but it is still a mutation capability users should review.

Skill content
Rewrite indexes and mapping documents to match the new structure.
Recommendation

Use version control, review diffs before merging, and keep edits limited to the intended documentation/index paths.

What this means

If stale or incorrect routing information is written, future agents may follow bad paths, miss required context, or preserve inaccurate repository guardrails.

Why it was flagged

The skill is explicitly meant to create or maintain AI-facing routing guidance that future agents may rely on, making accuracy and provenance important.

Skill content
ensures future agents can route work without loading unnecessary material
Recommendation

Validate referenced paths, migration notes, and guardrails carefully before allowing updated AI-facing documentation to become authoritative.