user-file-ops
Performs quick summarization and analysis on user-provided text files. Provides file statistics and content previews.
Install
mkdir -p .claude/skills/user-file-ops && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2421" && unzip -o skill.zip -d .claude/skills/user-file-ops && rm skill.zipInstalls to .claude/skills/user-file-ops
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Simple operations on user-provided text files including summarization.Key capabilities
- →Summarize text files from workspace or output directories
- →Compute file statistics including line counts
- →Compute file statistics including word counts
- →Compute file statistics including byte counts
- →Extract short file previews
How it works
The skill executes a bash script that processes the target text file to generate statistics and a preview. It supports reading files from user-provided input directories or existing output directories.
Inputs & outputs
When to use user-file-ops
- →Summarize large text logs
- →Get statistics for configuration files
- →Create previews of documentation drafts
About this skill
Overview
Summarize text files that come from the user or from other skills. This skill can compute basic statistics (lines, words, bytes) and capture a short preview of the file.
User-provided files are typically exposed under work/inputs/ (for
example, when a host directory is mounted as inputs, or when the user
uploads a file into the conversation and the framework stages it into
the workspace before scripts run). Files produced by other skills are
usually written under out/ and can be summarized directly from
there.
Examples
-
Summarize a text file already present in the workspace
Command:
bash scripts/summarize_file.sh
work/inputs/example.txt
out/example_summary.txt -
Summarize a different file
Command:
bash scripts/summarize_file.sh
work/inputs/notes.txt
out/notes_summary.txt -
Summarize a file produced by another skill
Command:
bash scripts/summarize_file.sh
out/sample_fib.txt
out/sample_fib_summary.txt
Output Files
- out/example_summary.txt
- out/notes_summary.txt
- out/sample_fib_summary.txt
When not to use it
- →Processing non-text files
- →Performing complex data analysis
Limitations
- →Limited to text-based file formats
How it compares
This skill automates the extraction of file metrics and summaries through a standardized script rather than requiring manual inspection or custom command-line piping.
Compared to similar skills
user-file-ops side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| user-file-ops (this skill) | 2 | 3mo | Review | Beginner |
| history-insight | 0 | 7mo | Review | Beginner |
| cognitive-load | 0 | 3mo | No flags | Advanced |
| meeting-minutes | 41 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by trpc-group
View all by trpc-group →You might also like
history-insight
team-attention
This skill should be used when user wants to access, capture, or reference Claude Code session history. Trigger when user says "capture session", "save session history", or references past/current conversation as a source - whether for saving, extracting, summarizing, or reviewing. This includes any mention of "what we discussed", "today's work", "session history", or when user treats the conversation itself as source material (e.g., "from our conversation").
cognitive-load
fabioc-aloha
Don't overwhelm — chunk, scaffold, summarize first.
meeting-minutes
github
Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
knowledge-absorber
YuJunZhiXue
深度解析链接、文档或代码,生成“全能导师级”的教学笔记(零基础直达精通)。具备“真理锚定”校验能力,自动识别幻觉与过时信息。
academic-paper-review
q2805187159
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning, and constructive fee
docx
anthropics
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks