一键导入
file-hash
Compute stable checksums for one or more files using hashlib algorithms. Use when the user needs reproducible content verification or artifact IDs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compute stable checksums for one or more files using hashlib algorithms. Use when the user needs reproducible content verification or artifact IDs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and run lightweight regression evaluations for agents, tools, prompts, and workflows. Use when comparing agent versions, catching behavior drift, measuring pass rates over repeated runs, or turning production failures into replayable test cases.
Audit agent repositories, MCP configurations, tool schemas, prompts, and logs for common security risks: secret exposure, prompt injection payloads, tool poisoning, command execution, broad filesystem access, and unsafe auto-approval.
Inspect agent traces, tool-call logs, and OpenTelemetry/OpenInference-style span exports. Use when debugging why an agent skipped a tool, called the wrong tool, hit errors, exceeded latency budgets, or produced an unsupported answer.
Design and validate graph/state-machine agent workflows with explicit starts, terminal states, guarded cycles, human approval points, and side-effecting tool boundaries. Use when building LangGraph-style, multi-agent, or durable agent workflows.
Safely list, create, and extract zip/tar archives with path traversal checks. Use when packaging artifacts, unpacking downloaded files, or inspecting archive contents on a user's computer.
Build, run, and review browser-using AI agents with Playwright, Browser Use, MCP browser tools, or hosted browser runtimes. Use for web navigation agents, form-filling, UI task automation, screenshots, DOM/vision checks, auth/session handling, and browser-task reliability reviews.
| name | file-hash |
| description | Compute stable checksums for one or more files using hashlib algorithms. Use when the user needs reproducible content verification or artifact IDs. |
| version | 1.0.0 |
| author | Zijian Guo |
| license | MIT |
| platforms | ["linux","macos"] |
| prerequisites | {"commands":["python3"]} |
| metadata | {"hermes":{"tags":["agent-tools","checksum","sha256","hash","files"]}} |
Compute file checksums with Python's standard library.
~/.hermes/skills/file-hash/scripts/file_hash.py
| Option | Default | Description |
|---|---|---|
paths | required | One or more files to hash |
--algorithm | sha256 | Any algorithm supported by hashlib |