Toolverse
All skills

dust-llm

by dust-tt

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
dust-tt
Category
Data Science

About this skill

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one.

How to use

  1. Zbierz wymagane informacje o nowym modelu: dokładne ID modelu od dostawcy (np. gpt-4-turbo-2024-04-09), rozmiar okna kontekstu w tokenach, koszty za milion tokenów dla wejścia i wyjścia, obsługiwane możliwości (wizja, strukturyzowane wyjście, poziomy reasoning effort) oraz kompatybilny tokenizer do liczenia tokenów.

  2. Edytuj plik konfiguracyjny modelu dla danego dostawcy (np. front/types/assistant/models/openai.ts), dodając stałą z ID modelu oraz obiekt konfiguracji zawierający providerId, modelId, displayName, contextSize, opis, informacje o obsługiwanych funkcjach i parametry reasoning effort.

  3. Zaktualizuj plik front/lib/api/assistant/token_pricing.ts, dodając ceny za milion tokenów dla wejścia i wyjścia nowego modelu.

  4. Zarejestruj model w centralnym rejestrze w pliku front/types/assistant/models/models.ts, aby był dostępny w całej aplikacji.

  5. Dodaj model do routera whitelist w pliku front/lib/api/llm/clients/{provider}/types.ts oraz zaktualizuj typy SDK w sdks/js/src/types.ts.

  6. Opcjonalnie: jeśli model powinien być dostępny w interfejsie użytkownika, dodaj go do front/components/providers/types.ts, a następnie dodaj test integracyjny w front/lib/api/llm/tests/llm.test.ts, aby upewnić się, że model działa poprawnie.

Related skills

docx

by anthropics

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content,

Data Science
39142

rust-coding-skill

by UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

Data Science
248325

nano-banana-pro

by garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., \

Data Science
535772

web-artifacts-builder

by anthropics

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX

Data Science
37124

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681