Dsk Cli banner
thangduonghuu thangduonghuu

Dsk Cli

Design community

Description

A Claude-Code-style agentic terminal tool powered by the DeepSeek API. Type natural-language requests and it reads/writes files, searches your codebase, and runs shell commands, streaming responses token-by-token.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DSK CLI — DeepSeek agentic CLI

![DSK CLI — DeepSeek agentic CLI](assets/dsk-wordmark.svg)

A Claude-Code-style **agentic terminal tool** powered by the [DeepSeek API](https://api-docs.deepseek.com). Launch `dsk` in any project directory, type natural-language requests, and the agent reads/writes files, searches the codebase, and runs shell commands — streaming DeepSeek's response token-by-token to your terminal.

[![version](https://img.shields.io/badge/version-0.1.0-4D6BFE.svg)](https://github.com/thangduonghuu/dsk-cli) [![node](https://img.shields.io/badge/node-%3E%3D18.17-339933.svg)](https://nodejs.org) [![typescript](https://img.shields.io/badge/types-TypeScript-3178C6.svg)](https://www.typescriptlang.org) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Table of contents

Screenshot

![dsk terminal UI](assets/screenshot.png)

Features

  • Claude-Code-style terminal UI — colored prompt bar, dimmed thinking block, collapsed one-line tool results (✓ bash: npm test (exit 0, 4.1s)), and a live footer (tokens in/out · running cost · git branch · elapsed time · permission mode).
  • DeepSeek welcome splash — a Claude-Code-style welcome card with the DSK CLI ASCII wordmark in DeepSeek brand blue, a "powered by DeepSeek" tagline, version/context line, and getting-started tips.
  • Streaming replies — tokens render as they arrive; the model's chain-of-thought is shown dimmed under a thinking header when thinking mode is on.
  • **Agent