deepseek-chat

Installation
SKILL.md

Wraps DeepSeek's chat/completions endpoint in the same subprocess-invocation shape as the other ruflo-*-harness skills (see ruflo-metaharness's harness-score for the reference). No library import on ruflo's boot path.

When to use

  • You want a cheap, fast completion from a non-reasoning model.
  • The task fits in a single request/response — no multi-turn context.
  • You want the raw content back as JSON so downstream tooling can consume it.
  • For reasoning-heavy tasks (proofs, multi-step planning, hard debugging), use deepseek-reason instead — same plugin, different model.

Algorithm

Implementation: scripts/chat.mjs.

Installs
25
Repository
ruvnet/ruflo
GitHub Stars
72.9K
First Seen
Aug 21, 2026
deepseek-chat — ruvnet/ruflo