CtrlK
BlogDocsLog inGet started
Tessl Logo

file-tools

Simple shell utilities for files and archives.

55

Quality

43%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./examples/skillrun/skills/file_tools/SKILL.md
SKILL.md
Quality
Evals
Security

Overview

Use these examples to explore basic shell commands inside a skill workspace. The assistant can run them and return results and files.

Examples

  1. List files in the workspace

    Command:

    ls -la

  2. Write a sample file to out/sample.txt

    Command:

    bash scripts/write_sample.sh "Hello from skill" out/sample.txt

  3. Create a tar.gz archive of the out/ folder

    Command:

    tar -czf out/sample.tgz -C out .

Output Files

  • out/sample.txt
  • out/sample.tgz
Repository
trpc-group/trpc-agent-go
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.