بنقرة واحدة
calculate-hash
Calculate the cryptographic hash of a given text. Supports SHA-1, SHA-256, SHA-384, and SHA-512.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Calculate the cryptographic hash of a given text. Supports SHA-1, SHA-256, SHA-384, and SHA-512.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Track daily expenses and income. Use when the user wants to log spending, record a purchase, add income, or see a budget summary.
Generate a secure random password. Use when the user asks to generate, create, or make a password.
Generates a QR code for the given url.
Translates text between languages. Use this when the user wants to translate a word, phrase, or passage into another language.
| name | calculate-hash |
| description | Calculate the cryptographic hash of a given text. Supports SHA-1, SHA-256, SHA-384, and SHA-512. |
This skill calculates the cryptographic hash of any text, fully offline using the built-in WebCrypto API.
Call the run_js tool with:
index.htmltext: String — the text to hashalgorithm: String (optional) — one of SHA-256, SHA-512, SHA-384, SHA-1. Defaults to SHA-256 if not specified.