Borrowing it
Nothing to install: this file belongs to tenstorrent/tt-studio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tenstorrent/tt-studio/main/.claude/skills/tt-studio-overview/SKILL.mdgit clone --depth 1 https://github.com/tenstorrent/tt-studioWrote 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.
[](https://agentmods.dev/skills/tenstorrent/tt-studio/tt-studio-overview)<a href="https://agentmods.dev/skills/tenstorrent/tt-studio/tt-studio-overview"><img src="https://agentmods.dev/badge/skills/tenstorrent/tt-studio/tt-studio-overview/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.
<a href="https://agentmods.dev/skills/tenstorrent/tt-studio/tt-studio-overview"><img src="https://agentmods.dev/badge/skills/tenstorrent/tt-studio/tt-studio-overview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00085 | $0.00668 |
| Opus 5 | $0.00043 | $0.00334 |
| Sonnet 5 | $0.00017 | $0.00134 |
| Haiku 4.5 | $0.00009 | $0.00067 |
Grade A, and why
tt-studio-overview 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TT-Studio
TT-Studio is an easy-to-use web interface for running AI models on Tenstorrent hardware. It combines TT Inference Server's core packaging setup, containerization, and deployment automation with TT-Metal's model execution framework specifically optimized for Tenstorrent hardware.
Important notes:
- TT-Studio requires access to a Tenstorrent AI accelerator for full deployment features
- Alternatively, you can connect just the frontend to a remote API endpoint without direct hardware access
- The platform provides automatic hardware detection and seamless integration with Tenstorrent devices
- Uses containerized deployment through Docker for isolation and easy deployment
- The startup.sh script is deprecated - use
python run.pyfor all operations
Docs
- Main README: Complete overview, setup instructions, and quick start guide
- Setup Guide: Complete installation & configuration using run.py
- FAQ: Quick answers to common questions about TT-Studio
- Model Interface Guide: Using TT-Studio as AI playground (Chat, Vision, Speech, Images)
- Troubleshooting Guide: Solutions for common setup and runtime issues
- Contributing Guide: How to contribute code to the project
- Development Setup: Development environment configuration
Examples
- AI Model Interface: Complete examples of using Chat, Vision, Speech, and Image models
- vLLM Models Guide: Specific examples for running vLLM models
- AI Agent Setup: Setting up and using the AI assistant functionality
Key Components
- Frontend Interface: Modern React-based UI for model interaction and management
- Backend API: Django-based service for model management, deployment, and API endpoints
- TT Inference Server: FastAPI server for handling model inference requests
- Docker Containers: Complete containerization for isolation and easy deployment
- Automatic Hardware Detection: Seamless integration and auto-mounting of Tenstorrent devices (/dev/tenstorrent)
- Automated Setup: Complete environment configuration and model setup automation via run.py script
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.
- 10d ago First seen · 56 lines · 85 tokens per session scan A d1810de977b8
tt-studio-overview is a skill published in the GitHub repository tenstorrent/tt-studio (50 stars, last pushed today), licensed Apache-2.0. It adds 85 tokens to every session and 668 once invoked, about $0.0004 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.
Other skills, from other repositories
copilotkit-upgrade
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.
nextjs-app-router
Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.
nextjs-pages-router
Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.
langbot-dev
Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…
tamagui
Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with styled(), configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/"…
trigger-realtime-and-frontend
Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials…