返回顶部
m

markdown-output

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
116
下载量
0
收藏
概述
安装方式
版本历史

markdown-output

# Markdown Output Policy This skill defines mandatory formatting rules for generating full Markdown source code. These rules have **higher priority** than any stylistic formatting preferences. ## Fencing Rules 1. **Always** wrap the entire Markdown document in triple tildes (`~~~`). 2. **Never** use triple backticks (`` ``` ``) as the outermost fence. 3. Triple backticks (`` ``` ``) are allowed **only inside** the document for code examples. 4. **Avoid** nested triple backticks. If a code block inside the document itself needs to show triple backticks, use an increased-count fence (e.g. `~~~~`) or indent-based code blocks instead. 5. The output must be copyable in its entirety without rendering breaks. ## Link Formatting Rules 6. In Markdown links, insert **one space** between the URL and the closing parenthesis: - Correct: `[text](https://example.com )` - Wrong: `[text](https://example.com)` 7. After a bare URL (not inside a link), always insert **one space** before any following character, including punctuation: - Correct: `https://example.com ,下一段文字` - Wrong: `https://example.com,下一段文字` ## Examples ### Fencing — correct ~~~ ~~~ # My Document Some text and a code block: ```js console.log("hello"); ``` ~~~ ~~~ ### Fencing — wrong (uses triple backticks as outer fence) Do **not** produce output like this: ~~~ ``` # My Document … ``` ~~~ ### Link — correct ~~~ See [GitHub](https://github.com ) for details. ~~~ ### Link — wrong ~~~ See [GitHub](https://github.com) for details. ~~~

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 markdown-output-1776098821 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 markdown-output-1776098821 技能

通过命令行安装

skillhub install markdown-output-1776098821

下载 Zip 包

⬇ 下载 markdown-output v0.1.0

文件大小: 1.57 KB | 发布时间: 2026-4-14 13:44

v0.1.0 最新 2026-4-14 13:44
Initial release: Enforces strict Markdown output formatting for copyable source code requests.

- Always wrap full Markdown output in triple tildes (~~~) instead of triple backticks.
- Never use triple backticks as the outermost fence; only use them within the Markdown content.
- Enforces space inside links: inserts one space between URL and closing parenthesis.
- Adds a space after bare URLs before any following character or punctuation.
- Provides examples of correct and incorrect formatting for both fences and links.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部