askill
user-file-ops

user-file-opsSafety 90Repository

Simple operations on user-provided text files including summarization.

8 stars
1.2k downloads
Updated 1/13/2026

Package Files

Loading files...
SKILL.md

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 3/18/2026

A moderately useful skill for text file summarization with clear structure and example commands, but incomplete due to missing script implementation details. The skill explains when to use it (user files in work/inputs/ or skill outputs in out/) and provides examples, but users cannot fully execute without knowing what summarize_file.sh does. Safety is high, but completeness and actionability are held back by reliance on an undocumented external script.

90
70
70
50
55

Metadata

Licenseunknown
Version-
Updated1/13/2026
PublisherActiver007

Tags

No tags yet.