# Benign Converter

> Convert a plain-text document into a Markdown-formatted summary.

- Skill: `nyuway-cybersecurity/benign-converter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nyuway-cybersecurity/benign-converter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nyuway-cybersecurity/benign-converter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Nyuway-Cybersecurity (https://skillmd.com/u/nyuway-cybersecurity)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nyuway-cybersecurity/benign-converter

---


# Document Converter

Use this skill when the user asks you to convert a plain-text document
into Markdown. Run `scripts/convert.py` with the path to the input
file passed via `--args "--input <path>"`. The script reads only the
file it is given, writes its output to stdout, and does nothing else.

Do not use this skill for any purpose other than local text-to-Markdown
conversion. It has no network dependency and does not need any
credentials.

