Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

viewing-files查看文件

Agent Skill

viewing-files 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

517

周安装

22

GitHub Stars

8

下载量

181
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:viewing-files(查看文件)
来源仓库:https://github.com/iota9star/my-skills
仓库路径:skills/viewing-files
安装命令:
npx skills add https://github.com/iota9star/my-skills --skill viewing-files
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/iota9star/my-skills --skill viewing-files

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持按关键词、任务场景或来源线索进行信息匹配与过滤。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • viewing-files 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

bat: Enhanced File Viewer with Syntax Highlighting

Always invoke bat skill for enhanced file viewing - do not execute bash commands directly.

Use bat as a modern replacement for cat with beautiful syntax highlighting, Git integration, and smart features.

When to Use bat vs cat

Use bat when:

  • Viewing source code or structured text files
  • Syntax highlighting improves readability
  • Need Git integration or line numbers
  • Working with files >50 lines where highlighting helps
  • Previewing changes from other tools

Use cat when:

  • Very small files (<10 lines)
  • Non-text/binary files
  • Simple concatenation without formatting
  • When highlighting would add noise
  • Performance-critical operations on many tiny files

Common workflow: Any skill → bat skill (preview enhanced output)

Default Strategy

Invoke bat skill for enhanced file viewing with syntax highlighting. Use when viewing source files, documentation, or when syntax highlighting improves readability.

Common workflow: Any discovery skill → bat skill (preview enhanced output).

Key Options

Display Control

  • -n/--number line numbers only
  • -p/--plain plain output (no decorations)
  • -A/--show-all show non-printable characters
  • --line-range START:END view specific lines
  • --wrap never disable line wrapping
  • --tabs N set tab width to N spaces

Language & Themes

  • -l/--language LANG force language detection
  • --list-languages show supported languages
  • --list-themes show available themes
  • --theme NAME set color theme (default: Monokai Extended)
  • --theme-dark/--theme-light auto-switch themes based on terminal
  • BAT_THEME environment variable for default theme

Output Styling

  • --style COMPONENTS control output (numbers,changes,header,grid,snip)
  • --decorations auto|never|always control decorations
  • --color always|never|auto control coloring

Paging

  • --paging auto|never|always control paging behavior
  • --pager COMMAND set custom pager
  • BAT_PAGER environment variable

When to Use

  • Code Review: View source files with syntax highlighting and line numbers
  • Git Workflow: Check file modifications and view historical versions
  • Documentation: Colorize help pages and documentation
  • File Concatenation: Replace cat with enhanced features
  • Integration: Use as previewer for fzf or other tools

Core Principles

  1. Enhanced cat: Drop-in replacement with intelligent improvements
  2. Smart Defaults: Automatic paging when appropriate, Git integration when in repo
  3. Syntax Highlighting: Supports 200+ languages with accurate detection
  4. Performance Optimized: Fast loading, efficient rendering, handles large files well

Detailed Reference

For comprehensive usage patterns, integration examples, advanced features, and troubleshooting, load bat guide when needing:

  • Git integration workflows
  • Output styling and customization details
  • Theme configuration and options
  • Performance optimization tips
  • Shell integration examples

The guide includes:

  • Core usage patterns and language control
  • Git integration workflows
  • Output styling and customization
  • Integration with other tools (fzf, git, ripgrep)
  • Advanced features and configuration
  • Performance tips and troubleshooting

Skill Combinations

For Discovery Phase

  • fd → fzf → bat: Find files, select interactively, view with syntax highlighting
  • ripgrep → fzf → bat: Search content, select matches, view with highlighting
  • jq/yq → fzf → bat: Extract data, select entries, view formatted output

For Analysis Phase

  • analyzing-code-structure → bat: Preview structural changes with syntax highlighting
  • sd → bat: Preview find-and-replace results before committing
  • extracting-code-structure → bat: View extracted code structure with formatting

For Output Preview

  • tokei → bat: View code statistics with formatted output
  • ripgrep → bat: Preview matched files with context highlighting
  • jq/yq → bat: View extracted structured data with syntax formatting

Integration Examples

# Interactive file viewer
fd --type file | fzf --preview="bat --color=always --style=numbers {}" --bind="enter:execute(bat {})"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.53%
按下载量换算62

Claude

29.58%
按下载量换算54

Cursor

19.09%
按下载量换算35

Gemini CLI

9.19%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills