Borrowing it
Nothing to install: this file belongs to truss-harness/Truss. 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/truss-harness/Truss/master/.skills/truss-chat-interface/SKILL.mdgit clone --depth 1 https://github.com/truss-harness/TrussWrote 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/truss-harness/truss/truss-chat-interface)<a href="https://agentmods.dev/skills/truss-harness/truss/truss-chat-interface"><img src="https://agentmods.dev/badge/skills/truss-harness/truss/truss-chat-interface.svg" alt="Measured on agentmods" height="20"></a>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.00148 | $0.02341 |
| Opus 5 | $0.00074 | $0.01171 |
| Sonnet 5 | $0.00030 | $0.00468 |
| Haiku 4.5 | $0.00015 | $0.00234 |
Grade A, and why
truss-chat-interface 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 6d 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Truss Chat Interface
Use this skill before changing the chat experience or the minimal chat backend in Truss.
Current Shape
src/client/components/ChatLanding.tsxowns the chat screen state, loaded transcript, generated conversation title display, session mutations, composer submit flow, and/api/chatstreaming orchestration.src/client/components/chat/owns extracted chat UI pieces and helpers:ConversationSidebar.tsxfor past conversations, context menus, stats tooltip, and manual rename;ChatPromptCard.tsxfor composer controls and mode toggle;ChatTranscript.tsxfor bubbles, message actions, thinking display, attachment previews, and message-edit attachment controls;AttachmentPreviewModal.tsxfor transcript and composer attachment inspection, image crop, and image redaction;ConversationHeader.tsxfor the title/model selector top bar;MobileNavigation.tsxfor the mobile nav;useModelSelectorState.tsfor model option loading; andchat-utils.ts/types.tsfor reusable pure helpers and UI types.FileDropTextarea.tsxowns textarea resize, Enter-to-send, Shift+Enter newline behavior, drag/drop attachment staging, attachment chips, disabled attachment staging state, and conversion from browserFileobjects toChatAttachmentpayloads.ModelSelector.tsxowns the searchable model dropdown. It defaults to the current conversation or agentic profile, labels providers in both closed and open states, and is rendered inConversationHeaderabove the transcript/composer.MaterialIcon.tsxis the shared Material Symbols wrapper.src/client/markdown.tsxparses rendered chat markdown and delegates rich renderers tosrc/client/components/markdown/.src/client/api.tsexposesstreamChatMessage(...), a compatibilitysendChatMessage(...),fetchAgentSessions(),fetchAgentSession(...), session action helpers, and model/session fetch helpers.src/shared/protocol.tsdefinesChatRequest,ChatResponse,ChatStreamEvent,ChatMessage,StoredChatMessage,ChatAttachment,ChatThinking,AgentSessionSummarystats,AgentSessionDetailResponse, andAgentSessionTitleEvent.src/server/http/routes-chat.tsvalidates chat payloads, creates or reusesagent_sessions, syncs the request transcript before the provider call, appends the completed assistant reply, and routes to the selectedproviderIdplusmodelId.src/server/storage/chat-messages.tsowns persisted chat transcript reads/writes and computed message/word stats for the sidebar. Do not querychat_messagesdirectly from routes.src/server/internal-ai/truss-internal-ai-services.tsgenerates internal helper-model metadata such as conversation titles through thefast-helperprofile.src/server/llm/chat-completions.tscalls OpenAI-compatible/chat/completionsproviders and Ollama/api/chat, forwards supported attachments, streams answer/thinking chunks, and returns optional exposed reasoning asChatThinking.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 72 lines · 148 tokens per session scan A 0d09f9e5c414
truss-chat-interface is a skill published in the GitHub repository truss-harness/Truss (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 148 tokens to every session and 2,341 once invoked, about $0.0007 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-31.
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.
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…
stripe-apps
Use when building, modifying, or reviewing a Stripe App — or when the user describes something that implies one (e.g. "add a panel to the customer page", "customize my Stripe Dashboard", "react to Stripe events from my app", "connect my service to Stripe without sharing API keys"). Covers the full app development…
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
vllm
Deploy and serve LLMs with vLLM behind an OpenAI-compatible endpoint, with tool calling enabled for agent workloads.
testing
Verify a Skyvern deployment is working correctly by smoke-testing the backend API, frontend rendering, browser session provisioning, and workflow execution. Use when the user says 'is Skyvern working', 'test my deployment', 'verify the installation', 'smoke test', or needs to check that a self-hosted or local Skyvern…