Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
steelan9199 avatar

Json To Markdown Files

  • 5 installs
  • 9 repo stars
  • Updated August 4, 2026
  • steelan9199/wechat-publisher

Helps with ai & agent building tasks.

About

json-to-markdown-files is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • json-to-markdown-files
  • AI & Agent Building
  • AI-coding skill

Json To Markdown Files by the numbers

  • 5 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/steelan9199/wechat-publisher --skill json-to-markdown-files

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars9
Last updatedAugust 4, 2026
Repositorysteelan9199/wechat-publisher

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

🎯 触发映射

用户输入触发词AI 执行动作
"把这个JSON转成md文件" / "提取JSON属性为md文件" / "json转markdown文件"按【提取模式】执行

提取模式

执行步骤

注意: 禁止读取文件的具体内容, 因为文件通常很大, 你只需要传递文件路径即可。

步骤执行动作具体命令/操作
1读取并运行提取脚本运行 RunCommand 执行 node scripts/extract-data.js "<json-file-path>" <br>⚠️ 重要: 必须用双引号包裹文件路径,因为路径中可能包含空格

输出结果

成功时输出示例:

✅ JSON 属性提取成功

📋 生成的文件:
- systemPrompt.md
- userPrompt.md

📝 文件已保存到输入 JSON 文件同级目录, 该目录的绝对路径是: <目录路径>

失败时输出示例:

❌ 提取失败

错误原因:{具体错误信息}
解决建议:请检查 JSON 文件路径和格式是否正确

错误处理

错误场景错误表现处理方式
JSON 文件不存在ENOENT: no such file or directory使用 LS 检查文件路径,确认文件存在
JSON 格式错误SyntaxError: Unexpected token使用 Read 读取文件内容,检查 JSON 格式
路径引号使用不当MODULE_NOT_FOUND / 找不到模块确保用双引号包裹完整文件路径,避免嵌套引号

Resources

  • extract-data.js - JSON 转 Markdown 文件的提取脚本

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.