在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用crypto-tool
星标16
分支11
更新时间2026年5月12日 10:39
Encrypt/decrypt strings with various algorithms
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Encrypt/decrypt strings with various algorithms
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | crypto-tool |
| description | Encrypt/decrypt strings with various algorithms |
| activation_keywords | ["encrypt","decrypt","crypto","aes","rsa","hash","cipher","encode"] |
| execution_mode | server |
Cryptographic operations:
Use builtin_crypto_tool tool with fields:
operation: one of "encrypt", "decrypt", "hash", "hmac", "random"algorithm: encryption algorithm (AES, RSA, MD5, SHA1, SHA256)data: data to process (required)key: (optional) encryption key or secretmode: (optional) for AES: ECB, CBC, GCM (default: CBC)Returns processed result.