volcengine-security-kms
Key lifecycle management with Volcengine KMS. Use when users need key creation, rotation policies, encryption/decryption workflows, or key permission troubleshooting.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-volcengine-security-kms
Repository
Skill path: skills/cinience/volcengine-security-kms
Key lifecycle management with Volcengine KMS. Use when users need key creation, rotation policies, encryption/decryption workflows, or key permission troubleshooting.
Open repositoryBest for
Primary workflow: Run DevOps.
Technical facets: Full Stack, Security.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install volcengine-security-kms into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding volcengine-security-kms to shared team environments
- Use volcengine-security-kms for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: volcengine-security-kms
description: Key lifecycle management with Volcengine KMS. Use when users need key creation, rotation policies, encryption/decryption workflows, or key permission troubleshooting.
---
# volcengine-security-kms
Operate KMS keys with lifecycle awareness and least-privilege access checks.
## Execution Checklist
1. Confirm key purpose, algorithm, and usage scope.
2. Create or select key and validate policy bindings.
3. Execute encrypt/decrypt/sign task.
4. Return key metadata, operation result, and audit hints.
## Safety Rules
- Never expose plaintext secrets in logs.
- Rotate keys according to policy windows.
- Validate caller permissions before key operations.
## References
- `references/sources.md`
---
## Referenced Files
> The following files are referenced in this skill and included for context.
### references/sources.md
```markdown
# Sources
- Volcengine KMS documentation and API reference
- Volcengine IAM permission model for key operations
```
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "cinience",
"slug": "volcengine-security-kms",
"displayName": "Volcengine Security Kms",
"latest": {
"version": "1.0.0",
"publishedAt": 1770769478417,
"commit": "https://github.com/openclaw/skills/commit/51ac54d13acb41fce207dc75826be40dee295df5"
},
"history": []
}
```