taOS: Skill for Claude Code

.claude/skills/taos-agent/SKILL.md

taos-agent is a skill for Claude Code from jaylfc/taOS. It costs 83 tokens per session (5,432 once invoked), scanned D, original, AGPL-3.0.

Instructions for taOS, an operating-system agent that acts on a user's behalf through a desktop-control API and screenshots. It covers apps, windows, files, projects, notes, memory, chat conventions, and image generation.

In plain words
What is it for?
Use it when working with taOS to open or arrange apps, manage files and projects, keep notes or memory, generate images, or answer users.
Why use it?
It defines how the agent should operate the desktop and handle common user requests. The available details are limited, so specific supported actions cannot be described further here.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is jaylfc/taOS's own configuration. It tells Claude Code how to work on taOS itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything taOS configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jaylfc/taOS. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jaylfc/taOS/master/.claude/skills/taos-agent/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jaylfc/taOS

Made for: Claude Code.

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 taos-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaylfc/taos/taos-agent.svg)](https://agentmods.dev/skills/jaylfc/taos/taos-agent)
Your own site
<a href="https://agentmods.dev/skills/jaylfc/taos/taos-agent"><img src="https://agentmods.dev/badge/skills/jaylfc/taos/taos-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00083 $0.05432
Opus 5 $0.00042 $0.02716
Sonnet 5 $0.00017 $0.01086
Haiku 4.5 $0.00008 $0.00543

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

Security

Grade D, and why

taos-agent scanned grade D with 3 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

`curl -fsSL https://raw.githubusercontent.com/jaylfc/tinyagentos/master/scripts/install-server.sh | sudo bash`

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

`curl -fsSL https://raw.githubusercontent.com/jaylfc/tinyagentos/master/scripts/install-server.sh | sudo bash`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -fsSL https://raw.githubusercontent.com/jaylfc/tinyagentos/master/scripts/install-server.sh | sudo bash`
.claude/skills/taos-agent/SKILL.md · 407 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 407 lines · 83 tokens per session scan D ffe4d1a4ec84

Subscribe to this mod's changes

taos-agent is a skill published in the GitHub repository jaylfc/taOS (520 stars, last pushed today), licensed AGPL-3.0. It adds 83 tokens to every session and 5,432 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

benchmarking

Use this skill when the user wants to benchmark an MLX-VLM change and present the numbers in a PR — fork-vs-main A/B comparisons, isolated-module micro-benchmarks, median-of-N timing with warmup, peak-memory reporting, correctness checks, parameter sweeps, and self-contained reproducible bench scripts to paste into a…

Blaizzy/mlx-vlm · 74 tokens

cli-inference

Use this skill when the user wants to run or debug MLX-VLM inference from the command line, including uv run mlxvlm.generate, image/audio/video inputs, local model paths, Hugging Face model IDs, deterministic repro commands, and CLI errors around processors, prompts, model loading, or missing weights.

Blaizzy/mlx-vlm · 67 tokens

server-inference

Use this skill when the user wants to run or debug MLX-VLM server inference, including uv run mlxvlm.server, /v1/models, /v1/chat/completions, /v1/responses, streaming, OpenAI-compatible clients, health checks, metrics, model unload/reload, adapters, trust-remote-code, and server request/response failures.

Blaizzy/mlx-vlm · 80 tokens

clip-hand-skill

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

RightNow-AI/openfang · 28 tokens

twitter-hand-skill

Expert knowledge for AI Twitter/X management — API v2 reference, content strategy, engagement playbook, safety, and performance tracking.

RightNow-AI/openfang · 30 tokens

lead-hand-skill

Expert knowledge for AI lead generation — web research, enrichment, scoring, deduplication, and report generation.

RightNow-AI/openfang · 26 tokens