← 返回 Skills 市场
jeff-tian

Markdown Output

作者 Jeff Tian · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
166
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-output
功能描述
Enforce Markdown output formatting policy whenever the user asks for full Markdown source code, raw Markdown, or copyable Markdown documents. Use whenever th...
安全使用建议
This skill is coherent and low-risk from a security perspective: it only contains formatting instructions and does not install code or request secrets. Before enabling it, consider functional impact: its rules are nonstandard (e.g., outermost fences must be ~~~ not ``` and links are formatted with a space before the closing parenthesis), which can break integrations or editors that expect typical Markdown. Test the skill with your target workflows and disable it if you need standard Markdown/backtick fencing. If you rely on third-party tools or copy-paste workflows, verify that those tools accept the enforced formatting.
功能分析
Type: OpenClaw Skill Name: markdown-output Version: 0.1.0 The skill bundle defines specific formatting rules for Markdown output, such as using triple tildes for outer fences and adding spaces in URL links. These instructions in SKILL.md are purely stylistic/functional for document rendering and do not contain any malicious logic, data exfiltration attempts, or harmful prompt injections.
能力评估
Purpose & Capability
The skill's name/description match the SKILL.md: it only enforces formatting rules for Markdown output and declares no extra requirements. Nothing requested (no env vars, binaries, or installs) is out of line with that purpose.
Instruction Scope
SKILL.md stays within the stated scope (rules for producing Markdown) and does not read files, network, or secrets. Note: the rules are nonstandard (e.g., forcing outer fences to be triple tildes and inserting a space before the closing parenthesis in links) and may cause incompatibilities with tools or expectations that assume standard Markdown/backtick fencing.
Install Mechanism
No install spec and no code files — lowest-risk, nothing is written to disk or downloaded.
Credentials
The skill requires no environment variables, credentials, or config paths; requested permissions are minimal and proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-output
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-output 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
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.
元数据
Slug markdown-output
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Markdown Output 是什么?

Enforce Markdown output formatting policy whenever the user asks for full Markdown source code, raw Markdown, or copyable Markdown documents. Use whenever th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。

如何安装 Markdown Output?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-output」即可一键安装,无需额外配置。

Markdown Output 是免费的吗?

是的,Markdown Output 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Markdown Output 支持哪些平台?

Markdown Output 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Markdown Output?

由 Jeff Tian(@jeff-tian)开发并维护,当前版本 v0.1.0。

💬 留言讨论