user-file-ops

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "user-file-ops" with this command: npx skills add microck/ordinary-claude-skills/microck-ordinary-claude-skills-user-file-ops

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

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

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.

Automation

novelweave-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

novel-writer-workflow-guide

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

billing-automation

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agentdb memory patterns

No summary provided by upstream source.

Repository SourceNeeds Review