md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Features
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
Title Generation for WeChat Articles: Hook Levels and Candidates
2026/09/05

Title Generation for WeChat Articles: Hook Levels and Candidates

The title suggest handoff, the scoring formula, three hook levels, and how the final title lands in a draft.

Title Generation for WeChat Articles: Hook Levels and Candidates

Title suggestion is a handoff, not local generation: the CLI prepares a scored prompt, and the host agent's model runs it. Full reference.

The command

md2wechat title suggest article.md --json

Flags: --target-reader, --count (8-10, default 10), --max-title-chars (default 25), --hook-level 1|2|3, --prompt (default wechat-title-expert).

The handoff contract

The response is TITLE_SUGGEST_REQUEST_READY with status: action_required and execution_owner: host_agent. It is recommendation_only — no side effects, nothing written. The bundled wechat-title-expert prompt scores candidates as: 好标题 = 好奇缺口 × 价值预期 × 情绪驱动力 − 失望风险, and must return 8-10 candidates across at least 4 strategies with at least 2 direct-value titles.

Three hook levels

  • Level 1 restrained: factual, low tension. Good for professional columns.
  • Level 2 punchy: stronger pull, still honest. Good for tutorials and roundups.
  • Level 3 high_tension: maximum curiosity gap. Use sparingly — disappointment risk grows with tension.

Landing the final title

WeChat enforces 32 characters. Apply the pick at conversion time:

md2wechat convert article.md --preview --title "Your final title"

or put it in frontmatter. Pair with Cover Image to finish the draft package.

All Posts

Author

avatar for geekjourney
geekjourney

Categories

  • Workflow
Title Generation for WeChat Articles: Hook Levels and CandidatesThe commandThe handoff contractThree hook levelsLanding the final title

More Posts

How to Design an Agent Content Topic Selection Workflow
Workflow

How to Design an Agent Content Topic Selection Workflow

A practical guide to AI Agent topic selection workflows: why topic judgment matters more than drafting, what a topic workflow should output, how jina-cli supports source retrieval, and how the result connects to md2wechat publishing.

avatar for geekjourney
geekjourney
2026/03/26
How to Choose md2wechat Modes Without Mixing Everything Together
API

How to Choose md2wechat Modes Without Mixing Everything Together

Most early confusion with md2wechat comes from mixing API mode, AI mode, plain conversion, and advanced layout into one bucket. This article separates them.

avatar for geekjourney
geekjourney
2026/04/28
How to Find High-Quality AI Sources for WeChat Writing
Workflow

How to Find High-Quality AI Sources for WeChat Writing

A source-mapping guide for AI writing, covering official blogs, research feeds, community discussions, GitHub Trending, and newsletters for WeChat publishing workflows.

avatar for geekjourney
geekjourney
2026/03/18

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

md2wechat Agent API markmd2wechat Agent API

The official md2wechat API, docs, CLI, and skill entry points for Markdown to WeChat publishing workflows.

GitHubX (Twitter)
Product
  • Quickstart
  • Features
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.