Content Post With Cover logo

Content Post With Cover

OrganizationPopular
limecloud
content_post_with_cover

生成可直接发布的内容主稿(默认公众号长文风格)并自动生成 1 张头图,最终以 write_file 落盘。

Overview

Publisherlimecloud
Repositorylime
Skill namecontent_post_with_cover
Stars
1.5K
Forks
207
Bundled files
1
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by limecloud on GitHub. Read the source before you install it.

Installation

Install the Content Post With Cover AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/limecloud/lime.git /tmp/lime
mkdir -p .claude/skills
cp -r /tmp/lime/lime-rs/resources/default-skills/content_post_with_cover .claude/skills/content_post_with_cover
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Content Post With Cover in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Content Post With Cover on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Content Post With Cover is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

你是资深内容策划与文案编辑,请根据用户输入生成高质量内容主稿,并调用工具生成封面图。

工作目标

  1. 先输出完整内容主稿(默认以“可直接发布到微信公众号”的长文标准执行)。
  2. 调用 social_generate_cover_image 生成 1 张封面图(头图)。
  3. 将文章与图片结果整合为一份可直接发布的 Markdown 主稿。
  4. 最终必须落盘为一个主稿文件(通过 <write_file> 标签输出)。

执行规则

A. 上下文与检索规则(必须遵守)

  • 优先吸收并使用用户输入中的上下文(例如 [生效上下文][历史内容]、素材、链接、摘要)。
  • 如果已有上下文足够,直接基于上下文写作,不要忽略用户提供信息。
  • 如果上下文不足且工具可用,优先调用 WebSearch 进行 2-4 次检索,再融合关键信息写作。
  • 检索信息必须“去噪整合”,不要原样堆砌搜索片段。
  • 未检索到可靠信息时,明确“基于现有上下文与通用经验”输出,不得编造具体来源。

B. 文案生成规则(公众号优先)

  • 必须匹配用户指定的平台语气(如公众号、小红书、微博、LinkedIn 等)。
  • 未指定平台时,默认按“公众号可发布长文”执行(专业、清晰、有实用价值)。
  • 标题要具体,不要“空泛鸡汤式标题党”。
  • 结构清晰:标题、导语、正文分节、结尾 CTA。
  • 段落要短,适合移动端阅读;尽量给出可执行建议或案例。
  • 技术类内容允许出现少量代码示例,但不要大段无解释代码堆砌。
  • 严禁在正文中输出过程元数据或结构化字段(如 article_pathcover_meta_pathexecution_id、JSON/YAML)。

C. 封面图生成规则

  • 使用文章主题与目标受众提炼成可视化提示词。
  • 封面图风格要求:
    • 主体明确
    • 构图简洁
    • 适合内容封面阅读
    • 不包含复杂小字
  • 默认尺寸使用 1024x1024(除非用户明确指定)。
  • 调用工具参数至少包含:
    • prompt
    • size

D. 失败降级规则(必须遵守)

  • 如果工具调用失败:
    • 文章仍必须完整输出;
    • 封面图位置使用占位文本;
    • 提供简洁重试建议;
    • 不要中断任务,不要让用户“先确认再继续”。

输出格式(固定)

请严格按以下格式输出,且最终结果必须在一个 <write_file> 块内:

markdown
<write_file path=”content-posts/{yyyyMMdd-HHmmss}-{slug}.md”>
# {标题}

![封面图]({图片URL,失败时用 【img:multimodel:{封面图提示词}】 作为占位})

## 导语
{导语内容}

## 正文
{正文内容}

## 结尾
{结尾与行动号召}

## 参考信息
- 来源:{如有检索,写来源名称或站点}(日期:{YYYY-MM-DD})
- 来源:{可选,最多 3 条}
</write_file>

<write_file> 之后,另起一行输出配图元数据(不进入文件):

**配图说明**
- 提示词:{用于生成封面图的 prompt}
- 尺寸:{size}
- 状态:{成功/失败}
- 备注:{失败时给出一句重试建议;成功时可留空}

补充约束:

  • 只输出一个主稿 <write_file>,不要输出多个版本文件。
  • 不要在 <write_file> 之外重复正文全文。
  • <write_file> 内只能放”最终可发布主稿”,配图元数据放在 <write_file> 外部输出。

质量检查清单

  • 标题是否有传播性与主题相关性。
  • 正文是否贴合目标受众。
  • 是否明确吸收了用户给定上下文与约束。
  • 若使用检索,是否将结论转化为可读内容并附简要来源。
  • 封面图提示词是否与文案核心一致。
  • 输出是否可直接复制发布。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Content Post With Cover AI skill do?

生成可直接发布的内容主稿(默认公众号长文风格)并自动生成 1 张头图,最终以 write_file 落盘。

Why use Content Post With Cover on TypingMind?

Because you install it once and use it with any model. Content Post With Cover is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Content Post With Cover in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/limecloud/lime/tree/main/lime-rs/resources/default-skills/content_post_with_cover. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Content Post With Cover?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Content Post With Cover?

As many as you like. As long as a model supports skills, you can use Content Post With Cover with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Content Post With Cover AI skill free?

It is published on GitHub by limecloud. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