{
  "meta": {
    "name": "AllDSH",
    "site": "https://www.alldsh.com",
    "locale": "en",
    "catalogUrl": "https://www.alldsh.com/catalog.json",
    "catalogVersion": 1,
    "generatedAt": "2026-09-11T15:17:47.653Z",
    "count": 33,
    "lastUpdatedAt": "2026-09-09T00:00:00.000Z",
    "language": "en",
    "disclaimer": "A listing is not an endorsement and not a security guarantee. Verification records how far the install path was exercised; security records whether an automated scan has run. Stars measure attention, not quality.",
    "license": "Editorial content CC BY-SA 4.0. Plugin metadata belongs to its maintainers.",
    "contact": "plugins@alldsh.com",
    "docs": {
      "directory": "https://www.alldsh.com/plugins/",
      "pluginPagePattern": "https://www.alldsh.com/plugins/<slug>/",
      "pluginCatalogPattern": "https://www.alldsh.com/catalog/<slug>.json",
      "verification": "https://www.alldsh.com/verification/",
      "security": "https://www.alldsh.com/security/",
      "submit": "https://www.alldsh.com/submit/",
      "agentSkills": "https://www.alldsh.com/skills/",
      "llmsTxt": "https://www.alldsh.com/llms.txt",
      "guides": "https://www.alldsh.com/guides/",
      "availableGuides": [
        "https://www.alldsh.com/guides/dsh-plugin-security/",
        "https://www.alldsh.com/guides/publish-dsh-plugin/",
        "https://www.alldsh.com/guides/cordis-plugin-lifecycle/",
        "https://www.alldsh.com/guides/what-is-deepseek-harness/",
        "https://www.alldsh.com/guides/build-a-dsh-plugin/",
        "https://www.alldsh.com/guides/install-dsh-plugins/",
        "https://www.alldsh.com/guides/dsh-plugin-quickstart/",
        "https://www.alldsh.com/guides/dsh-plugin-manifest/"
      ]
    },
    "skills": {
      "repository": "https://github.com/aixwork/alldsh-skills",
      "available": [
        "find-dsh-plugins",
        "vet-dsh-plugin",
        "submit-dsh-plugin"
      ]
    },
    "taxonomy": {
      "categories": [
        {
          "slug": "interface",
          "name": "UI & Experience",
          "tagline": "Themes, sidebars, panels and every surface DSH draws on screen.",
          "count": 10
        },
        {
          "slug": "session",
          "name": "Sessions & Messages",
          "tagline": "Composer upgrades, session history, archiving and message workflow.",
          "count": 2
        },
        {
          "slug": "memory",
          "name": "Memory & Context",
          "tagline": "Context inspection, compaction, recall and long-term memory stores.",
          "count": 3
        },
        {
          "slug": "tools",
          "name": "Tools & Capabilities",
          "tagline": "Search, vision, file handling, shell access and other model-facing tools.",
          "count": 10
        },
        {
          "slug": "agent",
          "name": "Skills & Agents",
          "tagline": "Skill packs, subagents, orchestration and autonomous loops.",
          "count": 8
        },
        {
          "slug": "workflow",
          "name": "Workflow & Automation",
          "tagline": "Task orchestration, scheduled runs, approval policy and pipelines.",
          "count": 3
        },
        {
          "slug": "integration",
          "name": "Integrations & Connections",
          "tagline": "MCP bridges, remote access, notifications and external systems.",
          "count": 5
        },
        {
          "slug": "model",
          "name": "Models & Reasoning",
          "tagline": "Model adapters, routing, fallbacks, cost tracking and reasoning controls.",
          "count": 2
        },
        {
          "slug": "dev",
          "name": "Development & Operations",
          "tagline": "Debugging, diagnostics, testing, sandboxing and security tooling.",
          "count": 7
        },
        {
          "slug": "knowledge",
          "name": "Data & Knowledge",
          "tagline": "Knowledge bases, research pipelines, visualization and documentation.",
          "count": 6
        },
        {
          "slug": "fun",
          "name": "Entertainment",
          "tagline": "Desktop pets, games, parody plugins and general delight.",
          "count": 2
        }
      ],
      "useCases": [
        {
          "slug": "web-search",
          "name": "Web Search",
          "tagline": "Give a model without native browsing the ability to read the live web.",
          "count": 4
        },
        {
          "slug": "vision-ocr",
          "name": "Vision & OCR",
          "tagline": "Let text-only agents inspect images, screenshots, diagrams and scanned pages.",
          "count": 3
        },
        {
          "slug": "memory-context",
          "name": "Memory & Context",
          "tagline": "Inspect the context window and keep useful knowledge across sessions.",
          "count": 3
        },
        {
          "slug": "terminal-shell",
          "name": "Terminal & Shell",
          "tagline": "Run commands, drive remote hosts and keep a real terminal beside the chat.",
          "count": 3
        },
        {
          "slug": "file-document",
          "name": "Files & Documents",
          "tagline": "Attach files, edit workspace content and generate office documents.",
          "count": 4
        },
        {
          "slug": "notifications",
          "name": "Notifications",
          "tagline": "Know when a long run finishes without watching the window.",
          "count": 0
        },
        {
          "slug": "database",
          "name": "Database",
          "tagline": "Query, inspect and persist data from inside a session.",
          "count": 1
        },
        {
          "slug": "github-integration",
          "name": "GitHub Integration",
          "tagline": "Issues, pull requests, repositories and release workflows.",
          "count": 0
        },
        {
          "slug": "code-review",
          "name": "Code Review",
          "tagline": "Architecture awareness, drift checks and evidence-based review passes.",
          "count": 2
        },
        {
          "slug": "image-generation",
          "name": "Image Generation",
          "tagline": "Generate and edit images through OpenAI-compatible endpoints.",
          "count": 2
        }
      ]
    },
    "scales": {
      "verification": [
        {
          "level": "L1",
          "label": "Found",
          "description": "Repository accessible, non-empty, README exists"
        },
        {
          "level": "L2",
          "label": "Structured",
          "description": "Manifest valid, key fields complete"
        },
        {
          "level": "L3",
          "label": "Install spec",
          "description": "Install command parsed, DSH target declared"
        },
        {
          "level": "L4",
          "label": "Install tested",
          "description": "Installed in an isolated sandbox without dependency errors"
        },
        {
          "level": "L5",
          "label": "Run tested",
          "description": "Plugin loads and runs; smoke test passed"
        }
      ],
      "security": [
        {
          "status": "scanned",
          "label": "scanned"
        },
        {
          "status": "unverified",
          "label": "unverified — no scan has run"
        },
        {
          "status": "flagged",
          "label": "flagged by the scan"
        }
      ],
      "health": [
        "active",
        "stable",
        "inactive",
        "archived"
      ],
      "trust": [
        "gold",
        "silver",
        "bronze",
        "unrated"
      ]
    }
  },
  "plugins": [
    {
      "slug": "archify",
      "name": "Archify",
      "tagline": "Agent skill that turns architecture, workflow and sequence descriptions into verifiable, self-contained HTML diagrams.",
      "author": "tt-a1i",
      "repo": "https://github.com/tt-a1i/archify",
      "install": "dsh plugin --profile web add @tt-a1i/archify-dsh",
      "categories": [
        "agent",
        "knowledge"
      ],
      "useCases": [],
      "tags": [
        "diagrams",
        "architecture-as-code",
        "agent-skills",
        "export"
      ],
      "stars": 53202,
      "forks": 4120,
      "addedAt": "2026-07-04T00:00:00.000Z",
      "updatedAt": "2026-09-08T00:00:00.000Z",
      "verification": {
        "level": "L1",
        "label": "Found",
        "description": "Repository accessible, non-empty, README exists",
        "checkedAt": "2026-09-08T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/archify/",
      "catalog": "https://www.alldsh.com/catalog/archify.json",
      "package": "@tt-a1i/archify-dsh",
      "license": "MIT",
      "language": "JavaScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/archify/"
    },
    {
      "slug": "dsh-desktop",
      "name": "DSH Desktop",
      "tagline": "A modern desktop client for the DSH plugin ecosystem, where the desktop shell itself is a plugin.",
      "author": "anywhere-labs",
      "repo": "https://github.com/anywhere-labs/dsh-desktop",
      "install": "Download the Windows installer or macOS DMG from https://dshdesktop.cn",
      "categories": [
        "interface",
        "dev"
      ],
      "useCases": [],
      "tags": [
        "desktop",
        "electron",
        "shell",
        "ecosystem"
      ],
      "stars": 24862,
      "forks": 1874,
      "addedAt": "2026-07-11T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L1",
        "label": "Found",
        "description": "Repository accessible, non-empty, README exists",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-desktop/",
      "catalog": "https://www.alldsh.com/catalog/dsh-desktop.json",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-desktop/"
    },
    {
      "slug": "dsh-web",
      "name": "DSH Web",
      "tagline": "A web plugin aggregation ecosystem for DSH that distributes interface extensions through a shared workshop.",
      "author": "zhu1090093659",
      "repo": "https://github.com/zhu1090093659/dsh-web",
      "install": "dsh plugin --profile web add @linxin666/dsh-web-all",
      "categories": [
        "interface",
        "integration"
      ],
      "useCases": [],
      "tags": [
        "web-ui",
        "aggregation",
        "workshop",
        "themes"
      ],
      "stars": 7251,
      "forks": 512,
      "addedAt": "2026-07-18T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-web/",
      "catalog": "https://www.alldsh.com/catalog/dsh-web.json",
      "package": "@linxin666/dsh-web-all",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-web/"
    },
    {
      "slug": "ouroboros",
      "name": "Ouroboros",
      "tagline": "An agent OS with interview-gated, staged evaluation and a budgeted self-evolution loop, exposed as an MCP server.",
      "author": "Q00",
      "repo": "https://github.com/Q00/ouroboros",
      "install": "dsh plugin --profile web add 'github:Q00/ouroboros#main&path:integrations/dsh-plugin'",
      "categories": [
        "agent",
        "workflow"
      ],
      "useCases": [
        "code-review"
      ],
      "tags": [
        "agent-os",
        "self-evolution",
        "mcp",
        "evaluation"
      ],
      "stars": 5803,
      "forks": 402,
      "addedAt": "2026-07-02T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/ouroboros/",
      "catalog": "https://www.alldsh.com/catalog/ouroboros.json",
      "license": "MIT",
      "language": "Python",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/ouroboros/"
    },
    {
      "slug": "modlens",
      "name": "Modlens",
      "tagline": "Vision for text-only harnesses: paste an image and get structured JSON evidence covering OCR, layout and semantics.",
      "author": "liustack",
      "repo": "https://github.com/liustack/modlens",
      "install": "dsh plugin --profile web add @liustack/modlens",
      "categories": [
        "tools",
        "model"
      ],
      "useCases": [
        "vision-ocr"
      ],
      "tags": [
        "vision",
        "ocr",
        "json-evidence",
        "screenshots"
      ],
      "stars": 3910,
      "forks": 288,
      "addedAt": "2026-07-21T00:00:00.000Z",
      "updatedAt": "2026-09-08T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-08T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/modlens/",
      "catalog": "https://www.alldsh.com/catalog/modlens.json",
      "package": "@liustack/modlens",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/modlens/"
    },
    {
      "slug": "better-sidebar",
      "name": "Better Sidebar",
      "tagline": "An open sidebar foundation for DSH Web with third-party page registration and built-in file, terminal, Git and agent pages.",
      "author": "omdsh-dev",
      "repo": "https://github.com/omdsh-dev/DSH-better-sidebar",
      "install": "dsh plugin --profile web add dsh-better-sidebar",
      "categories": [
        "interface",
        "session"
      ],
      "useCases": [
        "file-document",
        "terminal-shell"
      ],
      "tags": [
        "sidebar",
        "extension-point",
        "git",
        "subagents"
      ],
      "stars": 3466,
      "forks": 231,
      "addedAt": "2026-07-25T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/better-sidebar/",
      "catalog": "https://www.alldsh.com/catalog/better-sidebar.json",
      "package": "dsh-better-sidebar",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/better-sidebar/"
    },
    {
      "slug": "dsh-market",
      "name": "DSH Market",
      "tagline": "A visual plugin market inside DeepSeek Harness for browsing, searching and one-click installs.",
      "author": "dsh-market",
      "repo": "https://github.com/dsh-market/dsh-market",
      "install": "dsh plugin --profile web add dshmarket",
      "categories": [
        "dev",
        "tools"
      ],
      "useCases": [],
      "tags": [
        "marketplace",
        "discovery",
        "install",
        "ui"
      ],
      "stars": 3387,
      "forks": 214,
      "addedAt": "2026-07-27T00:00:00.000Z",
      "updatedAt": "2026-09-06T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-06T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-market/",
      "catalog": "https://www.alldsh.com/catalog/dsh-market.json",
      "package": "dshmarket",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-market/"
    },
    {
      "slug": "openbiliclaw",
      "name": "OpenBiliClaw",
      "tagline": "Local-first content discovery agent that learns your interests, then hunts the open web and social platforms for you.",
      "author": "whiteguo233",
      "repo": "https://github.com/whiteguo233/OpenBiliClaw",
      "install": "curl -fsSL https://raw.githubusercontent.com/whiteguo233/OpenBiliClaw/main/scripts/install.sh | bash",
      "categories": [
        "agent",
        "knowledge"
      ],
      "useCases": [
        "web-search"
      ],
      "tags": [
        "content-discovery",
        "local-first",
        "social",
        "research"
      ],
      "stars": 3255,
      "forks": 264,
      "addedAt": "2026-07-29T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/openbiliclaw/",
      "catalog": "https://www.alldsh.com/catalog/openbiliclaw.json",
      "license": "MIT",
      "language": "Python",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/openbiliclaw/"
    },
    {
      "slug": "dsh-tui",
      "name": "DSH TUI",
      "tagline": "Claude Code style terminal front end with a whale status bar, streaming thoughts, rollback and context tracking.",
      "author": "ccch1mneyyy",
      "repo": "https://github.com/ccch1mneyyy/dsh-TUI",
      "install": "dsh plugin --profile web add @deepseek-harness-tui/dsh-tui",
      "categories": [
        "interface"
      ],
      "useCases": [
        "terminal-shell"
      ],
      "tags": [
        "tui",
        "terminal",
        "status-bar",
        "rollback"
      ],
      "stars": 2913,
      "forks": 187,
      "addedAt": "2026-08-01T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-tui/",
      "catalog": "https://www.alldsh.com/catalog/dsh-tui.json",
      "package": "@deepseek-harness-tui/dsh-tui",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-tui/"
    },
    {
      "slug": "deep-whale",
      "name": "Deep Whale",
      "tagline": "A whale-girl skin series that reskins the DSH Web interface with themed characters and colour palettes.",
      "author": "Small-tailqwq",
      "repo": "https://github.com/Small-tailqwq/dsh-deep-whale",
      "install": "dsh plugin --profile web add 'github:Small-tailqwq/dsh-deep-whale#path:/skin-manager' && dsh plugin --profile web add 'github:Small-tailqwq/dsh-deep-whale#path:/maid-atelier' && dsh plugin --profile web add 'github:Small-tailqwq/dsh-deep-whale#path:/orca-link'",
      "categories": [
        "interface",
        "fun"
      ],
      "useCases": [],
      "tags": [
        "theme",
        "skin",
        "characters",
        "web-ui"
      ],
      "stars": 1965,
      "forks": 142,
      "addedAt": "2026-08-03T00:00:00.000Z",
      "updatedAt": "2026-09-07T00:00:00.000Z",
      "verification": {
        "level": "L1",
        "label": "Found",
        "description": "Repository accessible, non-empty, README exists",
        "checkedAt": "2026-09-07T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/deep-whale/",
      "catalog": "https://www.alldsh.com/catalog/deep-whale.json",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/deep-whale/"
    },
    {
      "slug": "agent-teams",
      "name": "Agent Teams",
      "tagline": "An AgentTeams orchestration plugin that runs several agents as a coordinated team inside DSH.",
      "author": "NanmiCoder",
      "repo": "https://github.com/NanmiCoder/dsh-agent-teams",
      "install": "dsh plugin --profile web add @nanmicoder/dsh-agent-teams",
      "categories": [
        "agent",
        "workflow"
      ],
      "useCases": [],
      "tags": [
        "orchestration",
        "multi-agent",
        "teams",
        "delegation"
      ],
      "stars": 1492,
      "forks": 118,
      "addedAt": "2026-08-05T00:00:00.000Z",
      "updatedAt": "2026-09-08T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-08T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/agent-teams/",
      "catalog": "https://www.alldsh.com/catalog/agent-teams.json",
      "package": "@nanmicoder/dsh-agent-teams",
      "license": "MIT",
      "language": "JavaScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/agent-teams/"
    },
    {
      "slug": "dsh-context",
      "name": "DSH Context",
      "tagline": "Context dashboard, browser and command that show how the context window is composed and how it evolves.",
      "author": "bowenliang123",
      "repo": "https://github.com/bowenliang123/dsh-context",
      "install": "dsh plugin --profile web add dsh-context",
      "categories": [
        "memory",
        "dev"
      ],
      "useCases": [
        "memory-context"
      ],
      "tags": [
        "context",
        "visualization",
        "compaction",
        "diagnostics"
      ],
      "stars": 1305,
      "forks": 96,
      "addedAt": "2026-08-06T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/dsh-context/",
      "catalog": "https://www.alldsh.com/catalog/dsh-context.json",
      "package": "dsh-context",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-context/"
    },
    {
      "slug": "aegis",
      "name": "Aegis",
      "tagline": "Makes coding agents architecture aware: baseline first, evidence verified, drift checked, safe across long tasks.",
      "author": "GanyuanRan",
      "repo": "https://github.com/GanyuanRan/Aegis",
      "install": "dsh plugin --profile web add 'git+https://github.com/GanyuanRan/Aegis.git'",
      "categories": [
        "agent",
        "dev"
      ],
      "useCases": [
        "code-review"
      ],
      "tags": [
        "architecture",
        "drift-check",
        "verification",
        "guardrails"
      ],
      "stars": 1172,
      "forks": 84,
      "addedAt": "2026-08-04T00:00:00.000Z",
      "updatedAt": "2026-09-07T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-07T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/aegis/",
      "catalog": "https://www.alldsh.com/catalog/aegis.json",
      "license": "MIT",
      "language": "Python",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/aegis/"
    },
    {
      "slug": "vision-router",
      "name": "Vision Router",
      "tagline": "Eyes for text-only agents with a free built-in vision chain and pixel level tools for grounding, crops and diffs.",
      "author": "ysr666",
      "repo": "https://github.com/ysr666/dsh-vision-router",
      "install": "dsh plugin --profile web add dsh-vision-router",
      "categories": [
        "tools",
        "model"
      ],
      "useCases": [
        "vision-ocr"
      ],
      "tags": [
        "vision",
        "ocr",
        "pixel-diff",
        "screenshots"
      ],
      "stars": 1095,
      "forks": 78,
      "addedAt": "2026-08-07T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": true,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/vision-router/",
      "catalog": "https://www.alldsh.com/catalog/vision-router.json",
      "package": "dsh-vision-router",
      "license": "MIT",
      "language": "JavaScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/vision-router/"
    },
    {
      "slug": "dsh-pocket",
      "name": "DSH Pocket",
      "tagline": "Run dsh web on your computer and reach it from your phone by scanning a QR code, on LAN or over the public network.",
      "author": "shaobeichen",
      "repo": "https://github.com/shaobeichen/dsh-pocket",
      "install": "dsh plugin --profile web add dsh-pocket",
      "categories": [
        "integration",
        "interface"
      ],
      "useCases": [],
      "tags": [
        "mobile",
        "remote-access",
        "qr-code",
        "sync"
      ],
      "stars": 910,
      "forks": 71,
      "addedAt": "2026-08-08T00:00:00.000Z",
      "updatedAt": "2026-09-03T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-03T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-pocket/",
      "catalog": "https://www.alldsh.com/catalog/dsh-pocket.json",
      "package": "dsh-pocket",
      "license": "GPL-2.0",
      "language": "JavaScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-pocket/"
    },
    {
      "slug": "vision-toolkit",
      "name": "Vision Toolkit",
      "tagline": "A vision toolbox for text-only models covering image QA, long screenshot OCR, UI restoration and grounding.",
      "author": "Anionex",
      "repo": "https://github.com/Anionex/dsh-vision-toolkit",
      "install": "dsh plugin --profile web add @anionex/dsh-vision-toolkit",
      "categories": [
        "tools"
      ],
      "useCases": [
        "vision-ocr"
      ],
      "tags": [
        "vision",
        "ocr",
        "ui-restoration",
        "long-screenshots"
      ],
      "stars": 853,
      "forks": 64,
      "addedAt": "2026-08-09T00:00:00.000Z",
      "updatedAt": "2026-09-05T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-05T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/vision-toolkit/",
      "catalog": "https://www.alldsh.com/catalog/vision-toolkit.json",
      "package": "@anionex/dsh-vision-toolkit",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/vision-toolkit/"
    },
    {
      "slug": "deepseek-design",
      "name": "deepseek-design",
      "tagline": "An editable design system for DSH with AI generation, visual editing, a template market and a PPT studio.",
      "author": "Devin-AXIS",
      "repo": "https://github.com/Devin-AXIS/deepseek-design",
      "install": "dsh plugin --profile web add deepseek-idesign",
      "categories": [
        "interface",
        "knowledge"
      ],
      "useCases": [
        "image-generation"
      ],
      "tags": [
        "design-system",
        "editing",
        "templates",
        "presentations"
      ],
      "stars": 722,
      "forks": 58,
      "addedAt": "2026-08-10T00:00:00.000Z",
      "updatedAt": "2026-09-04T00:00:00.000Z",
      "verification": {
        "level": "L1",
        "label": "Found",
        "description": "Repository accessible, non-empty, README exists",
        "checkedAt": "2026-09-04T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/deepseek-design/",
      "catalog": "https://www.alldsh.com/catalog/deepseek-design.json",
      "package": "deepseek-idesign",
      "language": "JavaScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/deepseek-design/"
    },
    {
      "slug": "dshcode",
      "name": "dshcode",
      "tagline": "A community desktop companion for DSH distributed as a one-click Electron app for macOS and Windows.",
      "author": "whitelonng",
      "repo": "https://github.com/whitelonng/dshcode",
      "install": "Download the macOS DMG or Windows EXE from https://github.com/whitelonng/dshcode/releases",
      "categories": [
        "interface",
        "dev"
      ],
      "useCases": [],
      "tags": [
        "desktop",
        "electron",
        "installer",
        "companion"
      ],
      "stars": 711,
      "forks": 52,
      "addedAt": "2026-08-11T00:00:00.000Z",
      "updatedAt": "2026-09-03T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-03T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dshcode/",
      "catalog": "https://www.alldsh.com/catalog/dshcode.json",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dshcode/"
    },
    {
      "slug": "sandbase-harness",
      "name": "Sandbase Harness",
      "tagline": "Local-first self-hosted agent runtime and MCP bridge with sandboxed sessions, memory, credentials and audit replay.",
      "author": "sandbaseai",
      "repo": "https://github.com/sandbaseai/sandbase-harness",
      "install": "dsh plugin --profile web add git+https://github.com/sandbaseai/sandbase-harness.git",
      "categories": [
        "dev",
        "integration"
      ],
      "useCases": [
        "database"
      ],
      "tags": [
        "self-hosted",
        "sandboxing",
        "audit",
        "mcp-bridge"
      ],
      "stars": 641,
      "forks": 49,
      "addedAt": "2026-08-06T00:00:00.000Z",
      "updatedAt": "2026-09-06T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-06T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/sandbase-harness/",
      "catalog": "https://www.alldsh.com/catalog/sandbase-harness.json",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/sandbase-harness/"
    },
    {
      "slug": "dsh-ads",
      "name": "DSH Ads",
      "tagline": "Parody ads, fake games and popups that turn the DSH Web UI into a 2005 web portal.",
      "author": "Nagi-ovo",
      "repo": "https://github.com/Nagi-ovo/dsh-ads",
      "install": "dsh plugin --profile web add github:Nagi-ovo/dsh-ads",
      "categories": [
        "fun"
      ],
      "useCases": [],
      "tags": [
        "parody",
        "retro",
        "popups",
        "jokes"
      ],
      "stars": 576,
      "forks": 38,
      "addedAt": "2026-08-14T00:00:00.000Z",
      "updatedAt": "2026-09-02T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-02T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-ads/",
      "catalog": "https://www.alldsh.com/catalog/dsh-ads.json",
      "license": "BSD-3-Clause",
      "language": "TypeScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-ads/"
    },
    {
      "slug": "dsh-browser",
      "name": "DSH Browser",
      "tagline": "A Chrome sidebar extension that lets DSH operate your browser directly, with no vision model required.",
      "author": "Lum1104",
      "repo": "https://github.com/Lum1104/dsh-browser",
      "install": "curl -fsSL https://raw.githubusercontent.com/Lum1104/dsh-browser/refs/heads/main/scripts/install.sh | bash",
      "categories": [
        "integration",
        "tools"
      ],
      "useCases": [
        "web-search"
      ],
      "tags": [
        "browser",
        "chrome-extension",
        "automation",
        "no-vision"
      ],
      "stars": 576,
      "forks": 44,
      "addedAt": "2026-08-12T00:00:00.000Z",
      "updatedAt": "2026-09-06T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-06T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-browser/",
      "catalog": "https://www.alldsh.com/catalog/dsh-browser.json",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-browser/"
    },
    {
      "slug": "mnemon",
      "name": "Mnemon",
      "tagline": "LLM-supervised persistent memory with graph recall, cross-session knowledge and a single binary install.",
      "author": "mnemon-dev",
      "repo": "https://github.com/mnemon-dev/mnemon",
      "install": "dsh plugin --profile web add github:mnemon-dev/mnemon",
      "categories": [
        "memory"
      ],
      "useCases": [
        "memory-context"
      ],
      "tags": [
        "memory",
        "knowledge-graph",
        "cross-session",
        "binary"
      ],
      "stars": 558,
      "forks": 41,
      "addedAt": "2026-08-05T00:00:00.000Z",
      "updatedAt": "2026-09-06T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-06T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/mnemon/",
      "catalog": "https://www.alldsh.com/catalog/mnemon.json",
      "license": "Apache-2.0",
      "language": "Go",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/mnemon/"
    },
    {
      "slug": "dsh-at-file",
      "name": "At File",
      "tagline": "Codex-style @file mentions that let you search workspace files in the composer and attach their paths to a prompt.",
      "author": "FSMargoo",
      "repo": "https://github.com/FSMargoo/dsh-at-file",
      "install": "dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.7.0.tar.gz",
      "categories": [
        "session",
        "tools"
      ],
      "useCases": [
        "file-document"
      ],
      "tags": [
        "composer",
        "file-mentions",
        "workspace",
        "ux"
      ],
      "stars": 500,
      "forks": 33,
      "addedAt": "2026-08-13T00:00:00.000Z",
      "updatedAt": "2026-09-04T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-04T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-at-file/",
      "catalog": "https://www.alldsh.com/catalog/dsh-at-file.json",
      "license": "MIT",
      "language": "JavaScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-at-file/"
    },
    {
      "slug": "misakanet",
      "name": "MisakaNet",
      "tagline": "A zero-dependency, git-backed micro-lesson library where agents asynchronously share and search verified debugging experience.",
      "author": "Ikalus1988",
      "repo": "https://github.com/Ikalus1988/MisakaNet",
      "install": "dsh plugin --profile web add misakanet",
      "categories": [
        "knowledge",
        "agent"
      ],
      "useCases": [],
      "tags": [
        "knowledge-sharing",
        "debugging",
        "git-backed",
        "micro-lessons"
      ],
      "stars": 431,
      "forks": 27,
      "addedAt": "2026-08-12T00:00:00.000Z",
      "updatedAt": "2026-08-29T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-08-29T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/misakanet/",
      "catalog": "https://www.alldsh.com/catalog/misakanet.json",
      "license": "Apache-2.0",
      "language": "Python",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/misakanet/"
    },
    {
      "slug": "dsh-genui",
      "name": "GenUI",
      "tagline": "Interactive UI components rendered inline in assistant replies through a fence, with an action loop back to the model.",
      "author": "omdsh-dev",
      "repo": "https://github.com/omdsh-dev/dsh-genui",
      "install": "dsh plugin --profile web add @changfenhuang/dsh-genui",
      "categories": [
        "interface"
      ],
      "useCases": [],
      "tags": [
        "generative-ui",
        "components",
        "charts",
        "action-loop"
      ],
      "stars": 427,
      "forks": 29,
      "addedAt": "2026-08-15T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/dsh-genui/",
      "catalog": "https://www.alldsh.com/catalog/dsh-genui.json",
      "package": "@changfenhuang/dsh-genui",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-genui/"
    },
    {
      "slug": "modsearch",
      "name": "Modsearch",
      "tagline": "Free web search for DSH with no signup and no API key: ask the web or X and get structured JSON with citations.",
      "author": "liustack",
      "repo": "https://github.com/liustack/modsearch",
      "install": "dsh plugin --profile web add @liustack/modsearch",
      "categories": [
        "tools"
      ],
      "useCases": [
        "web-search"
      ],
      "tags": [
        "web-search",
        "free",
        "citations",
        "json-evidence"
      ],
      "stars": 417,
      "forks": 31,
      "addedAt": "2026-08-16T00:00:00.000Z",
      "updatedAt": "2026-09-08T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-08T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/modsearch/",
      "catalog": "https://www.alldsh.com/catalog/modsearch.json",
      "package": "@liustack/modsearch",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/modsearch/"
    },
    {
      "slug": "dsh-free-search",
      "name": "DSH Free Search",
      "tagline": "A free web search provider for DeepSeek Harness with a DuckDuckGo backend and no API key.",
      "author": "DDDMUC",
      "repo": "https://github.com/DDDMUC/dsh-free-search",
      "install": "dsh plugin --profile web add dsh-free-search",
      "categories": [
        "tools"
      ],
      "useCases": [
        "web-search"
      ],
      "tags": [
        "web-search",
        "free",
        "duckduckgo",
        "provider"
      ],
      "stars": 147,
      "forks": 14,
      "addedAt": "2026-08-19T00:00:00.000Z",
      "updatedAt": "2026-09-05T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-05T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-free-search/",
      "catalog": "https://www.alldsh.com/catalog/dsh-free-search.json",
      "package": "dsh-free-search",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-free-search/"
    },
    {
      "slug": "dsh-memento",
      "name": "Memento",
      "tagline": "Bounded, layered, approval-gated cross-session memory built on the ctx.memory seam with a SQLite provider.",
      "author": "PerryLink",
      "repo": "https://github.com/PerryLink/dsh-memento",
      "install": "dsh plugin --profile web add dsh-memento",
      "categories": [
        "memory"
      ],
      "useCases": [
        "memory-context"
      ],
      "tags": [
        "memory",
        "sqlite",
        "approval-gated",
        "auditable"
      ],
      "stars": 101,
      "forks": 9,
      "addedAt": "2026-08-22T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": true,
      "page": "https://www.alldsh.com/plugins/dsh-memento/",
      "catalog": "https://www.alldsh.com/catalog/dsh-memento.json",
      "package": "dsh-memento",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-memento/"
    },
    {
      "slug": "dsh-imagegen",
      "name": "DSH Imagegen",
      "tagline": "Text-to-image and image-to-image generation in the DSH Web GUI through OpenAI-compatible endpoints, with shared history.",
      "author": "dickpy",
      "repo": "https://github.com/dickpy/dsh-imagegen",
      "install": "dsh plugin --profile web add @dickpy/dsh-imagegen",
      "categories": [
        "interface",
        "tools"
      ],
      "useCases": [
        "image-generation"
      ],
      "tags": [
        "image-generation",
        "openai-compatible",
        "history",
        "web-ui"
      ],
      "stars": 56,
      "forks": 6,
      "addedAt": "2026-08-21T00:00:00.000Z",
      "updatedAt": "2026-09-07T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-07T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-imagegen/",
      "catalog": "https://www.alldsh.com/catalog/dsh-imagegen.json",
      "package": "@dickpy/dsh-imagegen",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-imagegen/"
    },
    {
      "slug": "dsh-deepread",
      "name": "Deepread",
      "tagline": "Evidence-first deep reading that traces claims, evidence, confidence and knowledge maps across articles, books and PDFs.",
      "author": "xiehuan123",
      "repo": "https://github.com/xiehuan123/dsh-deepread",
      "install": "dsh plugin --profile web add dsh-deepread",
      "categories": [
        "knowledge",
        "agent"
      ],
      "useCases": [
        "file-document"
      ],
      "tags": [
        "research",
        "pdf",
        "evidence",
        "knowledge-map"
      ],
      "stars": 48,
      "forks": 5,
      "addedAt": "2026-08-23T00:00:00.000Z",
      "updatedAt": "2026-09-03T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-03T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-deepread/",
      "catalog": "https://www.alldsh.com/catalog/dsh-deepread.json",
      "package": "dsh-deepread",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.5",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-deepread/"
    },
    {
      "slug": "dsh-ssh-ops",
      "name": "DSH SSH Ops",
      "tagline": "Drive SSH operations from the main conversation with dangerous-command protection and a side terminal.",
      "author": "caoyiwei850",
      "repo": "https://github.com/caoyiwei850/dsh-ssh-ops",
      "install": "dsh plugin --profile web add dsh-ssh-ops",
      "categories": [
        "dev",
        "integration"
      ],
      "useCases": [
        "terminal-shell"
      ],
      "tags": [
        "ssh",
        "remote-ops",
        "guardrails",
        "terminal"
      ],
      "stars": 17,
      "forks": 3,
      "addedAt": "2026-08-25T00:00:00.000Z",
      "updatedAt": "2026-09-06T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-06T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-ssh-ops/",
      "catalog": "https://www.alldsh.com/catalog/dsh-ssh-ops.json",
      "package": "dsh-ssh-ops",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-ssh-ops/"
    },
    {
      "slug": "dsh-office-tools",
      "name": "DSH Office Tools",
      "tagline": "Model-facing Office tools that create, read and update Word, Excel and PowerPoint files inside a safe workspace root.",
      "author": "kw78",
      "repo": "https://github.com/kw78/dsh-office-tools",
      "install": "dsh plugin --profile web add dsh-office-tools",
      "categories": [
        "tools",
        "knowledge"
      ],
      "useCases": [
        "file-document"
      ],
      "tags": [
        "office",
        "docx",
        "xlsx",
        "pptx"
      ],
      "stars": 15,
      "forks": 2,
      "addedAt": "2026-08-26T00:00:00.000Z",
      "updatedAt": "2026-09-04T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-04T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-office-tools/",
      "catalog": "https://www.alldsh.com/catalog/dsh-office-tools.json",
      "package": "dsh-office-tools",
      "license": "MIT",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-office-tools/"
    },
    {
      "slug": "dsh-background-agents",
      "name": "Background Agents",
      "tagline": "Durable background agents started from a session, watched in the Web UI sidebar, messaged and interrupted at will.",
      "author": "PerryLink",
      "repo": "https://github.com/PerryLink/dsh-background-agents",
      "install": "dsh plugin --profile web add dsh-background-agents",
      "categories": [
        "agent",
        "workflow"
      ],
      "useCases": [],
      "tags": [
        "background-agents",
        "subagents",
        "durable",
        "sidebar"
      ],
      "stars": 11,
      "forks": 2,
      "addedAt": "2026-08-28T00:00:00.000Z",
      "updatedAt": "2026-09-09T00:00:00.000Z",
      "verification": {
        "level": "L3",
        "label": "Install spec",
        "description": "Install command parsed, DSH target declared",
        "checkedAt": "2026-09-09T00:00:00.000Z"
      },
      "security": {
        "status": "unverified",
        "label": "unverified — no scan has run"
      },
      "health": "active",
      "trust": "unrated",
      "featured": false,
      "editorsChoice": false,
      "page": "https://www.alldsh.com/plugins/dsh-background-agents/",
      "catalog": "https://www.alldsh.com/catalog/dsh-background-agents.json",
      "package": "dsh-background-agents",
      "license": "Apache-2.0",
      "language": "TypeScript",
      "dshTarget": "rc.6",
      "pageAlt": "https://www.alldsh.com/zh/plugins/dsh-background-agents/"
    }
  ]
}