head-tool

Display the first lines of files. Use for quickly previewing file contents, checking headers, or sampling data.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "head-tool" with this command: npx skills add dinghaibin/head-tool

File Header Viewer

Output the beginning of files, defaulting to the first 10 lines. Essential for previewing log files, CSV headers, and large text files without loading them entirely.

Usage

head-tool [options] [file...]

Options

  • -n N: Show first N lines (default: 10)
  • -c N: Show first N bytes instead of lines
  • -q: Quiet mode (suppress filename headers)
  • Read from stdin when no file specified

Examples

# Show first 10 lines
head-tool data.csv

# Show first 20 lines
head-tool -n 20 log.txt

# Show first 100 bytes
head-tool -c 100 config.yaml

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

IMDb Recommendations API

Call GET /api/imdb/title-more-like-this-query/v1 for IMDb Recommendations through JustOneAPI with id.

Registry SourceRecently Updated
General

IMDb Extended Details API

Call GET /api/imdb/title-extended-details-query/v1 for IMDb Extended Details through JustOneAPI with id.

Registry SourceRecently Updated
General

Marketpulse

Query real-time and historical financial data for equities—prices, news, financial statements, metrics, analyst estimates, insider and institutional activity...

Registry SourceRecently Updated
General

语雀 Skill

通过语雀开放API对语雀(Yuque)文档与知识库执行端到端自动化操作 —— 创建/读取/更新/删除文档、管理知识库目录(TOC)、调整Markdown排版(字号、颜色、标题、表格、代码块、提示框)、全文搜索及批量导入导出。任何用户提到"语雀""yuque""知识库""文档目录""TOC""语雀文档格式调整""语...

Registry SourceRecently Updated