Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

create-post创建帖子

Agent Skill

create-post 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

449

周安装

18

GitHub Stars

124

下载量

145
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:create-post(创建帖子)
来源仓库:https://github.com/kenneth-liao/ai-launchpad-marketplace
仓库路径:skills/create-post
安装命令:
npx skills add https://github.com/kenneth-liao/ai-launchpad-marketplace --skill create-post
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kenneth-liao/ai-launchpad-marketplace --skill create-post

简介

创建 YouTube 社区帖子,协调内容策略研究与文案写作两个子技能协同作业。

  • 根据剧集上下文选择合适发布形式,保持频道调性与观众期待值一致。
  • 实际创作完全委托给底层技能,本流程仅负责时机把握与格式规范。
  • 使用前应确认 YouTube API 配额充足,避免因超出限制导致发布失败。
  • create-post 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Create Community Post

Overview

This orchestrator creates YouTube community posts by sequencing content-strategy:research for strategic context and writing:copywriting for content generation. It handles episode awareness, post type selection, and output management -- all actual content generation and strategy are delegated to the foundation skills and their references.

Core Principle: This is a thin orchestrator. Strategy lives in content-strategy:research via references/youtube-community-strategy.md. Templates and formatting live in writing:copywriting via references/youtube-community-post.md. This skill manages the workflow sequence, episode context, and user decisions only.

When to Use

Use this skill when:

  • Promoting a new or upcoming video through the community tab
  • Maintaining audience engagement between video uploads
  • Running audience research polls to inform future content
  • Driving conversions (affiliate links, memberships, newsletter signups)
  • Creating any community tab content for a YouTube channel

Prerequisites

Optional: An episode directory at ./youtube/episode/[episode_number]_[topic_short_name]/ with a plan.md file. This is only needed for video-linked posts (pre-release, launch day, post-launch). Between-video engagement posts do not require an episode directory.

Workflow

Execute all steps below in order.

Step 0: Episode Context Check

Check if the user has specified an episode or if an episode directory exists at ./youtube/episode/[episode_number]_[topic_short_name]/.

If episode directory exists:

  • Read plan.md for video title, topic, and context
  • Suggest a lifecycle phase based on context:

- Video not yet published -> pre-release - Video just published -> launch day - Video published 3-7 days ago -> post-launch

  • Use this context to inform the research invocation in Step 1

If no episode directory:

  • Default to between videos mode
  • Posts will focus on engagement, audience research, or value delivery

Step 1: Invoke content-strategy:research

MANDATORY: Invoke content-strategy:research with references/youtube-community-strategy.md to determine the strategic context for this post.

Provide:

  • The lifecycle phase (from Step 0 or user input)
  • The video topic (if applicable)
  • The user's stated goal (engagement, promotion, research, conversion)

The research skill will apply the strategy framework to determine:

  • Optimal post type ranking for the context
  • Timing recommendations
  • Strategic rationale for the approach

NOTE: This is a lighter research invocation -- the orchestrator is asking research to apply the strategy framework to the user's context, not to do full competitor analysis.

Step 2: Present Post Type Options

Based on the research output, present the ranked post type options to the user:

  1. Poll (text or image) -- highest engagement
  2. Video teaser/clip -- high engagement
  3. GIF -- medium-high engagement
  4. Image -- medium engagement
  5. Quiz -- medium engagement
  6. Text-only -- lowest engagement

Include the research skill's recommendation for which type best fits the context. User selects their preferred type.

Default to polls when unsure -- they have the lowest friction and highest engagement.

Step 3: Invoke writing:copywriting

MANDATORY: Invoke writing:copywriting with references/youtube-community-post.md to draft the community post.

Provide:

  • The selected post type from Step 2
  • The strategic context from Step 1
  • The episode context from Step 0 (if applicable)
  • The lifecycle phase and user's stated goal

The writing:copywriting skill will automatically invoke writing:voice for voice consistency. The reference file contains all templates, formatting rules, and the 288-character hook rule.

Step 4: Quality Checklist

Verify the drafted post against all eight criteria before presenting to the user:

  • Hook lands within 288 characters (visible preview cutoff)
  • Total length is 150-400 characters
  • Ends with a CTA (question, poll, or link)
  • Conversational tone -- not corporate or automated
  • First person, direct address ("I" and "you")
  • Mobile-friendly -- short paragraphs, line breaks between ideas
  • NOT a generic "new video out" link dump
  • Post type matches the stated purpose/phase

If any criterion fails, request a revision from writing:copywriting before presenting to the user.

Step 5: Save Output

Present the final post to the user for approval.

If episode directory exists:

  • After user approval, append to ./youtube/episode/[episode_number]_[topic_short_name]/community-posts.md

If no episode directory:

  • Present the final post inline to the user

Output Format

When saving to community-posts.md, use this structure:

# Community Posts - Episode [Number]: [Topic]

## [Phase] Post - [Date]

**Type:** [Poll / Teaser / GIF / Image / Quiz / Text]
**Phase:** [Pre-release / Launch Day / Post-Launch / Between Videos]
**Goal:** [Engagement / Promotion / Research / Conversion]

### Post Content

[Final post text]

### Notes

- Suggested timing: [from research]
- CTA type: [question / poll / link]

Multiple posts for the same episode are appended to the same file with a horizontal rule separator (---) between entries.

Quality Checklist

Verify completion before finalizing:

  • Episode context checked (Step 0)
  • content-strategy:research invoked with references/youtube-community-strategy.md -- strategic context determined
  • Post type options presented and user selection received
  • writing:copywriting invoked with references/youtube-community-post.md -- post drafted
  • Voice consistency maintained (handled by writing skill's writing:voice invocation)
  • All 8 quality criteria passed (Step 4)
  • Post presented to user for approval
  • Output saved to episode directory or presented inline

Common Pitfalls to Avoid

  1. Writing templates inline: All templates live in references/youtube-community-post.md -- do not duplicate them in this orchestrator
  2. Embedding strategy logic: All strategy lives in references/youtube-community-strategy.md -- do not hardcode timing, cadence, or algorithm advice here
  3. Skipping foundation skill invocations: Both content-strategy:research and writing:copywriting must be invoked -- do not generate posts directly
  4. Ignoring episode context: Always check for an episode directory first -- it changes the entire strategic approach
  5. Defaulting to "new video out" posts: The research and writing skills are specifically designed to avoid generic link dumps -- trust the foundation skills
  6. Skipping the quality checklist: Every post must pass all 8 criteria before presenting to the user

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.41%
按下载量换算54

Claude

30.08%
按下载量换算44

Cursor

18.64%
按下载量换算27

Gemini CLI

9.58%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills