← Back to Skills Marketplace
cizixiu

Text to Markdown

by 花渡 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
176
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install text-to-markdown
Description
纯文本格式预处理工具,自动插入换行、拆分长段落,为后续 AI/LLM 生成 Markdown 提供结构化输入。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: text-to-markdown Version: 1.0.3 The skill bundle is a legitimate text-to-markdown preprocessing tool designed to structure unformatted text. The core logic in `scripts/preprocess.py` uses regular expressions and keyword matching to insert line breaks and split paragraphs without altering the original text content. There are no signs of data exfiltration, malicious execution, or prompt injection; the hardcoded path in `SKILL.md` appears to be a documentation artifact rather than a functional exploit.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-to-markdown
  3. After installation, invoke the skill by name or use /text-to-markdown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
更新描述:明确为预处理工具,如实反映能力边界
v1.0.2
移除文件转换功能,专注纯文本转换
v1.0.1
更新描述
v1.0.0
Initial release
Metadata
Slug text-to-markdown
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Text to Markdown?

纯文本格式预处理工具,自动插入换行、拆分长段落,为后续 AI/LLM 生成 Markdown 提供结构化输入。 It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.

How do I install Text to Markdown?

Run "/install text-to-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Text to Markdown free?

Yes, Text to Markdown is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Text to Markdown support?

Text to Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Text to Markdown?

It is built and maintained by 花渡 (@cizixiu); the current version is v1.0.3.

💬 Comments