# Add to your Claude Code skills
git clone https://github.com/ducan-ne/opencoderGuides for using cli tools skills like opencoder.
Last scanned: 5/24/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-24T07:23:42.645Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}opencoder is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ducan-ne. The Claude Code alternative. It has 385 GitHub stars.
Yes. opencoder 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/ducan-ne/opencoder" and add it to your Claude Code skills directory (see the Installation section above).
opencoder is primarily written in TypeScript. It is open-source under ducan-ne on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh opencoder against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Try it out:
npx opencoder@latest
bunx opencoder@latest
Or try the beta channel:
npx opencoder@next
https://github.com/user-attachments/assets/67c52f00-7c54-404d-b1e2-244312f0094a
OpenCoder is built on top of the Vercel AI SDK. It is fully compatible with the AI SDK model, any official or community model supported by the AI SDK will work with OpenCoder:
import { ollama } from 'ollama-ai-provider'; // read more: https://sdk.vercel.ai/providers/community-providers/ollama
import type { Config } from 'opencoder';
export default {
model: ollama('qwq'),
} satisfies Config
Integrate powerful MCP capabilities into your workflow in 1 step. OpenCoder provides ready-to-use MCP tools that can be implemented with just a few lines of code:
import { playwright } from 'opencoder/mcp';
export default {
mcp: [playwright()],
} satisfies Config
More examples:
OpenCoder has a cross-platform shell that supports Windows, Linux, and MacOS. Powered by Deno shell
.vscode/mcp.json or .cursorrules/mcp.jsonimport { playwright } from "opencoder/mcp")Contributions are welcome!