AI Agent Hub
Back to plugins
reef preview

reef

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install huey1in/reef

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

In DeepSeek Harness, run dsh plugin install huey1in/reef to install the reef plugin from https://github.com/huey1in/reef.

About this plugin

reef addresses a common problem in DSH automation: browser control, repository events, and external client access are often scattered across scripts, webhooks, and separate services. It bundles a native embedded panel, browser automation, an MCP server, and GitHub/GitLab integrations into one plugin, helping agents move beyond chat replies to inspect pages, interact with websites, respond to repository events, and drive follow-up workflows.
Under the hood, reef provides a shared Playwright-backed browser session with multi-tab support, profiles, screenshots, uploads and downloads, cookie management, and form replay. It also exposes DSH sessions and agents as an MCP service for compatible clients, while offering read-only GitHub and GitLab tools, webhook-driven PR/MR review, and a GitHub issue-to-fix loop.
It is a good fit for developers and teams building agent-powered development workflows—especially those who want web automation, code-platform events, and external MCP access in one place without maintaining several separate services.

Screenshots

Use Cases

  • Let agents open web pages, fill forms, and capture screenshots.
  • Automatically review GitHub PRs or GitLab MRs through webhooks.
  • Expose DSH sessions and agents to external MCP clients.

Best For

  • DSH users who want agents to handle browser automation tasks.
  • Teams connecting GitHub/GitLab events to development workflows.
  • Developers exposing DSH capabilities to MCP clients.