Convert Plaintext to MD

PassAudited by ClawScan on May 12, 2026.

Overview

This is an instruction-only markdown conversion skill with expected file-editing behavior; users should mainly watch that some options can edit beyond a selection and may fetch reference URLs.

This skill appears safe for normal markdown conversion. Before using it, confirm the target file and range, use backups for important documents, specify a stop point for pattern-based edits, and only permit reference URL fetching when the references are trusted.

Findings (3)

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 create or modify a markdown file in the same folder as the source document.

Why it was flagged

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.

Skill content
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.
Recommendation

Use the skill only on files you intend to convert, and use version control or backups for important documents.

What this means

A pattern-based conversion may change more of the document than the selected portion.

Why it was flagged

The documented pattern mode can intentionally apply edits beyond the selected text, up to end of file if no stop point is provided.

Skill content
**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 file
Recommendation

When using pattern mode, specify an explicit stop point or review the full diff before accepting changes.

What this means

The agent may access reference URLs and use their content to guide the conversion.

Why it was flagged

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.

Skill content
if parameters and options are unclear, use #tool:fetch to retrieve the URLs in the **Reference** section.
Recommendation

Only allow fetching trusted reference URLs, or provide explicit instructions if you do not want network lookup.