From hashicorp-vault
Use this skill when the user asks to "issue a certificate", "manage PKI", "create a TLS cert", "revoke a certificate", "list certificates", "set up internal CA", or any task involving Vault PKI secrets engine.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin hashicorp-vaultThis skill uses the workspace's default tool permissions.
Use the `hashicorp-vault` MCP server tools to manage X.509 certificates via the PKI secrets engine.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
Use the hashicorp-vault MCP server tools to manage X.509 certificates via the PKI secrets engine.
pki), role name, and common name.vault_pki_issue_cert with the parameters.Call vault_pki_list_certs to list all serial numbers of issued certificates.
Call vault_pki_read_cert with the serial number to view the certificate details.
vault_pki_revoke_cert.The Transit engine provides encryption-as-a-service:
vault_transit_encrypt with the key name and base64 plaintext.vault:v1:... ciphertext.vault_transit_decrypt with the key name and ciphertext.vault_transit_list_keys — list all encryption keysvault_transit_create_key — create a new key (choose type: aes256-gcm96, ed25519, rsa-2048, etc.)vault write transit/keys/{name}/rotate.See references/pki-setup.md for PKI engine setup guide.