← 返回 Skills 市场
176
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install text-to-markdown
功能描述
纯文本格式预处理工具,自动插入换行、拆分长段落,为后续 AI/LLM 生成 Markdown 提供结构化输入。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install text-to-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/text-to-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
更新描述:明确为预处理工具,如实反映能力边界
v1.0.2
移除文件转换功能,专注纯文本转换
v1.0.1
更新描述
v1.0.0
Initial release
元数据
常见问题
Text to Markdown 是什么?
纯文本格式预处理工具,自动插入换行、拆分长段落,为后续 AI/LLM 生成 Markdown 提供结构化输入。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 Text to Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-to-markdown」即可一键安装,无需额外配置。
Text to Markdown 是免费的吗?
是的,Text to Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Text to Markdown 支持哪些平台?
Text to Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Text to Markdown?
由 花渡(@cizixiu)开发并维护,当前版本 v1.0.3。
推荐 Skills