AI Agent Hub
Back to plugins
🖥️

better-basicfun

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install CDeZT/better-basicfun

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install CDeZT/better-basicfun in DeepSeek Harness to install this plugin; source is available at https://github.com/CDeZT/better-basicfun

About this plugin

DSH Desktop is missing a few host-side fundamentals out of the box: there is no ready-made persistent Workspace, plugins and Skills cannot easily query local resources, and a CLIProxyAPI setup still requires hand-maintaining a model list. better-basicfun fills those three gaps with a lightweight DSH plugin that injects no frontend code, proxies no inference, and never reads the Codex directory. DSH's native model and reasoning selector remains the single source of truth.

Three core capabilities stand out. First, it creates and registers $DSH_HOME/workspace as the default Workspace, seeding AGENTS.md, MEMORY.md, and .dsh/skills while never overwriting user files. Second, it exposes a read-only dsh_resources tool so plugins, Skills, and the model can query plugins, skills, memory, sessions, storage, settings, and credentials under DSH_HOME without widening any write boundary. Third, it bridges CLIProxyAPI's rich model catalog -- including reasoned mapping of reasoning levels and max flags -- into DSH's native Provider settings, refreshing every 15 minutes by default and never erasing a working list on failure.

Ideal for DSH Desktop users who pair the app with CLIProxyAPI or any OpenAI-compatible backend, want to stop hand-editing model lists, and need a safe read-only resource discovery path for their plugins. Zero configuration is required by default; the plugin exposes sensitive DSH data to the model, so read SECURITY.md before installing in a production workflow.

Use Cases

  • Set up a persistent Workspace with base files out of the box on DSH Desktop
  • Query local DSH resources read-only from within plugins or Skills
  • Auto-sync a rich CLIProxyAPI model catalog into DSH native provider selector

Best For

  • DSH Desktop users pairing the app with CLIProxyAPI or OpenAI-compatible backends
  • Developers needing read-only resource discovery without widening write boundaries
  • Users who want to reduce manual model-list maintenance in DSH