# Calculate Hash

> Calculate the hash of a given text.

- Skill: `google-ai-edge/calculate-hash` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add google-ai-edge/calculate-hash`
- Raw SKILL.md: https://api.skillmd.com/api/skills/google-ai-edge/calculate-hash/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: google-ai-edge (https://skillmd.com/u/google-ai-edge)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/google-ai-edge/calculate-hash

---


# Calculate hash

This skill calculates the hash of a given text.

## Examples

* "Calculate hash of..."
* "What is the hash of..."

## Instructions

Call the `run_js` tool with the following exact parameters:

- script name: `index.html`
- data: A JSON string with the following field
  - text: the text to calculate hash for

