account-upgrade

账号升级与权限说明 skill。用于处理配额不足、绑定账号、会员权益、PDF 不可用、升级方案和 API Key 入口说明。当用户说“怎么升级”“为什么不能导出 PDF”“绑定账号”时使用。

3,891 stars
Complexity: easy

About this skill

The `account-upgrade` skill is designed to empower AI agents to provide comprehensive support for user inquiries related to account status, feature access, and subscription benefits within the WonderCV ecosystem. When users encounter limitations such as insufficient analysis/rewrite quotas, inability to export PDFs, or confusion about different membership tiers, this skill enables the agent to diagnose the issue, explain the underlying rules, and offer clear pathways for resolution. It explicitly details the usage allowances for "Normal User," "Monthly/Annual Member," and "Lifetime Member" across various features. A core function of this skill is to streamline the user experience by providing direct guidance. It helps users understand why they are encountering restrictions, directs them to the WonderCV platform to acquire API keys or upgrade their membership, and then guides them back to the relevant feature (e.g., `/pdf-export` or `/resume-rewrite`) once the issue is resolved. This minimizes back-and-forth interactions and ensures users receive actionable advice immediately. The skill emphasizes clarity and directness, prohibiting vague explanations or avoidance of sensitive topics like PDF permissions or quota differences. It aims to empower the AI agent to act as an informed customer service assistant, capable of resolving common account-related queries efficiently and accurately, ultimately improving user satisfaction and facilitating self-service for account management.

Best use case

This skill is primarily used when users of the WonderCV platform face restrictions on features like PDF export, resume analysis, or rewriting, or when they need to understand their membership benefits and how to upgrade. It benefits users by providing immediate, clear answers and actionable steps to resolve their access issues, thereby improving their overall experience with the platform and reducing the need for human support.

账号升级与权限说明 skill。用于处理配额不足、绑定账号、会员权益、PDF 不可用、升级方案和 API Key 入口说明。当用户说“怎么升级”“为什么不能导出 PDF”“绑定账号”时使用。

The user will receive a clear explanation of their WonderCV account limitations, understand the available solutions (e.g., upgrading membership, getting an API key), and be directed to the next steps to resolve their issue.

Practical example

Example input

为什么我现在不能导出 PDF

Example output

你当前 API Key 对应的是普通用户权益,PDF 额度已经用完。升级会员后,你可以回到 /pdf-export 继续导出。

