v0.6.0 — OKF integration, local knowledge graph, Claude plugin
SkillMind 0.6.0
Highlights
- Portable second brain (OKF): export/import memories as a vendor-neutral Open Knowledge Format bundle — round-trip safe via
skillmind_*frontmatter keys. - Enrichment loop: pluggable sources (markdown folders, web pages) → auto-classify → store → OKF.
skillmind enrich -t markdown -s ./notes/. - Local knowledge graph:
skillmind viz-okf <bundle> --openrenders a self-contained, interactive HTML graph (Cytoscape.js + marked.js via CDN, no server). - Claude Code plugin: install in one command —
/plugin marketplace add AntonioBlago/skillmindthen/plugin install skillmind@skillmind. - MCP server now exposes 31 tools (added
visualize_okf).
Install
pip install skillmind[all]New CLI
skillmind export-okf ~/brain-okf # Export portable OKF bundle
skillmind import-okf ~/brain-okf # Import an OKF bundle
skillmind viz-okf ~/brain-okf --open # Render local HTML knowledge graph
skillmind enrich -t markdown -s ./notes/
skillmind enrich -t web -s https://example.com/post🤖 Generated with Claude Code