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

help-center-article-generator帮助中心文章生成器

Agent Skill

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

总安装

194

周安装

8

GitHub Stars

630

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:help-center-article-generator(帮助中心文章生成器)
来源仓库:https://github.com/gooseworks-ai/goose-skills
仓库路径:skills/help-center-article-generator
安装命令:
npx skills add https://github.com/gooseworks-ai/goose-skills --skill help-center-article-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/gooseworks-ai/goose-skills --skill help-center-article-generator

简介

help-center-article-generator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于帮助中心内容生成和信息检索相关任务场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,具体用法可结合原始 README 核验。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Help Center Article Generator

Turn support tickets into self-serve answers. Takes repeated questions, feature docs, or product specs and generates help center articles that reduce ticket volume.

Built for: Early-stage teams where the same 20 questions make up 80% of support tickets, and nobody has time to write help docs. The goal is to turn one afternoon of article generation into months of ticket deflection.

When to Use

  • "Write help center articles for our top support questions"
  • "Turn these support tickets into FAQ articles"
  • "Generate docs for [feature]"
  • "Build out our knowledge base"
  • "Our support volume is too high — help me create self-serve content"

Phase 0: Intake

Content Source (provide any/all)

  1. Support ticket export — CSV/list of recent tickets (subject, description, resolution). The skill will cluster them to find the top recurring topics.
  2. FAQ list — Already know the top questions? Provide them directly.
  3. Feature documentation — Internal docs, PRDs, or specs for features that need customer-facing articles.
  4. Product walkthrough — Describe the workflow step-by-step and the skill generates the article.
  5. Existing articles to improve — URLs or text of current help articles that need rewriting.

Configuration

  1. Product name — What's the product called?
  2. Audience — Who reads these? (Technical users, non-technical, mixed)
  3. Tone — Casual/friendly, professional, technical/developer-docs?
  4. Article structure preference:

- Standard — Overview → Steps → Troubleshooting → Related - Developer — Overview → API reference → Code examples → Errors - Quick start — What → Why → How (3 steps max) → Next

  1. Screenshot convention — Do you use screenshots? (The skill will insert [Screenshot: description] placeholders)
  2. Batch or single? — One article or generate multiple from a ticket export?

Phase 1: Topic Clustering (Batch Mode)

If provided a ticket export, cluster tickets into article topics:

Clustering Approach

  1. Group by similarity — Cluster tickets with similar subject/description
  2. Rank by frequency — Most common clusters = highest priority articles
  3. Identify article type per cluster:
TypeWhen to UseExample
How-to"How do I do X?""How to set up email integration"
Troubleshooting"X isn't working""Fix: emails not sending"
Concept/Overview"What is X?""Understanding billing plans"
Reference"What are the options for X?""API rate limits and quotas"
Getting StartedFirst-time setup"Quick start: your first campaign"

Cluster Output

TOPIC CLUSTERS (ranked by ticket frequency):

1. [Topic] — [N tickets] — Type: [How-to]
   Common phrasing: "[How customers ask this question]"
   Resolution pattern: [What support typically tells them]

2. [Topic] — [N tickets] — Type: [Troubleshooting]
   ...

3. ...

Phase 2: Article Generation

Article Template — How-to

# [Action-oriented title — e.g., "How to Set Up Email Integration"]