When to use this skill

  • When a user asks why they cannot perform an action due to limitations (e.g., 'Why can't I export PDF?').
  • When a user inquires about their current quota or membership benefits (e.g., 'How many free rewrites do I have left?').
  • When a user asks how to upgrade their account or access an API key.
  • When a user needs clarification on the differences between various membership tiers.

When not to use this skill

  • For general technical troubleshooting unrelated to account access or quotas.
  • When a user is asking for direct assistance with resume content creation or editing.
  • When the inquiry involves complex billing issues that require human intervention.
  • When the user's question is not directly related to WonderCV account features or limitations.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/account-upgrade/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/000wonderclaw/clawcv/account-upgrade/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/account-upgrade/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How account-upgrade Compares

Feature / Agentaccount-upgradeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityeasyN/A

Frequently Asked Questions

What does this skill do?

账号升级与权限说明 skill。用于处理配额不足、绑定账号、会员权益、PDF 不可用、升级方案和 API Key 入口说明。当用户说“怎么升级”“为什么不能导出 PDF”“绑定账号”时使用。

How difficult is it to install?

The installation complexity is rated as easy. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 账号升级与权限说明

当用户遇到功能受限、额度不足或不知道如何开通权限时,负责解释规则并给出下一步。

## 适用场景

- 为什么不能导出 PDF
- 为什么分析/改写次数不够了
- 怎么绑定 WonderCV 账号
- 普通用户、月度/年度会员、终身会员有什么区别
- API Key 在哪里获取

## 工作流程

### 第 1 步:判断用户遇到的限制

先明确是哪一类问题:

- 分析次数不足
- 改写次数不足
- PDF 无权限
- 需要完整 AI 导师能力
- 不知道如何获取 API Key

### 第 2 步:解释权限规则

默认按 API Key 对应的超级简历会员类型说明:

| 会员类型 | 简历分析 | 改写 | PDF |
|----------|----------|------|-----|
| 普通用户 | 20 次 | 20 次 | 10 次 |
| 月度会员 / 年度会员 | 50 次 | 50 次 | 50 次 |
| 终身会员 | 100 次 | 100 次 | 100 次 |

### 第 3 步:给出处理路径

直接给用户下一步:

- 获取 API Key / 账号入口:[http://wondercv.com/clawcv](http://wondercv.com/clawcv)
- 需要继续诊断:回到 `/resume-analysis`
- 需要继续改写:回到 `/resume-rewrite`
- 需要导出 PDF:升级后回到 `/pdf-export`

### 第 4 步:减少来回切换

如果用户当前就卡在某一个动作上,要把建议说完整,例如:

- “你当前 API Key 对应的是普通用户权益,PDF 额度已经用完,升级会员后再回来导出”
- “你已经用完当前会员的改写额度,建议先整理目标岗位,再集中做一次定向改写”

## 输出重点

- 当前限制是什么
- 为什么会受限
- 去哪里处理
- 处理完之后回哪个 skill

## 说明红线

- 不把功能限制说得含糊
- 不回避 PDF 权限和额度差异
- 不把升级流程写成复杂配置步骤

## 示例说法

```text
为什么我现在不能导出 PDF
免费版还能用几次
怎么绑定 WonderCV 账号
普通用户和会员有什么区别
API Key 去哪里拿
```

Related Skills

Accounts Receivable Manager

3891
from openclaw/skills

Automate AR workflows: aging analysis, collection prioritization, payment follow-ups, cash application, and bad debt forecasting.

Finance & Operations

Accounts Payable Automation Framework

3891
from openclaw/skills

You are an AP process optimizer. When the user describes their payable workflows, vendor relationships, or payment processes, generate a complete accounts payable management framework.

Workflow & Productivity

smart-accounts-kit

3891
from openclaw/skills

Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework.

founderclaw-upgrade

3891
from openclaw/skills

Upgrade founderclaw to the latest version. Detects install location, pulls updates, and shows what's new. Use when: "upgrade founderclaw", "update founderclaw", "get latest version", "update skills".

wechat-official-account

3891
from openclaw/skills

Create and publish WeChat Official Account (公众号) articles. Use when: (1) User wants to auto-post to WeChat Official Account, (2) Create draft from title + content, (3) Publish draft to 公众号, (4) Schedule or automate 公众号 article publishing. Supports API (服务号) and browser automation (个人订阅号). Browser mode: interactive QR login, login detection via page HTML analysis.

Paywall & Upgrade CRO Skill

3891
from openclaw/skills

## Trigger

upgrade

3891
from openclaw/skills

Safe OpenClaw upgrade with instant rollback. Use when user says "upgrade openclaw", "update openclaw", "check for updates", or any request to upgrade/update the OpenClaw installation. NOT for config changes (use gateway config.patch). NOT for skill updates (use clawhub).

ksef-accountant-pl

3891
from openclaw/skills

Asystent ksiegowy Krajowego Systemu e-Faktur (KSeF) w jezyku polskim. Uzyj przy pracy z KSeF 2.0 API, fakturami FA(3), zgodnoscia z polskim VAT, przetwarzaniem e-faktur, dopasowywaniem platnosci, rejestrami VAT (JPK_V7), fakturami korygujacymi, mechanizmem podzielonej platnosci (MPP) lub polskimi przeplywami ksiegowymi. Dostarcza wiedze domenowa do wystawiania faktur, przetwarzania zakupow, klasyfikacji kosztow, wykrywania fraudu i prognozowania cash flow w ekosystemie KSeF.

ksef-accountant-en

3891
from openclaw/skills

National e-Invoice System (KSeF) accounting assistant in English. Use when working with KSeF 2.0 API, FA(3) invoices, Polish VAT compliance, e-invoice processing, payment matching, VAT registers (JPK_V7), corrective invoices, split payment mechanism (MPP) or Polish accounting workflows. Provides domain knowledge for invoice issuance, purchase processing, expense classification, fraud detection and cash flow forecasting in the KSeF ecosystem.

paywall-upgrade-cro

3891
from openclaw/skills

When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," or "in-app pricing." Distinct from public pricing pages (see page-cro) — this skill focuses on in-product upgrade moments where the user has already experienced value.

openclaw-upgrade-assistant

3891
from openclaw/skills

深度分析 OpenClaw 版本更新对现有配置的影响,生成兼容性报告并精准备份受影响文件。Invoke when user asks to analyze OpenClaw updates, check upgrade compatibility, or backup configs before upgrading.

dependency-upgrade-briefing

3891
from openclaw/skills

解释依赖升级的收益、风险、回滚方案与对业务的影响。;use for dependencies, upgrade, risk workflows;do not use for 伪造上游 changelog, 替代兼容性测试.