Text to Markdown
v1.0.3纯文本格式预处理工具,自动插入换行、拆分长段落,为后续 AI/LLM 生成 Markdown 提供结构化输入。
⭐ 0· 25·0 current·0 all-time
by花渡@cizixiu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the actual contents: SKILL.md describes text pre-processing and the repository includes a preprocess.py that implements insertion of line breaks, title detection, sentence splitting, and other text transformations. Reference examples and a markdown-spec align with the stated purpose.
Instruction Scope
SKILL.md instructs running scripts/preprocess.py on an input file and then letting an LLM generate Markdown from the preprocessed output. The instructions only read the user-provided input file and write an output file; they do not reference external endpoints, additional environment variables, or unrelated system files. The Windows absolute path in an example is just illustrative.
Install Mechanism
There is no install spec (instruction-only plus a bundled Python script). The only runtime dependency is a system Python interpreter, which is normal and proportional. No remote downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials and the code does not read environment secrets. It only reads the input text file and optionally writes an output file, which matches the stated purpose.
Persistence & Privilege
always is false, the skill does not request permanent presence or modify other skills or system-wide settings. It does not require elevated privileges.
Assessment
This skill appears coherent and low-risk: it preprocesses text using the included Python script and does not access network or secrets. Before installing or running: (1) ensure you have a trusted Python runtime; (2) review scripts/preprocess.py if you want extra assurance (it only reads the input file and writes output); (3) run it on non-sensitive sample files first or in a sandbox if you have concerns; (4) note the SKILL.md example uses a Windows absolute path — you should run the script with a path appropriate to your environment.Like a lobster shell, security has layers — review code before you run it.
chinesevk971cz2b077ftsbhndftd4hbps84j8x5convertervk971cz2b077ftsbhndftd4hbps84j8x5latestvk9797gvrs6aqkbkvaws3przx1s84k090markdownvk971cz2b077ftsbhndftd4hbps84j8x5text-processingvk971cz2b077ftsbhndftd4hbps84j8x5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
