DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

menotbobbybrown /

menotbobbybrown/create-dsh-app

Verified

1-Line AI Agent Scaffolding Generator for DeepSeek Harness (dsh) — Everything is a Plugin

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@4c713c1c

create-dsh-app

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

License: MIT DeepSeek Harness

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.

—/ 5

No ratings yet

Verified DSH bundle

Commit 4c713c1c3748

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout