con un clic
harness-starter-generic
// Minimal harnessed single-artifact starter. Use as a template for a custom app that produces one deliverable.
// Minimal harnessed single-artifact starter. Use as a template for a custom app that produces one deliverable.
Harnessed audio-artifact starter. Synthesizes a minimal WAV file under audio/ and relies on the workspace contract to deliver it.
Harnessed coding-assistant starter. Produces a unified-diff artifact and a file-list preview under patches/.
Harnessed report-generator starter. Writes a markdown artifact under reports/ and relies on the workspace contract to deliver it.
OminiX ASR (speech-to-text), preset-voice TTS with emotion/speed control, and model management via Qwen3 models on Apple Silicon. For voice cloning and custom voice profiles, use mofa-fm. Triggers: voice, transcribe audio, text to speech, speak this, read aloud, model management, download model, 语音识别, 语音合成, 模型管理.
Recursively crawl websites using headless Chrome. Triggers: crawl, scrape website, 爬取, crawl site, deep crawl, website content.
Deep multi-round web research with parallel fetching. Triggers: deep search, research, 深度搜索, 调研, investigate, deep research.
| name | harness-starter-generic |
| description | Minimal harnessed single-artifact starter. Use as a template for a custom app that produces one deliverable. |
| version | 1.0.0 |
| author | octos |
| always | false |
The minimum legal shape of a harnessed custom app. Copy this crate when you
want to produce a single deliverable file under a declared primary
artifact and rely on the runtime to verify and deliver it.
[spawn_tasks.produce_artifact] block bound to [artifacts].primary.on_verify file-exists check.lifecycle_state values are
Queued -> Running -> Verifying -> Ready.See docs/OCTOS_HARNESS_DEVELOPER_GUIDE.md for the full contract.
Produce a single text artifact under output/.
{"label": "quarterly review"}
Parameters:
label (required): free-text label recorded inside the artifact and
used to derive its filename.Artifact:
output/artifact-<slug>.txtprimary glob (output/artifact-*.txt)
resolves to this path.