AI Agent Hub
Back to plugins
dsh-artifact preview

dsh-artifact

Workflow Updated 2026.08.20

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