video-to-okf — OKF Bundle for AI Agents
OKF ✓ v0.1Local-first YouTube-to-knowledge CLI: timestamped captions + video frames → agent JSON and Google OKF via any OpenAI-compatible VLM.
Best for
- AI agent development
What it does
- Fully OKF-conformant — works with any OKF-compatible agent framework
- Portable knowledge package that AI agents can load and use at runtime
- Version-controlled with standard Git workflows for collaboration
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/eibrahimov/video-to-okf
cd video-to-okf Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/video-to-okf # Cursor
cursor /path/to/video-to-okf # OpenCode
opencode /path/to/video-to-okf Frequently Asked Questions
Is video-to-okf OKF conformant?
Yes, video-to-okf is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.
How do I install video-to-okf?
Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.
What AI agents can use video-to-okf?
video-to-okf works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.
What are alternatives to video-to-okf?
Similar bundles include okf-agents, okf-ingest, open-knowledge-format-starter. Browse these for alternative approaches and feature sets.