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

create-note创建笔记

Agent Skill

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

总安装

291

周安装

12

GitHub Stars

124

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

创建 Substack 笔记内容,协调研究策略与文案撰写两个子技能完成全流程。

  • 根据 newsletter 上下文智能选择笔记类型,保持品牌调性与读者预期一致。
  • 实际内容生成委托给底层技能,本技能仅负责流程编排与输出格式管理。
  • 使用前应确认 API 密钥有效性,避免因认证失败导致内容无法发布。
  • create-note 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Create Substack Note

Overview

This orchestrator creates Substack Notes by sequencing content-strategy:research for strategic context and writing:copywriting for content generation. It handles newsletter context awareness, note 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/substack-notes-strategy.md. Templates and formatting live in writing:copywriting via references/substack-notes.md. This skill manages the workflow sequence, newsletter context, and user decisions only.

When to Use

Use this skill when:

  • Writing a standalone Substack Note for audience engagement
  • Promoting a newsletter issue through Notes
  • Building engagement between newsletter issues
  • Sharing insights, hot takes, or behind-the-scenes content
  • Creating any short-form Substack content

Prerequisites

Optional: A recent newsletter issue directory at ./newsletter/issues/[issue_name]/ with a plan.md file. This is only needed for issue-linked notes. Standalone notes do not require an issue directory.

Workflow

Execute all steps below in order.

Step 0: Newsletter Context Check

Check if the user has specified a newsletter issue or if an issue directory exists at ./newsletter/issues/[issue_name]/.

If issue directory exists:

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

- Issue not yet published -> pre-newsletter - Issue just published -> issue day - Issue published 3-7 days ago -> post-newsletter

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

If no issue directory:

  • Default to between issues mode
  • Notes will focus on engagement, authority-building, or value delivery
  • Any note type is available

Content Bank Check:

Also check if ./substack/notes/ideas.md (the content bank) exists:

  • If it exists and the user did NOT specify a topic, read the bank and present pending ideas organized by type as topic options
  • If it exists and the user DID specify a topic, check if the topic matches a pending idea in the bank — if so, note the match for status update in Step 5
  • If the bank does not exist, proceed normally — the user provides a topic directly

Step 1: Invoke content-strategy:research

MANDATORY: Invoke content-strategy:research with references/substack-notes-strategy.md to determine the strategic context for this note.

Provide:

  • The lifecycle phase (from Step 0 or user input)
  • The topic
  • The user's stated goal (engagement, promotion, authority, connection, quick value, transparency, positioning)

The research skill will apply the strategy framework to determine:

  • Optimal note type ranking for the context
  • Cadence awareness
  • 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 Note Type Options

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

  1. Single-Punch Wisdom -- one sharp insight
  2. Income Proof Story -- results-driven credibility
  3. Pattern Observation -- trend or pattern spotted
  4. Contrarian Statement -- against-the-grain take
  5. Problem -> Solution -- actionable fix
  6. Build-in-Public Update -- transparency and progress
  7. List-Based Tactical -- quick-hit value list
  8. Vulnerable Personal Story -- authentic connection
  9. Newsletter Teaser -- drive issue reads
  10. Direct Advice -- straight recommendation

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

Default to Short (3-5 sentences) unless the message demands more.

Step 3: Invoke writing:copywriting

MANDATORY: Invoke writing:copywriting with references/substack-notes.md to draft the note.

Provide:

  • The selected note type from Step 2
  • The strategic context from Step 1
  • The newsletter 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 structural formulas.

Step 4: Quality Checklist

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

  • Follows structural formula for chosen note type
  • Opens with strong hook (first line grabs attention)
  • Length matches type guideline
  • Ends with engagement hook (not formulaic)
  • Specific, not vague (numbers, examples, concrete details)
  • Standalone value (interesting without clicking any link)
  • NOT a generic link dump
  • Note type matches the stated goal

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

Step 5: Save Output

Present the final note to the user for approval.

If issue directory exists:

  • After user approval, append to ./newsletter/issues/[issue_name]/notes.md

If no issue directory:

  • Present the final note inline to the user

Content Bank Update:

If the note was based on a content bank idea:

  • Update the idea's status from pending to drafted in ./substack/notes/ideas.md
  • Recalculate the Quick Stats header (pending/drafted/published counts, types needing ideas)

Output Format

When saving to notes.md, use this structure:

## [Type] Note - [Date]

**Type:** [Note type name]
**Context:** [Standalone / Pre-newsletter / Issue Day / Post-newsletter / Between Issues]
**Goal:** [Engagement / Authority / Connection / Promotion / Quick Value / Transparency / Positioning]

### Note Content

[Final note text]

### Notes

- Suggested timing: [from research]
- Engagement hook type: [question / agree-disagree / share / reply]

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

Quality Checklist

Verify completion before finalizing:

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

Common Pitfalls to Avoid

  1. Writing templates inline: All templates live in references/substack-notes.md -- do not duplicate them in this orchestrator
  2. Embedding strategy logic: All strategy lives in references/substack-notes-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 notes directly
  4. Ignoring newsletter context: Always check for an issue directory first -- it changes the entire strategic approach
  5. Defaulting to "new issue out" link dumps: The research and writing skills are specifically designed to avoid generic link dumps -- trust the foundation skills
  6. Skipping the quality checklist: Every note must pass all 8 criteria before presenting to the user

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

31.62%
按下载量换算30

Claude

30.5%
按下载量换算29

Cursor

19.77%
按下载量换算19

Gemini CLI

8.67%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills