TLDR Prompt

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: tldr-prompt Version: 1.0.0 The 'tldr-prompt' skill is a documentation utility designed to generate concise, example-driven summaries of GitHub Copilot configuration files and MCP server documentation. It operates by reading local workspace files (e.g., .prompt.md, .agent.md) or fetching content from reputable sources such as github.com and visualstudio.com. The logic is transparent, follows a well-defined workflow, and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.

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

When invoked, the agent may inspect selected workspace files or retrieve web pages to produce the TLDR summary.

Why it was flagged

The skill directs the agent to use file-reading and fetch tools. This is expected for creating summaries, and the visible instructions bound usage to user-provided files/URLs or relevant Copilot/MCP documentation.

Skill content
"If one or more files are passed without `#file`, you MUST apply the file reading tool"; "If one or more URLs are passed without `#fetch`, you MUST apply the fetch tool"
Recommendation

Provide explicit files or URLs when possible, and avoid pointing the skill at sensitive local files unless you want them summarized in the current chat.