私密信息管理
Private Secrets Skill
by anmu14641
用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。
安装
claude skill add --url https://github.com/openclaw/skills文档
用于安全存储和管理你的私密信息(如 API Key、密码、令牌等)。
功能
- 添加私密信息:记录名称 + 内容
- 查看列表:查看已存储的信息名称(不含内容)
- 读取内容:查看具体的私密内容
存储位置
/workspace/skills/private-secrets-1.0.0/secrets.json
使用方式
添加 secret
添加 secret: [名称] = [内容]
例:添加 secret: openai_key = sk-xxx
查看列表
列出所有 secrets
读取内容
查看 secret: [名称]
安全注意
- 此文件存储在本地,未加密
- 建议定期备份
- 如需更高安全性,可使用加密工具手动加密文件
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>