一键导入
csv-preview
Preview CSV or TSV files in a compact table with delimiter sniffing. Use when inspecting tabular text data before transforming or importing it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Preview CSV or TSV files in a compact table with delimiter sniffing. Use when inspecting tabular text data before transforming or importing it.
用 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 | csv-preview |
| description | Preview CSV or TSV files in a compact table with delimiter sniffing. Use when inspecting tabular text data before transforming or importing it. |
| version | 1.0.0 |
| author | Zijian Guo |
| license | MIT |
| platforms | ["linux","macos"] |
| prerequisites | {"commands":["python3"]} |
| metadata | {"hermes":{"tags":["agent-tools","csv","tsv","data","preview"]}} |
Print the header and first rows of CSV or TSV data.
~/.hermes/skills/csv-preview/scripts/csv_preview.py
| Option | Default | Description |
|---|---|---|
input | required | CSV/TSV file path |
--rows | 5 | Number of data rows to print |
--delimiter | auto | Explicit delimiter |