clinepass-deepseek-flash

Dispatch Cline CLI as a headless fan-out worker on the ClinePass DeepSeek V4 Flash route.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill clinepass-deepseek-flash-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinepass-deepseek-flash
Source: https://github.com/diazMelgarejo/orama-system/tree/main/bin/orama-system/skills/clinepass-deepseek-flash
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill clinepass-deepseek-flash-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Running Cline CLI non-interactively for parallel review and implementation tasks requires correct model slugs, provider authentication, and CLI flags that drift between versions, and misconfiguration silently routes work through the wrong provider. ## Core Features & Use Cases - Headless Cline Dispatch: Run Cline as a non-interactive worker pinned to the cline-pass/deepseek-v4-flash model with high reasoning and JSON output. - Flag Drift Adaptation: The bundled wrapper script detects whether the installed CLI uses --auto-approve-all/--reasoning-effort or --auto-approve/--thinking and adjusts automatically. - Provider Auth Gate: Smoke-prompt verification confirms the active route is ClinePass before real work, catching fallback to other providers. - Use Case: Dispatch a read-only second-opinion review of a sanitized PR summary alongside Kimi and Codex workers, then let the main session synthesize the results. ## Quick Start Ask the agent to run the bundled wrapper script with a sanitized prompt in /private/tmp to get a read-only Cline review on the ClinePass DeepSeek Flash route.

Frequently Asked Questions about clinepass-deepseek-flash

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Cline CLI non-interactively in headless mode?

Run cline with --json, a model flag like -m cline-pass/deepseek-v4-flash, a working directory via -c, a timeout via -t, and the prompt as a bare positional argument. There is no task subcommand; the prompt goes directly to cline itself.

How do I use the ClinePass DeepSeek Flash model with Cline CLI?

Authenticate with cline auth --provider clinepass --apikey $CLINE_API_KEY --modelid cline-pass/deepseek-v4-flash, then pass -m cline-pass/deepseek-v4-flash in your command. Verify the active route is ClinePass with a smoke prompt before real work.

Why does Cline CLI say cline-pass/deepseek-v4-flash is not a valid model ID?

This error means the CLI is routing through a non-ClinePass provider such as OpenRouter that does not recognize the ClinePass model slug. Fix the ClinePass authentication and provider configuration rather than switching models.

Does Cline CLI still support --auto-approve-all and --reasoning-effort flags?

Flag shapes drift between versions: CLI 2.14.0 uses --auto-approve-all and --reasoning-effort high, while v3.0.49 uses --auto-approve true and --thinking high. Check cline --help on your installed version; the bundled wrapper script detects the correct variant automatically.

When should I not use the ClinePass DeepSeek Flash route?

Do not use it to replace the GLM ClinePass skill, to push or merge repository changes, or with unredacted secrets and private paths in prompts. The main session owns architecture decisions, security policy, and final commits.