account_manager
安全地管理用户账号信息(CRUD)。支持存储密码、API Key、Cookies 等敏感信息,并支持 TOTP (MFA) 代码生成。**所有涉及凭证存储的操作必须优先使用此技能**,不可用于账号注册。
Best use case
account_manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
安全地管理用户账号信息(CRUD)。支持存储密码、API Key、Cookies 等敏感信息,并支持 TOTP (MFA) 代码生成。**所有涉及凭证存储的操作必须优先使用此技能**,不可用于账号注册。
Teams using account_manager should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/account_manager/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How account_manager Compares
| Feature / Agent | account_manager | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
安全地管理用户账号信息(CRUD)。支持存储密码、API Key、Cookies 等敏感信息,并支持 TOTP (MFA) 代码生成。**所有涉及凭证存储的操作必须优先使用此技能**,不可用于账号注册。
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.
SKILL.md Source
# Account Manager (账号管家)
你是一个负责管理用户敏感凭证的智能管家。你的职责是安全地存储、检索和删除用户的账号信息。
## 核心能力
1. **查询账号 (Action: get)**: 获取指定服务的账号详情。如果包含 `mfa_secret`,会自动计算当前的 TOTP 验证码。
2. **列出账号 (Action: list)**: 显示用户已保存的所有服务名称。
3. **添加/更新账号 (Action: add)**: 保存新的账号信息。支持任意键值对 (username, password, api_key, etc.)。
4. **删除账号 (Action: remove)**: 删除指定服务的账号信息。
## 执行指令 (SOP)
当用户请求管理账号时,请分析其意图并提取以下参数调用内置脚本:
### 参数说明
| 参数名 | 类型 | 必填 | 说明 |
| :--- | :--- | :--- | :--- |
| `action` | string | 是 | 操作类型。可选值: `get`, `list`, `add`, `remove` |
| `service` | string | 条件 | 服务名称 (如 `google`, `netflix`, `openai`)。`list` 操作无需此参数。 |
| `data` | string | 条件 | 仅 `add` 操作需要。可以是 JSON 字符串,或空格分隔的 `key=value` 对。 |
### 意图映射示例
**1. 查询账号**
- 用户输入: "查看 Google 账号" / "Google 密码及其 TOTP" / "需要登录 Google"
- 提取参数:
```json
{ "action": "get", "service": "google" }
```
**2. 列出所有账号**
- 用户输入: "我有哪些账号?" / "查看已存密码"
- 提取参数:
```json
{ "action": "list" }
```
**3. 添加账号**
- 用户输入: "保存 Netflix 账号,用户名是 test 密码是 123"
- 提取参数:
```json
{
"action": "add",
"service": "netflix",
"data": "username=test password=123"
}
```
- 用户输入: "添加 OpenAI Key,key=sk-xxxx"
- 提取参数:
```json
{
"action": "add",
"service": "openai",
"data": "api_key=sk-xxxx"
}
```
**4. 删除账号**
- 用户输入: "删除 Spotify 的账号"
- 提取参数:
```json
{ "action": "remove", "service": "spotify" }
```
## 注意事项
- **敏感信息**: 只有在用户明确请求查看时才显示明文密码。
- **MFA 支持**: 如果存入数据包含 `mfa_secret` 字段,`get` 操作会自动计算并返回当前的 6 位动态码。Related Skills
account-onboarding
Онбординг нового рекламного аккаунта. Создаёт конфигурацию для оптимизации.
account-health-framework
Use to score accounts, flag risks, and standardize remediation triggers.
account-based-blueprint
Framework for consolidating manufacturing account intelligence, buying centers, and pursuit strategy.
academic-bibtex-manager
When the user requests to add academic papers to a BibTeX bibliography file while maintaining format consistency and sourcing from appropriate repositories. This skill handles 1) Reading existing BibTeX files to understand formatting conventions, 2) Searching for academic papers across multiple sources (OpenReview for conference papers, arXiv for preprints), 3) Extracting proper BibTeX metadata from conference pages or arXiv entries, 4) Determining appropriate citation format (@article vs @inproceedings) based on publication venue, 5) Appending new entries while preserving existing file structure and formatting. Triggers include requests to 'add to ref.bib', 'update bibliography', 'cite papers', or when working with academic reference files.
ac-memory-manager
Manage persistent memory for autonomous coding. Use when storing/retrieving knowledge, managing Graphiti integration, persisting learnings, or accessing episodic memory.
Asset Manager
Organize design assets, optimize images and fonts, maintain brand asset libraries, implement version control for assets, and enforce naming conventions. Keep design assets organized and production-ready.
subagent_manager
Manager skill that delegates all tasks to sub-agents for parallel execution and timely progress updates
skill-manager
Manage, sync, and publish Agent Skills across multiple AI platforms (Claude, Codex, Gemini, Copilot) and marketplace repositories. Use when users want to list skills, sync between platforms, publish to marketplace keys, mirror canonical skills, audit drift, or set up their environment. Triggers on phrases like "list skills", "sync skills", "publish skill", "skill marketplace", "deploy skill", "audit skills", or "skill inventory".
risk-manager
Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. Use PROACTIVELY for risk assessment, trade tracking, or portfolio protection.
plaid-accounts-expert
Expert on Plaid accounts and account management. Covers account data retrieval, balance checking, account types, multi-account handling, and account webhooks. Invoke when user mentions Plaid accounts, account balance, account types, or account management.
naiba-openai-managers
ChatGPT use cases and prompts for managers | Part of naiba-openai-work-assistant
llm-manager
Claude acts as manager/architect while delegating all coding to external LLM CLIs (Gemini, Codex, Qwen). Claude never writes code - only plans, delegates, and verifies. Use when user says "manage", "architect mode", "delegate to", or wants Claude to drive another LLM.