首页龙虾技能列表 › Markdown — 技能工具

📝 Markdown — 技能工具

v1.0.1

[自动翻译] Generate clean, portable Markdown that renders correctly across parsers.

5· 3,100·0 当前·0 累计
by @ivangdavila·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/10
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is an instruction-only Markdown style guidance skill with no installs, required credentials, or out‑of‑scope instructions — its declared purpose aligns with what it asks the agent to do.
评估建议
This skill appears internally consistent and low-risk: it’s an instruction-only style guide for producing portable Markdown and asks for nothing sensitive. Before installing, consider that any skill—if combined with other skills or given broader agent permissions—could be used in larger workflows that read or transmit data; review the agent’s file/network permissions and other installed skills. If you want extra assurance, test it in a restricted agent session with sample inputs to confirm outpu...
详细分析 ▾
用途与能力
The name/description (produce portable Markdown) match the SKILL.md content (formatting rules and portability notes). No unrelated binaries, env vars, or credentials are requested.
指令范围
SKILL.md contains only static authoring rules and examples for Markdown rendering. It does not instruct the agent to read files, access environment variables, call external endpoints, or perform actions outside formatting guidance.
安装机制
No install spec and no code files — instruction-only skill. Nothing will be written to disk or fetched at install time.
凭证需求
No required environment variables, credentials, or config paths are declared or referenced in the instructions; requested privileges are minimal and appropriate.
持久化与权限
always is false and the skill is user-invocable; it does not request permanent presence or elevated privileges. Autonomous invocation is allowed by platform default but not inherently risky here.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

🖥️ OSLinux · macOS · Windows

版本

latestv1.0.12026/2/10
● 无害

安装命令 点击复制

官方npx clawhub@latest install markdown
镜像加速npx clawhub@latest install markdown --registry https://cn.clawhub-mirror.com

技能文档

Whitespace Traps

  • Blank line required before lists, code blocks, and blockquotes—without it, many parsers continue the previous paragraph
  • Nested lists need 4 spaces (not 2) for GitHub/CommonMark; 2 spaces breaks nesting in strict parsers
  • Two trailing spaces for
    break—invisible and often stripped by editors; prefer blank line or
    tag
  • Lines with only spaces still break paragraphs—trim trailing whitespace

Links & Images

  • Parentheses in URLs break text—use %28 %29 or angle brackets: text>)
  • Spaces in URLs need %20 or angle bracket syntax
  • Reference-style links [text][ref] fail silently if [ref]: url is missing—verify all refs exist
  • Images without alt text: always provide !alt even if empty ![]() for accessibility tools

Code

  • Triple backticks inside fenced blocks—use 4+ backticks for outer fence or indent method
  • Inline backticks containing backtick—wrap with double backticks and pad: `` code `
  • Language hint after fence affects syntax highlighting—omit only when truly plain text

Tables

  • Alignment colons go in separator row: :--- left, :---: center, ---: right
  • Pipe | in cell content needs backslash escape: \|
  • No blank line before table—some parsers fail
  • Empty cells need at least one space or break rendering

Escaping

  • Characters needing escape in text: \*, \_, \[, \], \#, \>, \`, \\
  • Escape not needed inside code spans/blocks
  • Ampersand only needs escape as & when it could form an HTML entity

Portability

  • HTML tags work in GitHub but stripped in many renderers—prefer pure Markdown
  • Extended syntax (footnotes, task lists, emoji shortcodes) not universal—check target parser
  • YAML frontmatter needs ---` fences and only at file start; some parsers render it as text
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务