ws

ws is a skill for Claude Code from pixell-global/sayou. It costs 16 tokens per session (419 once invoked), scanned A, original, Apache-2.0.

A workspace browser for listing files, searching their contents, viewing files, and checking their version history. A workspace is the shared place where project notes and other files are stored.

In plain words
What is it for?
Use it to list the workspace, search for files, read a specific file, or review its past changes.
Why use it?
It gives you a consistent way to find and inspect saved work without guessing where files are located. It can also show when a file changed and which version is current.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the sayou plugin — 3 skills, 3 hooks, 1 MCP server shipped together

Good fit Use it to list the workspace, search for files, read a specific file, or review its past changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pixell-global/sayou/ws
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pixell-global/sayou --skill ws
Clone the repo
git clone --depth 1 https://github.com/pixell-global/sayou

Made for: Claude Code.

Or install sayou, the plugin that ships this one along with the rest of its 3 skills, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ws

README.md
[![agentmods](https://agentmods.dev/badge/skills/pixell-global/sayou/ws/github.svg)](https://agentmods.dev/skills/pixell-global/sayou/ws)
Your own site
<a href="https://agentmods.dev/skills/pixell-global/sayou/ws"><img src="https://agentmods.dev/badge/skills/pixell-global/sayou/ws/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ws

Your own site · 80×15
<a href="https://agentmods.dev/skills/pixell-global/sayou/ws"><img src="https://agentmods.dev/badge/skills/pixell-global/sayou/ws.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00419
Opus 5 $0.00008 $0.00210
Sonnet 5 $0.00003 $0.00084
Haiku 4.5 $0.00002 $0.00042

Measured 9d ago against content hash 8f5ecf7b87cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ws scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ws/SKILL.md · 47 lines

What it actually says

/ws — Workspace Browser

Browse the sayou workspace. Show the user what's stored, find specific files, or check recent changes.

Instructions

  1. Start with an overview — use workspace_list with path: "/" and recursive: true to show the full file tree. Present it as a clean, readable tree with frontmatter metadata.

  2. If the user asks about a specific file, use workspace_read to show its contents. Mention the version number and when it was last updated.

  3. If the user asks about changes, use workspace_history on the relevant file to show version history. Offer to diff specific versions.

  4. If the workspace is empty, tell the user:

    • Use /save to save findings or decisions from this session
    • Ask Claude to "save a note about [topic]" to create a file
    • Files support YAML frontmatter for metadata (status, type, tags, etc.)
  5. For large workspaces, use workspace_search or workspace_grep to find specific files rather than listing everything.

Output Format

Show files as a tree with key metadata:

research/
  competitor-analysis.md    status=draft     [v3, 2d ago]
  market-sizing.md          status=reviewed  [v1, 5d ago]
decisions/
  auth-architecture.md      status=approved  [v2, 1w ago]
notes/
  standup-2026-02-19.md     type=meeting     [v1, today]

Keep it concise. Don't read every file's contents unless asked — the tree overview is usually enough.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 16 tokens per session scan A 8f5ecf7b87cc

Subscribe to this mod's changes

ws is a skill published in the GitHub repository pixell-global/sayou (28 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 419 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.