[1-2 sentence overview: What this article covers and who it's for]

**Time to complete:** [X minutes]
**Prerequisites:** [What they need before starting — e.g., "Admin access, API key"]

---

## Step 1: [Action verb + what to do]

[1-2 sentences explaining this step]

[Screenshot: Description of what the user should see — e.g., "Settings page with Integrations tab highlighted"]

> **Tip:** [Helpful context or shortcut]

## Step 2: [Action verb + what to do]

[Instructions]

[Screenshot: Description]

## Step 3: [Action verb + what to do]

[Instructions]

---

## Verify It Worked

[How to confirm the setup was successful]

[Screenshot: Description of success state]

---

## Troubleshooting

### [Common problem 1]
**Symptom:** [What the user sees]
**Cause:** [Why this happens]
**Fix:** [Step-by-step resolution]

### [Common problem 2]
**Symptom:** [...]
**Cause:** [...]
**Fix:** [...]

---

## FAQ

**Q: [Common follow-up question]**
A: [Answer]

**Q: [Another common question]**
A: [Answer]

---

## Related Articles

- [[Article title]] — [1-line description of when to read it]
- [[Article title]] — [...]

Article Template — Troubleshooting

# Fix: [Problem description — e.g., "Emails Not Sending"]

[1-2 sentences: When you'd encounter this problem]

---

## Quick Fix

Try this first (resolves ~80% of cases):

1. [Most common fix — step 1]
2. [Step 2]
3. [Verify]

---

## If That Didn't Work

### Check 1: [First thing to verify]
[How to check + what to look for]

✅ If [expected result] → This isn't the issue. Move to Check 2.
❌ If [unexpected result] → [Specific fix for this case]

### Check 2: [Second thing to verify]
[How to check]

✅ If OK → Move to Check 3.
❌ If not → [Fix]

### Check 3: [Third thing to verify]
[How to check]

✅ If OK → Move to "Still Not Working?"
❌ If not → [Fix]

---

## Still Not Working?

If none of the above resolved your issue:

1. [What information to gather — e.g., "Screenshot of the error message"]
2. [Where to get help — e.g., "Email support@company.com with the above info"]
3. [Expected response time]

---

## Why This Happens

[2-3 sentences explaining the root cause for curious users. Optional but builds trust.]

## Related Articles

- [[Article]] — [Context]

Article Template — Getting Started / Quick Start

# Getting Started with [Feature/Product]

[1-sentence: What you'll accomplish by the end of this guide]

**Time:** [X minutes] | **Difficulty:** [Beginner/Intermediate]

---

## What You'll Need

- [Prerequisite 1]
- [Prerequisite 2]

---

## Step 1: [First thing to do] (2 min)

[Clear instructions]

[Screenshot: Description]

## Step 2: [Second thing] (3 min)

[Instructions]

## Step 3: [Third thing] (2 min)

[Instructions]

---

## You're All Set! 🎉

[What they can now do]

**Next steps:**
- [Logical next action — link to next article]
- [Power user tip — link to advanced article]
- [Join community — link if applicable]

Phase 3: Article Quality Check

For each generated article, verify:

  • Title is action-oriented — Starts with "How to", "Fix:", "Getting Started", or "Understanding"
  • Scannable — Headers, numbered steps, bold key terms. No walls of text.
  • Complete — Covers the full workflow, not just the happy path
  • Troubleshooting included — At least 2 common failure scenarios
  • No jargon — Uses the customer's language, not internal terminology
  • Screenshot placeholders — Every step that involves UI has a placeholder
  • Related articles linked — Cross-references to keep users in the help center
  • Search-friendly — Title and first paragraph contain keywords customers actually search for

Phase 4: Output

Single Article Mode

Save to the current working directory as [article-slug].md.

Batch Mode

Save all articles to a help-center/ subdirectory in the current working directory, with an _index.md table of contents.

Index Template

# Help Center — [Product Name]
Generated: [DATE] | Articles: [N]

## Getting Started
- [[getting-started-guide.md]] — First-time setup walkthrough
- [[quick-start.md]] — 5-minute quick start

## How-To Guides
- [[how-to-setup-email.md]] — Set up email integration
- [[how-to-invite-team.md]] — Invite team members
- ...

## Troubleshooting
- [[fix-emails-not-sending.md]] — Emails not sending
- [[fix-login-issues.md]] — Can't log in
- ...

## Reference
- [[api-rate-limits.md]] — API limits and quotas
- [[billing-plans.md]] — Plan comparison and billing FAQ

Cost

ComponentCost
All article generationFree (LLM reasoning)
TotalFree

Tools Required

None. Pure reasoning skill — takes raw input and produces structured articles.

Trigger Phrases

  • "Write help center articles from our support tickets"
  • "Generate docs for [feature]"
  • "Build out our knowledge base"
  • "Turn our FAQs into help articles"
  • "Run help center article generator"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.09%
按下载量换算21

Claude

29.17%
按下载量换算18

Cursor

18.98%
按下载量换算12

Gemini CLI

8.81%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills