opencode-quick-linksOpenCode TUI plugin for searching and opening links from the active conversation.
1
16
4 in 7 days
26.1
Multi-signal model
2 months ago
2026-06-04
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-quick-links@0.1.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-quick-links@0.1.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D opencode-quick-linksopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
My personal OpenCode plugins.
Packages
opencode-postgres: adds a Postgres Query tool for running SQL against a configured Postgres database.opencode-mysql: adds a MySQL Query tool for running SQL against a configured MySQL 8+ database.opencode-exit-plan: switches from the plan mode to a build agent when you say phrases like "go ahead".opencode-keep-going: sends a continue prompt when you press Enter on an empty input.opencode-quick-links: searches and opens links from the active conversation.
Development
npm install
npm run typecheck
npm run build
npm run smoke
npm run pack:dry-run
Run a package script for one plugin with -w:
npm run typecheck -w opencode-postgres
Start local databases for the Postgres and MySQL plugins:
docker compose up -d --wait
The local Postgres wrapper connects on port 5432. The local MySQL wrapper connects on port 3307 so it can coexist with other MySQL services using the default port.
License
MIT