by chris-tse
A web-based UI for interacting with the opencode API
# Add to your Claude Code skills
git clone https://github.com/chris-tse/opencode-webLast scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "prismjs: PrismJS DOM Clobbering vulnerability",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-syntax-highlighter: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "refractor: Vulnerability found",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-30T16:27:14.690Z",
"npmAuditRan": true,
"pipAuditRan": true
}opencode-web is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by chris-tse. A web-based UI for interacting with the opencode API. It has 120 GitHub stars.
Yes. opencode-web passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/chris-tse/opencode-web" and add it to your Claude Code skills directory (see the Installation section above).
opencode-web is primarily written in TypeScript. It is open-source under chris-tse on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh opencode-web against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A web-based user interface for opencode, providing a modern chat interface to interact with AI coding agents.
# Clone the repository
git clone https://github.com/your-username/opencode-ui.git
cd opencode-ui
# Install dependencies
bun install
# Start opencode server
cd /path/to/your-project
opencode serve
# Start development server
bun dev
The application will be available at http://localhost:5173
The app will auto-detect your opencode API server. If running on a different host/port, configure the API endpoint in your environment.
bun dev - Start development server with hot reloadbun run build - Build for productionbun run lint - Run ESLintbun run preview - Preview production buildsrc/
├── components/
│ ├── Chat/ # Chat interface components
│ └── Debug/ # Development debugging tools
├── hooks/ # Custom React hooks
├── services/ # API integration
└── utils/ # Helper functions
This project is dual-licensed:
AGPL-3.0 for personal, educational, and open source projects.
Required for commercial use, proprietary software, or if you cannot comply with AGPL-3.0 terms.
Contact [your-email] for commercial licensing.