Convert Plaintext to MD
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: convert-plaintext-to-md Version: 1.0.0 The skill bundle is a specialized utility for converting plaintext documentation into formatted Markdown. The instructions in `SKILL.md` guide the AI agent through file operations (using standard `cp` or `copy` commands), pattern matching, and formatting consistency using reference files. It includes legitimate external references to GitHub and Microsoft documentation via the `#fetch` tool. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the shell commands and network access are strictly aligned with the stated purpose of document conversion.
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.
The agent may create or modify a markdown file in the same folder as the source document.
The skill directs the agent to create a persistent markdown copy beside the source file, which is expected for a conversion workflow but is still local file mutation.
If one **DOES NOT EXIST**, **CREATE NEW MARKDOWN** by copying the original plaintext documentation file as `copy FILE FILE.md` in the same directory as the plain text documentation file.
Use the skill only on files you intend to convert, and use version control or backups for important documents.
A pattern-based conversion may change more of the document than the selected portion.
The documented pattern mode can intentionally apply edits beyond the selected text, up to end of file if no stop point is provided.
**IMPORTANT**: DO NOT only edit the selection when passed to `{{[-p, --pattern]}}` ... The selection is **NOT** the **WORKING RANGE** ... if ... no clear endpoint is specified, convert to end of fileWhen using pattern mode, specify an explicit stop point or review the full diff before accepting changes.
The agent may access reference URLs and use their content to guide the conversion.
The skill conditionally allows network fetching of reference URLs to clarify conversion rules; this is disclosed but users should know external content may be consulted.
if parameters and options are unclear, use #tool:fetch to retrieve the URLs in the **Reference** section.
Only allow fetching trusted reference URLs, or provide explicit instructions if you do not want network lookup.
