by inkeep
Beautiful, AI-native markdown editor and LLM Wiki
# Add to your Claude Code skills
git clone https://github.com/inkeep/open-knowledgeGuides for using ai agents skills like open-knowledge.
Last scanned: 6/26/2026
{
"issues": [
{
"file": "packages/server/assets/skills/project/SKILL.md",
"line": 116,
"type": "prompt-injection",
"message": "Possible concealment directive: \"don't tell the user\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-06-26T07:51:55.340Z",
"npmAuditRan": false,
"pipAuditRan": true,
"promptInjectionRan": true
}open-knowledge is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by inkeep. Beautiful, AI-native markdown editor and LLM Wiki. It has 1,786 GitHub stars.
Yes. open-knowledge 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/inkeep/open-knowledge" and add it to your Claude Code skills directory (see the Installation section above).
open-knowledge is primarily written in TypeScript. It is open-source under inkeep 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 open-knowledge against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Highlights:
macOS: download the desktop app — open the DMG, drag OpenKnowledge to Applications, and launch it. Latest release.
Linux, Windows, Intel Mac: run the same editor as a local web app via the CLI (Node.js 24+ required):
npm install -g @inkeep/open-knowledge
cd your-project
ok init # scaffold the project + wire up Claude Code, Cursor, and Codex
ok start --open # serve the web editor and open it in your browser
Use OpenKnowledge by opening any existing folder on your computer that contains markdown or mdx files. The app can be used with existing codebases, wikis, Obsidian vaults, etc.
Think of it as Notion meets VSCode.
You can also start from scratch with one of the starter packs, which include e.g. a template for an LLM Wiki.
The app will automatically initialize your project with MCP and skill configs for agent harnesses detected on your computer. Git sync and sharing can optionally be enabled.
Docs for general usage: https://openknowledge.ai/docs.
Public pull requests or issues are welcome!
See CONTRIBUTING.md for details.
OpenKnowledge is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).
Feel free to file an issue or ask questions on the Discord community.