AI README Generator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: ai-readme-generator Version: 1.0.0 The ai-readme-generator skill is designed to automate the creation of project documentation and Cursor-style rules. It follows a transparent workflow of scanning project structure and generating markdown files based on provided templates. Notably, it includes explicit safety instructions in SKILL.md to avoid secrets, credentials, and sensitive environment variables, and it protects human-written files from being overwritten.

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 skill can change documentation and AI-rule files in the selected project.

Why it was flagged

The skill instructs the agent to create or update files in the user’s project. This is file mutation authority, but it is clearly disclosed and directly aligned with the documentation-generation purpose.

Skill content
Generate or update these files in the target project: AGENTS.md ... .cursor/rules/ai-readme/generated/...
Recommendation

Review the generated or updated files before committing them or letting future agents rely on them.

What this means

Future AI coding sessions may use these generated files as context, so inaccurate or sensitive content could have lasting effects.

Why it was flagged

The generated documentation is intended to become persistent context for future AI sessions. Incorrect or overly broad generated content could affect future agent behavior, though the skill includes safeguards such as avoiding secrets and using alwaysApply: false.

Skill content
The generated docs should help future AI coding sessions quickly understand ...
Recommendation

Inspect the generated AGENTS.md and .cursor/rules files for accuracy, project-specific constraints, and absence of secrets before relying on them.