Best use case
Private Secrets Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。
Teams using Private Secrets Skill 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/private-secrets-1-0-0/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Private Secrets Skill Compares
| Feature / Agent | Private Secrets Skill | 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?
用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。
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
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Private Secrets Skill 用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。 ## 功能 - **添加私密信息**:记录名称 + 内容 - **查看列表**:查看已存储的信息名称(不含内容) - **读取内容**:查看具体的私密内容 ## 存储位置 `/workspace/skills/private-secrets-1.0.0/secrets.json` ## 使用方式 ### 添加 secret ``` 添加 secret: [名称] = [内容] 例:添加 secret: openai_key = sk-xxx ``` ### 查看列表 ``` 列出所有 secrets ``` ### 读取内容 ``` 查看 secret: [名称] ``` ## 安全注意 - 此文件存储在本地,未加密 - 建议定期备份 - 如需更高安全性,可使用加密工具手动加密文件
Related Skills
devtools-secrets
Knowledge and guardrails for the mise + fnox + infisical secrets toolchain. Use when the user asks to "configure secrets", "set up fnox", "infisical", "mise env", "secrets management", "environment variables for secrets", or mentions secret injection, secret providers, or env var hygiene.
secrets-scan
Detect hardcoded secrets (API keys, tokens, passwords) in text or code
aws-secrets-scanner
Detect hardcoded secrets, exposed API keys, and credential misconfigurations in IaC and config files
env-secrets-manager
Env & Secrets Manager
hl-privateer
Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC).
doro-git-secrets-scanner
Git 安全扫描器 - 检查提交中的敏感信息泄露(API keys、密码、token)
private-web-search-searchxng
Self-hosted private web search using SearXNG. Use when privacy is important, external APIs are blocked, you need search without tracking, or want to avoid paid search APIs.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.