From prompsit
Translate text and documents using the Prompsit Translation API. Use when the user needs machine translation, document translation, batch file translation, or quality estimation on translations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prompsit:prompsit-translateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Translate text or documents via the Prompsit API. Prefix `@` for file/directory mode.
Translate text or documents via the Prompsit API. Prefix @ for file/directory mode.
prompsit translate "Hello world" -s en -t es
prompsit translate "Hello" "Goodbye" -s en -t de # multiple texts
prompsit translate "Hello" -s en -t es --qe # with quality estimation
Async job with SSE progress tracking.
prompsit translate @"file.docx" -s en -t fr --out ./output
prompsit translate @"./docs/" -s en -t pt # batch directory
prompsit translate @"file.po" -s en -t pt --output-format arb # format conversion
prompsit translate --formats # supported file formats
prompsit translate --languages # available language pairs
| Flag | Description |
|---|---|
-s, --source <lang> | Source language code |
-t, --target <lang> | Target language code |
--qe | Include quality estimation scores |
--out <dir> | Output directory for documents |
--output-format <fmt> | Convert output format |
-l, --languages | List available language pairs |
--formats | List supported file formats |
prompsit login # interactive auth
prompsit translate @"./input/" -s en -t es --out ./output
Version: 1.0.0 Last Updated: 2026-03-13
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub prompsit/prompsit-cli --plugin prompsit