skills/read/SKILL.md
Read a file's contents and return every line. Peek without touching. Use when the user asks to read, show, or peek at a file.
npx skillsauth add bishwashere/cowcode ReadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Grabs a file's contents and returns every line. Like peeking without touching - no edits, no side effects.
Call run_skill with skill: "read". Set command or arguments.action to read.
surface/main.py, MEMORY.md), absolute (e.g. /path/to/file), or use ~ for home (e.g. ~/.pasture/config.json).Use when the user says things like:
~/.pasture/config.json to show the config file and confirm paths (state dir: ~/.pasture, workspace: ~/.pasture/workspace, install: ~/.local/share/pastureprotocol unless PASTURE_INSTALL_DIR is set).~/.pasture/config.json.The skill returns the file content as text. No modifications are made.
read_file
description: Read a file's contents. Path required; optional from (line) and lines (count).
parameters:
path: string
from: number
lines: number
testing
Bridge conversation to dashboard Projects and Missions — list configured projects, register new ones with setup details, health-check, propose tasks, create missions after user approval, log progress, and update task status. Use when the user wants to work on, track, or manage a project.
testing
Scan linked teammates and score who best fits a user request. Returns ranked agents with relevance scores, reasoning, and a recommendation (delegate, handle-in-main, adapt, or create-new). Call when the topic does not clearly match your active skills or before deciding whether to delegate.
tools
Gmail integration. List, read, search, send, reply, archive, trash, mark-read emails. Natural language commands like "clear my inbox" or "summarize unread". Requires gog CLI authenticated with Gmail.
documentation
GitHub integration. Read repos, list/read issues and PRs, create branches, post comments, create PRs. Requires GitHub token in ~/.pasture/secrets.json or GITHUB_TOKEN env var.