blog-taxonomy

仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

支持多种CMS API,方便统一管理跨平台的内容分类与标签。

▸ 风险提示

需要CMS API凭证并有可能修改线上分类,注意权限与备份。

这个 Skill 做什么

从文章内容提取并向主流CMS(如WordPress/Ghost)同步标签与分类。

把文章里能做标签和分类的关键词自动挑出来,给出候选 tag/category,并能直接同步到主流 CMS(比如 WordPress、Ghost、Shopify 等)的 API。想整理旧文章或发布时自动打标签就用,能根据词频、标题和语义聚类判断主题。还会避免“稀薄标签”(设置最小帖子数门槛)并通过认证接口把 taxonomy 推送到站点,省去手工维护的麻烦。

▸ 展开 SKILL.md 英文原文

Extract, suggest, and sync tags and categories for blog posts across all major CMS platforms. Supports WordPress REST API, Shopify GraphQL, Ghost Content API, Strapi REST/GraphQL, and Sanity GROQ. Generates tag suggestions from content analysis (keyword frequency, heading extraction, semantic grouping), enforces minimum post-count thresholds to prevent thin tag archives, and syncs taxonomy via authenticated API calls. Use when user says "tags", "categories", "taxonomy", "tag suggestions", "sync tags", "WordPress tags", "Shopify tags".

内容创作标签管理CMS同步自动分类通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-taxonomy/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-taxonomy/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Blog Taxonomy

Manage tags, categories, and topic clusters across CMS platforms.

## Commands

| Command | Purpose |
|---------|---------|
| `/blog taxonomy suggest <file>` | Extract candidate tags and categories from content |
| `/blog taxonomy sync <cms>` | Push taxonomy to CMS via authenticated API |
| `/blog taxonomy audit [directory]` | Check for thin tags, orphan tags, taxonomy bloat |

## Tag Suggestion Workflow

### Step 1: Parse Content Structure

Read the target file and extract:
- All H2 and H3 headings (primary topic signals)
- Bold and italic phrases (emphasis signals)
- Existing frontmatter tags/categories if present

### Step 2: Frequency Analysis

Scan the body text for hig
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有