From curl-crypto-plugin
Decrypt request parameters from encrypted curl commands and encrypt payloads for encrypted test-service calls.
How this skill is triggered — by the user, by Claude, or both
Slash command
/curl-crypto-plugin:curl-cryptoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user shares:
Use this skill when the user shares:
dataDo not rely on plugin-relative node scripts/... paths from the user's workspace.
Always use the installed curl-crypto CLI directly:
command -v curl-crypto.npm install -g github:leeguooooo/curl-crypto-plugin.command -v curl-crypto still fails after installation, set CLI_PATH="$(npm prefix -g)/bin/curl-crypto" and use that absolute path for every follow-up command in the same session."${CLI_PATH:-curl-crypto}" doctor before doing any decrypt or encrypt work.npx curl-crypto, npm bin -g, npm-registry package lookups, or ad-hoc rm -rf cleanup on global module folders for this CLI."${CLI_PATH:-curl-crypto}" config init once or point the CLI at a private config file."${CLI_PATH:-curl-crypto}" decrypt-curl to extract and decrypt request params from curl."${CLI_PATH:-curl-crypto}" decrypt-payload when the payload string is already isolated."${CLI_PATH:-curl-crypto}" encrypt-payload before calling encrypted test-service endpoints.curl-crypto doctorcurl-crypto self-testcurl-crypto config pathcurl-crypto config initcurl-crypto decrypt-curl --curl-file request.curlcurl-crypto decrypt-curl --curl '<curl string>' --key abc --key-suffix xyzcurl-crypto decrypt-payload --data '<cipher>' --key abc --key-suffix xyzcurl-crypto encrypt-payload --data '{"foo":"bar"}' --key abc --key-suffix xyzcurl-crypto lookup-key --context ctx-123body.data, body, or query.data.npx claudepluginhub port-wind/marketplace --plugin curl-crypto-pluginValidates encryption implementations, audits crypto algorithms, and verifies key management in codebases and configs. Activates for data security reviews.
Guides secure cryptography: hashing (Argon2id, bcrypt), encryption (AES-256-GCM), key management, JWT signing, TLS hardening, digital signatures for sensitive data.
Secures Claude Code sessions with nopeek CLI: loads .env secrets without exposing values, stores keys, redacts cloud CLI outputs to prevent API key leaks. Useful for secret and credential safety.