Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

draft-content草稿内容

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

20,468

周安装

828

GitHub Stars

11,707

下载量

6,425
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:draft-content(草稿内容)
来源仓库:https://github.com/anthropics/knowledge-work-plugins
仓库路径:skills/draft-content
安装命令:
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill draft-content
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill draft-content

简介

draft-content 用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写,适合让 Agent 提炼结构、补齐章节、统一术语或检查链接。

  • 它适用于内容初稿生成、文案优化或技术文档规范化等场景。
  • 使用时应保留项目已有事实、命令和路径,避免将未确认信息写成确定结论。
  • 涉及对外文案时还需控制语气,避免过度营销或夸大能力。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Draft Content

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Generate marketing content drafts tailored to a specific content type, audience, and brand voice.

Trigger

User runs /draft-content or asks to draft, write, or create marketing content.

Inputs

Gather the following from the user. If not provided, ask before proceeding:

  1. Content type — one of:

- Blog post - Social media post (specify platform: LinkedIn, Twitter/X, Instagram, Facebook) - Email newsletter - Landing page copy - Press release - Case study

  1. Topic — the subject or theme of the content
  2. Target audience — who this content is for (role, industry, seniority, pain points)
  3. Key messages — 2-4 main points or takeaways to communicate
  4. Tone — e.g., authoritative, conversational, inspirational, technical, witty (optional if brand voice is configured)
  5. Length — target word count or format constraint (e.g., "1000 words", "280 characters", "3 paragraphs")

Brand Voice

  • If the user has a brand voice configured in their local settings file, apply it automatically. Inform the user that brand voice settings are being applied.
  • If no brand voice is configured, ask: "Do you have brand voice guidelines you'd like me to follow? If not, I'll use a neutral professional tone."
  • Apply the specified or default tone consistently throughout the draft.

Content Generation by Type

Blog Post

  • Engaging headline (provide 2-3 options)
  • Introduction with a hook (question, statistic, bold statement, or story)
  • 3-5 organized sections with descriptive subheadings
  • Supporting points, examples, or data references in each section
  • Conclusion with a clear call to action
  • SEO considerations: suggest a primary keyword, include it in the headline and first paragraph, use related keywords in subheadings

Social Media Post

  • Platform-appropriate format and length
  • Hook in the first line
  • Hashtag suggestions (3-5 relevant hashtags)
  • Call to action or engagement prompt
  • Emoji usage appropriate to brand and platform
  • If LinkedIn: professional framing, paragraph breaks for readability
  • If Twitter/X: concise, punchy, within character limit
  • If Instagram: visual-first language, story-driven, hashtag block

Email Newsletter

  • Subject line (provide 2-3 options with open-rate considerations)
  • Preview text
  • Greeting
  • Body sections with clear hierarchy
  • Call to action button text
  • Sign-off
  • Unsubscribe note reminder

Landing Page Copy

  • Headline and subheadline
  • Hero section copy
  • Value propositions (3-4 benefit-driven bullets or sections)
  • Social proof placeholder (suggest testimonial or stat placement)
  • Primary and secondary CTAs
  • FAQ section suggestions
  • SEO: meta title and meta description suggestions

Press Release

  • Headline following press release conventions
  • Dateline and location
  • Lead paragraph (who, what, when, where, why)
  • Supporting quotes (provide placeholder guidance)
  • Company boilerplate placeholder
  • Media contact placeholder
  • Standard press release formatting

Case Study

  • Title emphasizing the result
  • Customer overview (industry, size, challenge)
  • Challenge section
  • Solution section (what was implemented)
  • Results section with metrics (prompt user for data)
  • Customer quote placeholder
  • Call to action

SEO Considerations (for web content)

For blog posts, landing pages, and other web-facing content:

  • Suggest a primary keyword based on the topic
  • Recommend keyword placement: headline, first paragraph, subheadings, meta description
  • Suggest internal and external linking opportunities
  • Recommend a meta description (under 160 characters)
  • Note image alt text opportunities

Output

Present the draft with clear formatting. After the draft, include:

  • A brief note on what brand voice and tone were applied
  • Any SEO recommendations (for web content)
  • Suggestions for next steps (e.g., "Review with your team", "Add customer quotes", "Pair with a visual")

Ask: "Would you like me to revise any section, adjust the tone, or create a variation for a different channel?"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.97%
按下载量换算2,311

Claude

31.67%
按下载量换算2,035

Cursor

18.62%
按下载量换算1,196

Gemini CLI

9.22%
按下载量换算592

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills