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


