DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Create Dsh App — DSH Plugin for DeepSeek Harness
← Plugins
C

create-dsh-app

Create Dsh App

1-Line AI Agent Generator for DeepSeek Harness (dsh)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:menotbobbybrown/create-dsh-app#4c713c1c37486338f46720f465201e06a99884ec
READMECompatibilityVersions

Compatibility and provenance

Create Dsh App is published as create-dsh-app and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/8/2026

Versions

1.0.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

create-dsh-app

1-Line AI Agent Generator for DeepSeek Harness (dsh)

Scaffold a production-ready, autonomous AI agent powered by DeepSeek Harness in seconds with pre-wired MCP tools, long-term memory, and web browsing.


⚡ Quickstart

# 1-Line Scaffolding
npx create-dsh-app my-agent

# Enter project directory
cd my-agent

# Install dependencies and start
npm install
cp .env.example .env
npm start

🧩 Included Out-of-the-Box

Each generated project comes pre-configured with:

  • 🔌 dsh-plugin-mcp: Universal Model Context Protocol tools & 1-click server catalog (GitHub, Postgres, SQLite, Brave Search, etc.)
  • 🧠 dsh-plugin-memory: Persistent long-term knowledge graph & user preference recall
  • 🌐 dsh-plugin-browser: Native headless web browser navigation & Markdown extraction
  • ⚡ TypeScript & Cordis Lifecycle: Clean architecture with fast hot-reloading (tsx)

Options

# Exclude specific plugins if not needed:
npx create-dsh-app my-minimal-agent --no-browser --no-memory

License

MIT © DeepSeek Harness Community


🤝 Contributing

Contributions are warmly welcome! Whether you are reporting an issue, proposing an adapter, optimizing performance, or fixing a bug, please check out our Contributing Guide.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: add some AmazingFeature')
  4. Push to the Branch (git push origin feat/AmazingFeature)
  5. Open a Pull Request

📄 License & Community

Distributed under the MIT License. See LICENSE for more information.

Built with 💙 for the DeepSeek Harness community.