← Back to Skills Marketplace
jeff-tian

Markdown Output

by Jeff Tian · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
166
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install markdown-output
Description
Enforce Markdown output formatting policy whenever the user asks for full Markdown source code, raw Markdown, or copyable Markdown documents. Use whenever th...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markdown-output
  3. After installation, invoke the skill by name or use /markdown-output
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug markdown-output
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.

How do I install Markdown Output?

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

Is Markdown Output free?

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

Which platforms does Markdown Output support?

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

Who created Markdown Output?

It is built and maintained by Jeff Tian (@jeff-tian); the current version is v0.1.0.

💬 Comments