dsh-artifact
Run the following command in DeepSeek Harness:
dsh plugin install Jannchie/dsh-artifact
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Jannchie/dsh-artifact in your DeepSeek Harness terminal to install it; the source is hosted at https://github.com/Jannchie/dsh-artifact, and restart dsh web after installation.
About this plugin
An agent writes you a benchmark summary and it scrolls out of the chat, or drops a stray .html in your repo that nobody reopens. dsh-artifact turns one-shot outputs into persistent artifacts: the agent calls a tool to render the content as a self-contained HTML document, stored outside the workspace in a dedicated directory and displayed in a side tab beside your conversation. Artifacts survive the session that produced them and follow you across projects.
When writing, the agent receives a dedicated skill so the output is a real document — single reading column, semantic headings, independently scrolling tables, theme-aware palette — rather than an app shell wrapped around three paragraphs. Rendering is locked to an offline iframe with no network, no same-origin access, and no external stylesheets or scripts; everything must be inlined, keeping artifacts both safe and lightweight.
If you rely on agents for analysis, reports, or comparison tables and would rather not let your repository fill up with generated HTML, this plugin bridges the gap between finishing a write and having it stored, findable, and readable on demand.
Screenshots
Use Cases
- Agent writes a report and stores it in the artifact store for instant side-tab review
- Reuse the same comparison or benchmark document across multiple projects
- Keep agent-generated HTML out of the repository tree
Best For
- Developers who rely on agents for report or comparison output
- Users who want artifacts preserved independently of any project repository
- Workflow authors who care about output structure and rendering safety
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.