Agent Skills
› DenisovAV/flutter_gemma
› calculate-hash
calculate-hash
GitHub计算给定文本的哈希值,通过调用 run_js 工具执行 index.html 脚本实现。
Trigger Scenarios
用户要求计算文本哈希
询问某段文本的哈希值
Install
npx skills add DenisovAV/flutter_gemma --skill calculate-hash -g -y
SKILL.md
Frontmatter
{
"name": "calculate-hash",
"description": "Calculate the hash of a given text."
}
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
Version History
- 451fc69 Current 2026-08-20 14:01


