mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-05-20 18:00:45 +00:00
Eyes AND hands for OpenCode — 72 MCP tools for screen capture, AI vision, OCR, recording, dictation, and full GUI automation with humanization v2 + CAPTCHA-solving guidance. Hybrid distribution: npm superbased-opencode-plugin (TypeScript lifecycle hooks) + the SuperBased MCP server. Repository at marmutapp/superbased-opencode-plugin.
60 lines
2 KiB
YAML
60 lines
2 KiB
YAML
name: SuperBased
|
|
repo: https://github.com/marmutapp/superbased-opencode-plugin
|
|
tagline: Screen capture, AI vision, OCR, and full GUI automation — 72 MCP tools
|
|
description: |
|
|
SuperBased connects OpenCode to your screen AND your desktop via 72 MCP tools.
|
|
Capture screenshots (fullscreen / window / region), run AI vision and local
|
|
OCR, record sessions for visual regression testing, transcribe voice via
|
|
microphone, AND drive the full desktop with GUI automation primitives — click,
|
|
type, hotkey, scroll, drag, hover, form-fill, sequence, dialog handling, tab
|
|
management, virtual desktops — with humanization v2 (sin-shaped velocity
|
|
envelope, gaussian click-target jitter, gamma-distributed pre-click dwell,
|
|
per-process cross-session salt) and proactive CAPTCHA-solving guidance for
|
|
reCAPTCHA / Cloudflare Turnstile / drag puzzles / rotation puzzles. Hybrid
|
|
plugin: npm `superbased-opencode-plugin` ships TypeScript lifecycle hooks
|
|
(pre-flight safety checks, post-flight telemetry, audit-log surfacing); the
|
|
72 tools live in the SuperBased MCP server (`superbased mcp`) configured
|
|
separately in `opencode.json`. Skills, commands, and agents bundled as
|
|
reference markdown.
|
|
scope:
|
|
- global
|
|
tags:
|
|
- mcp
|
|
- screenshot
|
|
- screen-capture
|
|
- ocr
|
|
- ai-vision
|
|
- screen-recording
|
|
- visual-testing
|
|
- gui-automation
|
|
- click-automation
|
|
- form-fill
|
|
- captcha
|
|
- humanization
|
|
- dictation
|
|
- voice
|
|
homepage: https://superbased.app
|
|
installation: |
|
|
```bash
|
|
npm install -g superbased-opencode-plugin superbased
|
|
```
|
|
|
|
Then add to `opencode.json`:
|
|
|
|
```json
|
|
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["superbased-opencode-plugin"],
|
|
"mcp": {
|
|
"superbased": {
|
|
"type": "local",
|
|
"command": ["superbased", "mcp"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
Optional: install the SuperBased desktop app from
|
|
[superbased.app](https://superbased.app) for a GUI to browse captures
|
|
and configure providers — the headless CLI works standalone.
|