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

blog-creator博客创建者

Agent Skill

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

总安装

303

周安装

13

GitHub Stars

公开资料未说明

下载量

106
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rankearly/rankearly-skills --skill blog-creator

简介

用于从零开始创建 SEO 友好型博客文章,整合关键词研究与内容骨架搭建。

  • 适合营销团队批量生产标准化教程或产品说明类内容。
  • 输出 keyword.md 与 knowledge-base.md 结构化中间文件供后续流程调用。
  • 安装方式:GitHub 仓库,使用 npx skills add 命令添加;依赖 content-researcher 子代理。
  • 注意:最终成品需经人工润色,避免模板化语言影响阅读体验。

SKILL.md

Create an SEO blog post from a keyword, a topic idea, content requirements, or an existing outline.

Full write flow

  1. Interpret a keyword that matches what users want to write (subagent) — Ref: references/keyword.md. Result is saved into {PROJECT_ROOT}/blogs/<topic>/keyword.md'. This file is required input for all later steps — do not skip.
  2. Find information gain (subagent) — Run /content-researcher with step 1 output so it skips its own search. Result is saved into {PROJECT_ROOT}/blogs/<topic>/knowledge-base.md, {PROJECT_ROOT}/blogs/<topic>/under-discussed.md.

- If user clearly states what to write, continue creating the outline. - Otherwise, suggest users to find an under-discussed angle from {PROJECT_ROOT}/blogs/<topic>/under-discussed.md. Stop here and wait for response.

  1. Create outline (subagent) — Pass step 1 output to the subagent. Ref: references/outline.md. Result: {PROJECT_ROOT}/blogs/<topic>/outline.md. Stop. Present outline and wait for feedback.
  2. Write blog (subagent) — Ref: references/write.md. After writing, run the audit-polish loop from references/audit-blog.md. Returns: {PROJECT_ROOT}/blogs/<topic>/blog.md
  3. Create illustration images (subagent) — Ref: references/image.md

For steps labelled with (subagent), run them as subagents.

Router

Interpret the user's intent, flexibly route to different steps. We don't have to write from scratch every time.

  • Full write/rewrite for a new subject -> step 1
  • Only need keyword/SERP research for a blog topic -> step 1 only (references/keyword.md)
  • Collect more information / draft is thin -> step 2
  • Create or revise an outline -> step 3 (references/outline.md)
  • Write a blog post from an outline -> step 4
  • Polish an existing blog without changing the outline -> step 4
  • Audit an outline for quality/completeness -> references/audit-outline.md
  • Audit a blog draft for quality/completeness -> references/audit-blog.md
  • Humanize a blog article (remove AI voice, make it sound natural) -> references/humanizer.md
  • Generate illustration images for a finished blog -> step 5 (references/image.md)
  • Add or review conversion hooks -> references/conversion.md

This is not an exhaustive list. Decide which step to go based on the actual intent.

Intermediate research files

{PROJECT_ROOT}/blogs/<topic>/

  • keyword.md — competitive SERP gap analysis
  • knowledge-base.md — knowledge base
  • under-discussed.md — questions competitors don't answer well
  • outline.md — content outline
  • blog.md — final blog post

Ensure all files exist at the end of research.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.89%
按下载量换算39

Claude

28.93%
按下载量换算31

Cursor

18.87%
按下载量换算20

Gemini CLI

8.38%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills