Simple operations on user-provided text files including summarization.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add Activer007/ordinary-claude-skills --skill user-file-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of User File Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/activer007-user-file-ops)More formats (shields.io, HTML) on the badges page.
---
name: user-file-ops
description: Simple operations on user-provided text files including summarization.
---
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). Files produced
by other skills are usually written under `out/` and can be
summarized directly from there.
Examples
1) Summarize a text file already present in the workspace
Command:
bash scripts/summarize_file.sh \
work/inputs/example.txt \
out/example_summary.txt
2) Summarize a different file
Command:
bash scripts/summarize_file.sh \
work/inputs/notes.txt \
out/notes_summary.txt
3) 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!