blog-taxonomy
支持多种CMS API,方便统一管理跨平台的内容分类与标签。
需要CMS API凭证并有可能修改线上分类,注意权限与备份。
从文章内容提取并向主流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".
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-taxonomy/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-taxonomy/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