Private Secrets 1 0 0
Skill by anmu14641
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anmu14641/private-secrets-1-0-0What This Skill Does
The Private Secrets skill, developed by anmu14641, serves as a specialized utility for managing sensitive credentials directly within your OpenClaw environment. It allows users to store, list, and retrieve personal data such as API keys, passwords, and security tokens in a centralized local location. By providing a structured interface for managing these secrets, the skill helps keep workspace configurations organized, preventing the need to hardcode sensitive strings directly into your scripts or prompt history.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/anmu14641/private-secrets-1-0-0
Ensure that you have the necessary write permissions for the /workspace directory, as the skill will automatically initialize a local JSON database file to store your entries.
Use Cases
This skill is ideal for developers and power users who interact with multiple APIs and need quick access to credentials without switching windows or searching through password managers. Use it to securely store your OpenAI keys, database connection strings, or third-party service tokens that are required frequently during agent automation tasks. It simplifies the workflow for switching between different environment profiles or authenticated service sessions.
Example Prompts
- "添加 secret: github_token = ghp_yourpersonalaccesstokenhere"
- "列出所有 secrets"
- "查看 secret: github_token"
Tips & Limitations
It is crucial to understand that the Private Secrets skill stores your data in a plain-text JSON file located at /workspace/skills/private-secrets-1.0.0/secrets.json. Because the file is not encrypted, it is not suitable for high-security environments where the host machine might be accessed by unauthorized users. We strongly recommend that you do not use this for critical production credentials. If you require enterprise-grade security, consider using an external Vault provider or manually encrypting the storage file with GPG or a similar utility. Always back up your secrets file to a secure location to avoid losing your stored credentials during workspace resets.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anmu14641-private-secrets-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
weather-plus
获取全球城市天气信息和预报。使用场景包括查询当前天气、未来7天预报、空气质量、穿衣建议等。适用于用户问天气、温度、预报等。
anime-calendar
国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。
天气
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。
china-scenic-spots
中国热门景区Top100合集,包含5A级景区数据库。适用于:(1) 查询景区详情(门票、最佳游览季节、建议时长);(2) 按省份/类型/季节推荐景区;(3) 制定旅游行程计划;(4) 比较不同景区。触发词:推荐景区、去哪玩、旅游攻略、景区门票、行程规划、中国旅行、A股景区、5A景区、自然风光、历史古迹、亲子游目的地等。
anime-update
查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问"XX动漫更新到第几集了"、"这周有什么新番"、"最近有什么好看的动漫"等场景。