Private Secrets Skill

用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。

3,891 stars

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

$curl -o ~/.claude/skills/private-secrets-1-0-0/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/anmu14641/private-secrets-1-0-0/SKILL.md"

Manual Installation

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

How Private Secrets Skill Compares

Feature / AgentPrivate Secrets SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

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

3891
from openclaw/skills

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

3891
from openclaw/skills

Detect hardcoded secrets (API keys, tokens, passwords) in text or code

aws-secrets-scanner

3891
from openclaw/skills

Detect hardcoded secrets, exposed API keys, and credential misconfigurations in IaC and config files

env-secrets-manager

3891
from openclaw/skills

Env & Secrets Manager

hl-privateer

3891
from openclaw/skills

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

3891
from openclaw/skills

Git 安全扫描器 - 检查提交中的敏感信息泄露(API keys、密码、token)

private-web-search-searchxng

3817
from openclaw/skills

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.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

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.

Content & Documentation

find-skills

3891
from openclaw/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.

General Utilities

tavily-search

3891
from openclaw/skills

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.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research