← 返回 Skills 市场
killingjacky

Markdown to Feishu Post

作者 Jack Shao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-to-feishu-post
功能描述
将标准 Markdown 文本转换为飞书富文本消息(Post)的 JSON 结构。支持多级标题、粗体、斜体、下划线、删除线、链接、@用户、图片、有序/无序列表、代码块、引用和分割线。当用户需要发送飞书富文本消息、将 Markdown 转换为飞书格式、构建飞书机器人消息内容时使用。
安全使用建议
This skill appears coherent and limited in scope: it converts Markdown you supply (or a file you point it at) into Feishu Post JSON and asks for no credentials. Before installing or running, confirm you trust the skill bundle owner (owner unknown) and only pass Markdown files that you intend to convert (don't point it at sensitive system files). If you plan to integrate this into an automated agent that posts to Feishu, remember you still need to upload images to Feishu to obtain image_key values and supply appropriate Feishu bot credentials separately — this skill does not perform uploads or networking itself.
功能分析
Type: OpenClaw Skill Name: markdown-to-feishu-post Version: 1.0.0 The skill bundle is a utility for converting Markdown text into Feishu's rich text JSON format. The Python script (scripts/markdown_to_feishu_post.py) uses standard library modules and regular expressions to parse text without any network activity, shell execution, or access to sensitive system resources. The instructions in SKILL.md are strictly aligned with the tool's stated functionality.
能力评估
Purpose & Capability
The name/description, SKILL.md usage examples, and the included Python script all focus on converting Markdown to Feishu Post JSON (headers, inline styles, lists, code blocks, at-mentions, images using image_key, etc.). The required capabilities are proportional to that purpose.
Instruction Scope
SKILL.md directs the agent/user to run the included script with a Markdown string or a file. The script parses only the provided text/file; it does not read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
There is no install spec or remote download; the skill is packaged with a Python script and uses only standard libraries (re, json, sys). No archives or external packages are fetched.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not reference secrets or external services. This matches the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system settings. It runs as an ad-hoc converter invoked by the user/agent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-to-feishu-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-to-feishu-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Convert Markdown to Feishu Post (rich text) JSON. Supports headers, bold, italic, underline, strikethrough, links, @mentions, lists, code blocks, blockquotes, and nested styles.
元数据
Slug markdown-to-feishu-post
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Markdown to Feishu Post 是什么?

将标准 Markdown 文本转换为飞书富文本消息(Post)的 JSON 结构。支持多级标题、粗体、斜体、下划线、删除线、链接、@用户、图片、有序/无序列表、代码块、引用和分割线。当用户需要发送飞书富文本消息、将 Markdown 转换为飞书格式、构建飞书机器人消息内容时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 Markdown to Feishu Post?

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

Markdown to Feishu Post 是免费的吗?

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

Markdown to Feishu Post 支持哪些平台?

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

谁开发了 Markdown to Feishu Post?

由 Jack Shao(@killingjacky)开发并维护,当前版本 v1.0.0。

💬 留言讨论