← 返回 Skills 市场
ivangdavila

Help Center

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
303
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install help-center
功能描述
Build and run help centers with provider selection, migration playbooks, workflow mapping, content taxonomy, and support deflection metrics.
使用说明 (SKILL.md)

Setup

If ~/help-center/ does not exist or is empty, explain that local planning files can be created for this skill and follow setup.md.

When to Use

User needs to create, migrate, or improve a help center. Handles provider selection, custom architecture, knowledge base structure, support workflow design, and ongoing optimization.

Architecture

Memory lives in ~/help-center/. See memory-template.md for structure.

~/help-center/
├── memory.md           # Status, decisions, and constraints
├── provider-score.md   # Provider scoring snapshots
├── content-inventory.md # Existing articles and gaps
└── rollout-log.md      # Launch and post-launch notes

Quick Reference

Topic File
Setup and integration setup.md
Memory template memory-template.md
Provider comparison provider-matrix.md
Build your own stack build-own-stack.md
Migration plan migration-playbook.md
Content operations content-ops.md
Launch checklist launch-checklist.md

Core Rules

1. Frame the Support Model Before Picking Tools

Capture support channels, monthly ticket volume, languages, compliance constraints, and team size first. Do not recommend a provider or architecture without these inputs.

2. Compare Provider and Build-Your-Own Paths Explicitly

Use provider-matrix.md to score at least two vendor options and one custom-stack option against the same criteria: total cost, speed, customization, lock-in risk, and maintenance burden.

3. Design Information Architecture Early

Define categories, article templates, ownership, and review cadence before content migration. A help center without taxonomy rules becomes unsearchable within weeks.

4. Tie the Help Center to Ticketing Workflows

Map every article category to triage tags, escalation routes, and SLA targets. A help center is operational infrastructure, not only documentation.

5. Treat Migration as a Controlled Release

Use migration-playbook.md for inventory, redirects, URL mapping, and fallback plans. Never migrate content without rollback steps and QA checks.

6. Operate with Leading and Lagging Metrics

Track deflection rate, first response time, article freshness, unresolved search queries, and escalation frequency. Review weekly and update content priorities.

7. Save Decisions and Constraints for Future Sessions

After each strategic choice, update ~/help-center/memory.md with decision rationale, rejected options, and open risks so future work stays consistent.

Common Traps

  • Choosing a provider by brand familiarity alone -> hidden costs and painful migration later.
  • Migrating old articles without rewrite standards -> users keep opening tickets for already documented issues.
  • Ignoring search analytics -> dead articles stay published while top unanswered intents grow.
  • Launching without ownership model -> stale content accumulates and trust drops.
  • Tracking only page views -> no visibility into support impact or deflection quality.

Security & Privacy

Data that leaves your machine:

  • None by default. This skill focuses on local planning and decision support.

Data that stays local:

  • Planning notes, scoring decisions, and rollout logs in ~/help-center/.

This skill does NOT:

  • Send local files to third-party APIs.
  • Execute provider-side changes automatically.
  • Access files outside ~/help-center/ for memory storage.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • customer-support — run frontline support workflows and escalation handling.
  • documentation — write clear internal and external product documentation.
  • workflow — design repeatable operational workflows with clear handoffs.
  • crm — connect support insights with customer lifecycle systems.

Feedback

  • If useful: clawhub star help-center
  • Stay updated: clawhub sync
安全使用建议
This skill appears to be a local planning and playbook helper and is internally consistent. Before installing, review and confirm the following: (1) the skill will create files only under ~/help-center/ — back up anything in that path you care about; (2) it claims to create files only after asking for confirmation — when first run, verify the prompt and deny file creation if you don't want it; (3) the skill is instruction-only (no code to inspect), but the source is listed as unknown — if you require provenance, verify the publisher or homepage; (4) the agent platform allows autonomous invocation by default—if you prefer to limit automatic runs, disable autonomous invocation for this skill in your agent settings. If you want extra caution, run the skill in a throwaway account or VM first to confirm behavior.
功能分析
Type: OpenClaw Skill Name: help-center Version: 1.0.0 The OpenClaw AgentSkills skill bundle is designed for local help center planning and decision support. All instructions to the AI agent, found in `SKILL.md`, `setup.md`, and `memory-template.md`, explicitly confine file operations to the `~/help-center/` directory. The skill clearly states it does not send local files to third-party APIs, execute provider-side changes automatically, or access files outside its designated memory storage. Crucially, it instructs the agent to require user confirmation before creating or modifying any local planning files, demonstrating a strong commitment to user consent and data privacy. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with harmful intent.
能力评估
Purpose & Capability
The name and description (help center planning, provider selection, migration playbooks, taxonomy, metrics) match the content of the SKILL.md and supporting docs. There are no unexpected required binaries, environment variables, or external services declared.
Instruction Scope
Runtime instructions are limited to guiding conversations, creating/maintaining files under ~/help-center/, and providing checklists and templates. The SKILL.md explicitly states files are created only after user confirmation and that it does not send local files to third-party APIs or modify files outside ~/help-center/.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. That minimizes disk-write and executable risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond the local ~/help-center/ workspace, which is proportionate for a planning/consulting skill.
Persistence & Privilege
The skill is not marked always:true and does not request system-level persistence. It records a small local memory in ~/help-center/memory.md per its instructions, which is reasonable for its stated purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install help-center
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /help-center 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with provider selection matrix, custom stack blueprint, migration playbook, and help center operations guidance.
元数据
Slug help-center
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Help Center 是什么?

Build and run help centers with provider selection, migration playbooks, workflow mapping, content taxonomy, and support deflection metrics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。

如何安装 Help Center?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install help-center」即可一键安装,无需额外配置。

Help Center 是免费的吗?

是的,Help Center 完全免费(开源免费),可自由下载、安装和使用。

Help Center 支持哪些平台?

Help Center 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Help Center?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论