一键导入
ambient-tinystyler
Create reusable TinyStyler style profiles from user text examples and apply TinyStyler-style text transfer through Ambient CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create reusable TinyStyler style profiles from user text examples and apply TinyStyler-style text transfer through Ambient CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safely observe the Ambient Blockchain, plan Tool Oracle and x402 interactions, prepare Ambient program deployment work, and run local live-test evidence gates.
Generate raster images through hosted APIs such as OpenAI, Google Nano Banana Pro, fal/FLUX, Replicate, Stability AI, and Ideogram.
Inspect a workspace and summarize notable files for fixture-plugin tests.
Review workspace files for the Pi package fixture.
Local faster-whisper STT provider for Ambient speech input validation.
Create deterministic authored-motion MP4/WebM/MOV videos from HTML/CSS/JS compositions through Ambient's bundled HyperFrames adapter.
| name | ambient-tinystyler |
| description | Create reusable TinyStyler style profiles from user text examples and apply TinyStyler-style text transfer through Ambient CLI. |
Use this package when the user wants local few-shot writing-style transfer from their own example texts. The v1 target is profile creation plus transfer with pretrained TinyStyler assets, not user-specific model fine-tuning.
ambient_cli_search using terms like TinyStyler, style transfer, style profile, rewrite in this style, or writing style examples.ambient_cli_describe before first use so model assets, command contracts, current implementation status, and artifact behavior are visible.tinystyler_doctor --json before profile or transfer. It is non-mutating and does not download models.--fake only for deterministic local validation.tinystyler_doctor --json: reports Python/platform facts, declared Hugging Face revisions, required model assets, cache state, and safety boundaries.tinystyler_profile --examples-file <path> --output-profile <path> --profile-name <name> --json: creates a profile artifact using local Style-Embedding assets. Use --fake only for deterministic local validation, not for user-facing style profiles.tinystyler_transfer --input-file <path> or --text <text> plus --profile <path> or --examples-file <path> and --output-file <path> --json: writes transfer text plus bounded JSON metadata. Use --fake only for deterministic local validation, not user-facing transfer.Prefer file inputs when text contains punctuation, whitespace, quotes, or user-provided examples. Do not pass long user samples as CLI arguments.
Profiles are JSON artifacts with schemaVersion ambient.tinystyler.profile.v1, provenance, aggregate source counts, model revisions, generation defaults, safety metadata, and embedding values. Raw example text and exact source verifiers are not persisted by default; raw text requires the user to explicitly request --include-source-text true.
Transfer always writes the exact generated text to required --output-file and returns concise JSON metadata on stdout. Large outputs should be files, not chat blobs.