Create TLDR Page

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: create-tldr-page Version: 1.0.0 The skill is a documentation assistant designed to generate 'tldr' pages from command names and documentation URLs. It uses standard OpenClaw tool patterns (e.g., #tool:fetch) to retrieve content and provides strict formatting guidelines for the AI agent to follow. No evidence of malicious intent, data exfiltration, unauthorized execution, or harmful prompt injection was found in SKILL.md or _meta.json.

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 access the first URL you provide and use its contents to generate the page.

Why it was flagged

The skill may cause the agent to retrieve a user-provided URL automatically. This is expected for creating a tldr page from documentation, but users should know that external web content will be fetched.

Skill content
If one or more URLs are passed without a preceding `#fetch`, apply #tool:fetch to the first URL
Recommendation

Provide only trusted, authoritative documentation URLs, and avoid private or internal URLs unless you intentionally want the agent to fetch and use them.