← Back to Skills Marketplace
137
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install markdown-to-feishu-post
Description
将标准 Markdown 文本转换为飞书富文本消息(Post)的 JSON 结构。支持多级标题、粗体、斜体、下划线、删除线、链接、@用户、图片、有序/无序列表、代码块、引用和分割线。当用户需要发送飞书富文本消息、将 Markdown 转换为飞书格式、构建飞书机器人消息内容时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-to-feishu-post - After installation, invoke the skill by name or use
/markdown-to-feishu-post - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Markdown to Feishu Post?
将标准 Markdown 文本转换为飞书富文本消息(Post)的 JSON 结构。支持多级标题、粗体、斜体、下划线、删除线、链接、@用户、图片、有序/无序列表、代码块、引用和分割线。当用户需要发送飞书富文本消息、将 Markdown 转换为飞书格式、构建飞书机器人消息内容时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Markdown to Feishu Post?
Run "/install markdown-to-feishu-post" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown to Feishu Post free?
Yes, Markdown to Feishu Post is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown to Feishu Post support?
Markdown to Feishu Post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown to Feishu Post?
It is built and maintained by Jack Shao (@killingjacky); the current version is v1.0.0.
More Skills