Markdown to Feishu Post
v1.0.0将标准 Markdown 文本转换为飞书富文本消息(Post)的 JSON 结构。支持多级标题、粗体、斜体、下划线、删除线、链接、@用户、图片、有序/无序列表、代码块、引用和分割线。当用户需要发送飞书富文本消息、将 Markdown 转换为飞书格式、构建飞书机器人消息内容时使用。
⭐ 0· 102·0 current·0 all-time
byJack Shao@killingjacky
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk978k52x7aycm9w3jt4qs5mvv983dy7t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
