{
  "updated": "2026-06-11",
  "source": "https://openclawdatabase.com",
  "license": "Free for all agents and humans. Attribution appreciated.",
  "count": 50,
  "news": [
    {
      "title": "Claude Code + Ollama: Running a Free Local AI Agent",
      "url": "https://openclawdatabase.com/news/videos/2026-06-11-claude-code-ollama-free-agent/",
      "date": "2026-06-11",
      "platform": null,
      "description": "Overview of connecting Claude Code to a locally-running Ollama model for a free offline AI agent setup.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-11-claude-code-ollama-free-agent/index.md"
    },
    {
      "title": "5 Ways to Get Maximum Value From Claude Fable 5 Before Your Subscription Ends",
      "url": "https://openclawdatabase.com/news/videos/2026-06-11-five-tips-claude-fable-5/",
      "date": "2026-06-11",
      "platform": null,
      "description": "Practical tips for squeezing maximum output from Claude Fable 5: plan around 5-hour session windows, use the $200 max plan strategically, and have Fable generate configs that cheaper models can run.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-11-five-tips-claude-fable-5/index.md"
    },
    {
      "title": "ChatGPT Now Generates Charts Inline From Text Prompts",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-chatgpt-inline-charts-update/",
      "date": "2026-06-10",
      "platform": "ChatGPT",
      "description": "ChatGPT's latest update lets you generate visual charts directly in chat by typing plain-text requests — no Excel or file uploads required, works on mobile.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-chatgpt-inline-charts-update/index.md"
    },
    {
      "title": "Claude Code vs Codex: When to Use Each for Agent Work",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-claude-code-vs-codex-agent-habits/",
      "date": "2026-06-10",
      "platform": null,
      "description": "Nate B Jones argues the real question isn't which AI coding tool is better — it's what each tool trains you to do. Claude Code steers fuzzy work; Codex dispatches well-defined jobs.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-claude-code-vs-codex-agent-habits/index.md"
    },
    {
      "title": "Claude Fable as Your AI Operating System: Second Brain Setup with the Four C's",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-claude-fable-ai-os-second-brain-setup/",
      "date": "2026-06-10",
      "platform": null,
      "description": "Nate Herk's complete AI OS built on Claude Fable: CLAUDE.md as a router, the four C's framework (Context, Connections, Capabilities, Cadence), skills and subagents folders, and the 'other worlds' pattern for multi-repo consolidation.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-claude-fable-ai-os-second-brain-setup/index.md"
    },
    {
      "title": "Run Hermes Agent Free and Offline with LM Studio",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-hermes-lm-studio-free-local-agents/",
      "date": "2026-06-10",
      "platform": "Hermes",
      "description": "Connect Hermes agent to LM Studio for fully local, free, private AI — no internet or subscription needed. Overview of the LM Studio + Hermes local setup.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-hermes-lm-studio-free-local-agents/index.md"
    },
    {
      "title": "Kilo Code at Gartner Summit: Enterprise AI Shifts to Cost Control",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-kilo-code-gartner-enterprise-ai-cost/",
      "date": "2026-06-10",
      "platform": "Kilo Code",
      "description": "The Kilo Code team reports 75-80% of Gartner Summit enterprise conversations focused on AI cost control over adoption — plus insights on GitHub Copilot pricing changes and open-weight model acceptance.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-kilo-code-gartner-enterprise-ai-cost/index.md"
    },
    {
      "title": "Last 30 Days: Open-Source AI Agent That Searches Reddit, X, and Polymarket",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-last-30-days-agent-search/",
      "date": "2026-06-10",
      "platform": null,
      "description": "Last 30 Days is a 40K-star MIT-licensed AI agent skill that searches Reddit, X, YouTube, HackerNews, and Polymarket in parallel, scoring results by real engagement rather than SEO authority.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-last-30-days-agent-search/index.md"
    },
    {
      "title": "Local AI Agentic Coding: Model Selection, VRAM Guide, LM Studio Setup",
      "url": "https://openclawdatabase.com/news/videos/2026-06-10-local-agentic-coding-lm-studio-setup/",
      "date": "2026-06-10",
      "platform": "Kilo Code",
      "description": "Complete guide to running agentic coding locally for free. Covers VRAM requirements by hardware tier, two-model setup (autocomplete + chat), LM Studio installation, Qwen model selection, and connecting to coding tools like Kilo Code. By Tech With Tim.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-10-local-agentic-coding-lm-studio-setup/index.md"
    },
    {
      "title": "Why AI Agents Never Guess: Write Context Files First",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-ai-agents-context-files-no-guessing/",
      "date": "2026-06-09",
      "platform": null,
      "description": "JavaScript Mastery shares a principle for reliable AI agents: write nine context files before the agent touches any code — product definition, architecture, code standards, and a living progress tracker.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-ai-agents-context-files-no-guessing/index.md"
    },
    {
      "title": "How to Build Claude Code Subagents: YAML Front Matter, Custom Agents, Misfire Fixes",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-claude-code-subagents-build-guide/",
      "date": "2026-06-09",
      "platform": null,
      "description": "Complete guide to Claude Code subagents: what they are, how to build custom agents with YAML front matter in .claude/agents/, how progressive disclosure triggers them, and how to fix misfires. By Nate Herk.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-claude-code-subagents-build-guide/index.md"
    },
    {
      "title": "Codex as Your AI Data Analyst: Business Reports and Google Slides in Minutes",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-codex-data-science/",
      "date": "2026-06-09",
      "platform": null,
      "description": "OpenAI's Codex data analytics plugin acts as an agentic data analyst — gathering context across systems, building impact reports with charts, creating editable interfaces, and exporting to Google Slides in your company templates.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-codex-data-science/index.md"
    },
    {
      "title": "How OpenAI's Finance Team Uses Codex for Month-End Reports and Dashboards",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-codex-finance-reports/",
      "date": "2026-06-09",
      "platform": null,
      "description": "OpenAI's head of finance technology explains how the company uses Codex for month-end workflows, executive slides, custom dashboards, vendor risk reviews, and journal entries — turning one-off processes into repeatable automated workflows.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-codex-finance-reports/index.md"
    },
    {
      "title": "Kilo Code x MiniMax M3 Live Webinar: Model Integration Demo",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-kilo-minimax-m3-webinar/",
      "date": "2026-06-09",
      "platform": "Kilo Code",
      "description": "Live webinar co-hosted by Kilo Code and MiniMax exploring MiniMax M3 model capabilities inside Kilo Code for AI coding and agentic tasks.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-kilo-minimax-m3-webinar/index.md"
    },
    {
      "title": "Kilo Code + Claude Fable 5: Replicating GitHub From a Single Screenshot",
      "url": "https://openclawdatabase.com/news/videos/2026-06-09-kilo-replicate-github-fable/",
      "date": "2026-06-09",
      "platform": "Kilo Code",
      "description": "Kilo Code tests Anthropic Fable 5 by pasting a GitHub screenshot and prompting it to recreate the full platform including Git repo hosting. After 10 minutes, the result was a near-identical UI with functional mock repositories.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-09-kilo-replicate-github-fable/index.md"
    },
    {
      "title": "Claude as AI OS: Build a Command Center with Shared Memory",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-claude-agent-os-command-center/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "Instead of using Claude as a stateless chatbox, build an agentic operating system where Claude and Hermes share a single Obsidian memory vault in a command center dashboard with Kanban, goals, journal, and content studio.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-claude-agent-os-command-center/index.md"
    },
    {
      "title": "Claude + Hermes Setup: Persistent Memory and Agent OS",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-claude-hermes-setup-agent-os-memory/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "Combining Claude with Hermes Agent gives Claude persistent memory across sessions via SQLite, an auto-improving skill system, and scheduled automation. Hermes can spawn Claude Code as a sub-agent, with Obsidian as a shared dashboard.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-claude-hermes-setup-agent-os-memory/index.md"
    },
    {
      "title": "Run Hermes with Gemma 4 Free and Offline: Local Agent OS",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-gemma4-free-local-agent/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "Google's Gemma 412B open model can be plugged into Hermes Agent OS as a free, local brain for full offline operation. A dual-brain setup lets a stronger model handle complex tasks while Gemma 4 handles lighter jobs. Requires 16GB VRAM or the free API.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-gemma4-free-local-agent/index.md"
    },
    {
      "title": "Hermes Idea Foundry: Drop an Idea, Get a Working App",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-idea-foundry-project-manager/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "Hermes now includes an Idea Foundry pipeline where you submit an idea, agents classify and draft a plan, you approve at a single human gate, and sub-agents build the actual deliverable. Completed projects are stored in an Obsidian vault.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-idea-foundry-project-manager/index.md"
    },
    {
      "title": "Hermes Obsidian Memory Galaxy: 3D Knowledge Map for AI Agents",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-obsidian-memory-galaxy-3d/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "The Hermes Agent OS now includes an Obsidian Memory Galaxy that renders your entire Obsidian vault as a 3D star map. Hermes can query this galaxy for date-specific context, and every agent conversation automatically adds new notes back into the vault.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-obsidian-memory-galaxy-3d/index.md"
    },
    {
      "title": "Hermes Skills Hub: Search and Install Free AI Agent Skills",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-skills-hub-free-install/",
      "date": "2026-06-08",
      "platform": "Hermes",
      "description": "The Hermes Skills Hub lets you search thousands of free skills from skills.sh, Claude Hub, Claude Marketplace, and GitHub, with one-click installation and built-in safety scanning.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-hermes-skills-hub-free-install/index.md"
    },
    {
      "title": "Kilo Code Agent Manager: Orchestrate Parallel Agents with Isolated Work Trees",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-kilo-code-agent-manager-parallel-agents/",
      "date": "2026-06-08",
      "platform": "Kilo Code",
      "description": "Kilo Code's Agent Manager gives you a kanban dashboard for running multiple coding agents in parallel. Each agent gets its own git work tree so they never conflict, and you can compare different AI models on the same task side by side.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-kilo-code-agent-manager-parallel-agents/index.md"
    },
    {
      "title": "Claude Opus 4.8 vs MiniMax M3: Real-World Coding Task in Kilo Code",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-kilo-opus48-minimax-task/",
      "date": "2026-06-08",
      "platform": "Kilo Code",
      "description": "Kilo Code benchmarks Claude Opus 4.8 against MiniMax M3 on a real coding task. MiniMax M3 is 10x cheaper — is it 10x worse? Short answer: not really. Here's what the test shows.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-kilo-opus48-minimax-task/index.md"
    },
    {
      "title": "Rank #1 with OpenClaw + Hermes AI SEO Agent Swarm",
      "url": "https://openclawdatabase.com/news/videos/2026-06-08-openclaw-hermes-seo-agent-swarm/",
      "date": "2026-06-08",
      "platform": "OpenClaw",
      "description": "A multi-agent SEO system using OpenClaw and Hermes automates keyword research, content writing, and WordPress publishing on a schedule. A 12-agent swarm handles competitor analysis, technical SEO, and backlink planning simultaneously.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-08-openclaw-hermes-seo-agent-swarm/index.md"
    },
    {
      "title": "Run Claude Code Free with OpenRouter Models in a Custom Agent Dashboard",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-free-claude-code-openrouter-agent-os/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "Wire Claude Code CLI to free OpenRouter models—MiniMax M3 (1M context), Gemma 4, Hermes 3, Nvidia Nemetron—and run them inside a custom dashboard with voice input and file preview at zero API cost.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-free-claude-code-openrouter-agent-os/index.md"
    },
    {
      "title": "Hermes Agent OS: Running Multiple AI Agents from One Dashboard (Analysis)",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-agent-os-multi-agent-dashboard-concept/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "Conceptual overview of building a custom 'agent operating system' around Hermes—unified memory via Obsidian vault, Kanban task boards, multi-model switching—instead of using the terminal directly. Analysis, not a setup guide.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-agent-os-multi-agent-dashboard-concept/index.md"
    },
    {
      "title": "Hermes ElevenLabs Voice Agent: Call Your AI Agent by Phone",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-elevenlabs-voice-agent-phone/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "Hermes can now be called on the phone using ElevenLabs for voice and Twilio for the phone number, with Hermes acting as the brain that has memory, tools, and past sessions. Claude 3.5 Haiku gave the fastest responses in testing.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-elevenlabs-voice-agent-phone/index.md"
    },
    {
      "title": "Hermes V0.16 Skills Hub: Browse, Scan, and Install Agent Skills Safely",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-skills-hub-browse-scan-install-safely/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "How to use the Hermes V0.16 Skills Hub Browser to find skills from skills.sh, Claw Hub, Claw Marketplace, and GitHub; preview skill.md files before installing; run automated security scans; and manage installed skills by trust tier.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-skills-hub-browse-scan-install-safely/index.md"
    },
    {
      "title": "Hermes Agent V0.16: New Dashboard, Jarvis Voice, Free Nvidia Models, Skill Hub",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-v016-dashboard-jarvis-free-models-skills/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "Hermes V0.16 adds a central dashboard for skills, schedules, and model switching; Jarvis voice agent for hands-free commands; free Nvidia Nemotron-3 Ultra and Step 3.7 Flash models; a one-click skill browser; and a no-terminal desktop app.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-v016-dashboard-jarvis-free-models-skills/index.md"
    },
    {
      "title": "Hermes V0.16: Email MCP, Voice Mode, Jarvis, and Multi-Agent Kanban",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-v016-email-voice-jarvis-kanban-agents/",
      "date": "2026-06-07",
      "platform": "Hermes",
      "description": "Hermes V0.16 walkthrough: connect Gmail via MCP for 24/7 email management, enable real-time voice with MiniMax M3, use Jarvis for hands-free computer control, and run multi-agent Kanban with a built-in goal judge.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-hermes-v016-email-voice-jarvis-kanban-agents/index.md"
    },
    {
      "title": "NVIDIA & Kilo Code Live Webinar: GPU-Accelerated AI Development",
      "url": "https://openclawdatabase.com/news/videos/2026-06-07-kilo-nvidia-webinar/",
      "date": "2026-06-07",
      "platform": "Kilo Code",
      "description": "Live webinar co-hosted by NVIDIA and Kilo Code, covering GPU-accelerated AI development workflows and how NVIDIA hardware pairs with Kilo Code's multi-model coding assistant platform.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-07-kilo-nvidia-webinar/index.md"
    },
    {
      "title": "Hermes 0.16 Surface Release: Desktop App, Remote Gateway, Dashboard Overhaul",
      "url": "https://openclawdatabase.com/news/videos/2026-06-06-hermes-016-surface-release/",
      "date": "2026-06-06",
      "platform": "Hermes",
      "description": "Hermes Agent 0.16 adds a native desktop app for macOS/Linux/Windows, remote gateway support, a full web dashboard admin panel, fuzzy model picker, /undo command, and major skill cleanup.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-06-hermes-016-surface-release/index.md"
    },
    {
      "title": "Build Your First Claude Code AI Agent with Dashboard and HyperFrames Video Engine",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-claude-code-first-agent-dashboard-hyperframes/",
      "date": "2026-06-05",
      "platform": "Hermes",
      "description": "Julian Goldie shows how to wrap Claude Code in a custom agent dashboard, integrating Hermes Agent and HyperFrames (open-source HTML-to-video tool) to create an autonomous content production system.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-claude-code-first-agent-dashboard-hyperframes/index.md"
    },
    {
      "title": "Hermes Agent Full Course for Beginners: VPS, Memory, Skills & Soul",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-hermes-agent-full-course-setup-beginners/",
      "date": "2026-06-05",
      "platform": "Hermes",
      "description": "Tech With Tim's complete beginner guide to Hermes Agent — VPS setup, memory system (user.md, memory.mmd), 90+ built-in skills, soul personality file, crons, and the self-improvement loop that makes Hermes better over time.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-hermes-agent-full-course-setup-beginners/index.md"
    },
    {
      "title": "Kilo Claw: AI Assistant That Manages Email, Calendar, and Slack",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-kilo-ai-assistant-does-things/",
      "date": "2026-06-05",
      "platform": null,
      "description": "Kilo Claw is a personal AI assistant that connects to Gmail, Google Calendar, and Slack — scheduling reminders, triaging your inbox, and prepping you for meetings, all inside Kilo Chat.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-kilo-ai-assistant-does-things/index.md"
    },
    {
      "title": "Codebase Indexing Is Back in Kilo Code: Semantic Search Setup in One Minute",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-kilo-codebase-indexing/",
      "date": "2026-06-05",
      "platform": "Kilo Code",
      "description": "Kilo Code's codebase indexing feature returns with semantic search. Setup takes one minute: enable in settings, pick an embedding provider (Kilo Tokens, Mistral, Ollama+LanceDB, OpenAI, OpenRouter, Gemini), and the agent can find code by concept rather than exact string.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-kilo-codebase-indexing/index.md"
    },
    {
      "title": "Mellum 2: JetBrains' 12B MoE Model with MCP Tool Use and Hermes Agent",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-mellum2-vllm-mcp-tool-use-hermes-agent/",
      "date": "2026-06-05",
      "platform": "Hermes",
      "description": "Fahd Mirza runs JetBrains' new Mellum 2 model locally via vLLM, connects it to an MCP filesystem server for real file operations, and tests it inside Hermes Agent. Mellum 2 is Apache 2.0 licensed with a 131k token context window.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-mellum2-vllm-mcp-tool-use-hermes-agent/index.md"
    },
    {
      "title": "Non-Coder Builds Family Medication App with Claude Code in 5 Hours (Case Study)",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-non-coder-builds-medication-app-claude-code/",
      "date": "2026-06-05",
      "platform": null,
      "description": "Case study: a first-time developer used Claude Code to build a medication management app with photo-to-schedule parsing, drug interaction checking, and print-ready doctor summaries in five hours — secured with a Cloudflare Worker API proxy and Microsoft Entra authentication.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-non-coder-builds-medication-app-claude-code/index.md"
    },
    {
      "title": "Odysseus vs Hermes Agent: Side-by-Side Comparison for AI Workflows",
      "url": "https://openclawdatabase.com/news/videos/2026-06-05-odysseus-vs-hermes-agent-comparison/",
      "date": "2026-06-05",
      "platform": "Hermes",
      "description": "Julian Goldie compares Odysseus (PewDiePie's new open-source AI agent) against Hermes Agent, finding Hermes better for multi-agent orchestration and 24/7 background operation while Odysseus suits single-agent local setups.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-05-odysseus-vs-hermes-agent-comparison/index.md"
    },
    {
      "title": "Claude Code + Hermes Agent Setup: Dynamic Workflows, Skill Bundles & New Security",
      "url": "https://openclawdatabase.com/news/videos/2026-06-04-claude-code-hermes-agent-setup/",
      "date": "2026-06-04",
      "platform": "Hermes",
      "description": "How to install Claude Code and Hermes Agent side by side, wire them into a single workflow, and use new features: parallel dynamic workflows, skill bundles, Bitwarden key storage, prompt injection guard, and push notifications.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-04-claude-code-hermes-agent-setup/index.md"
    },
    {
      "title": "The 'Grill Me' Skill That Extracts Knowledge for Better Claude Code Projects",
      "url": "https://openclawdatabase.com/news/videos/2026-06-04-grill-me-skill-claude-code-knowledge-extraction/",
      "date": "2026-06-04",
      "platform": null,
      "description": "Nate Herk demonstrates the 'Grill Me' Claude Code skill — it relentlessly interviews you about a process until it has complete context, then saves the Q&A to a brainstorm file for better skills and CLAUDE.md files from the start.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-04-grill-me-skill-claude-code-knowledge-extraction/index.md"
    },
    {
      "title": "Hermes Desktop App: 7 Features That Replace the Terminal",
      "url": "https://openclawdatabase.com/news/videos/2026-06-04-hermes-desktop-7-features/",
      "date": "2026-06-04",
      "platform": "Hermes",
      "description": "Hermes Desktop is now in public preview on Windows, Mac, and Linux. This overview covers all 7 key features: real-time work visibility, drag-and-drop files, voice mode, easy settings, the command center, and multi-agent coordination.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-04-hermes-desktop-7-features/index.md"
    },
    {
      "title": "Hermes Web Dashboard Overhaul: Manage Your Agent Entirely from a Browser",
      "url": "https://openclawdatabase.com/news/videos/2026-06-04-hermes-web-dashboard-browser/",
      "date": "2026-06-04",
      "platform": "Hermes",
      "description": "Hermes shipped a full browser-based admin panel — manage models, sessions, skills, cron jobs, API keys, and MCP tools without ever touching a terminal. Covers the new chat interface, model switching for rate-limit avoidance, one-click skill install, and mobile responsive design.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-04-hermes-web-dashboard-browser/index.md"
    },
    {
      "title": "Add Voice to Hermes & OpenClaw with MiniMax M3: Hands-Free Agent Interaction",
      "url": "https://openclawdatabase.com/news/videos/2026-06-04-minimax-m3-voice-mode-hermes-openclaw/",
      "date": "2026-06-04",
      "platform": "OpenClaw",
      "description": "MiniMax M3 enables voice chat directly inside OpenClaw and Hermes — speak to your agent and it talks back. Covers the voice pipeline, four voice modes, mobile/Telegram access, latency expectations, and MiniMax's image and video generation capabilities.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-04-minimax-m3-voice-mode-hermes-openclaw/index.md"
    },
    {
      "title": "Best Claude Code Features Ranked: Top 12 After 500+ Hours of Use",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-best-claude-code-features-ranked/",
      "date": "2026-06-03",
      "platform": null,
      "description": "Nate Herk ranks every Claude Code feature from D tier to S tier based on 500+ hours of real use — covering dynamic workflows, /deepresearch, git work trees, hooks, and the Google Workspace CLI.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-best-claude-code-features-ranked/index.md"
    },
    {
      "title": "Claude API and CLI: Running AI Agents Without a Chat Window",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-claude-api-cli-agent-workflow/",
      "date": "2026-06-03",
      "platform": null,
      "description": "Overview of the Claude API and CLI for businesses — how the API enables embedding Claude as an autonomous agent in your own software, with no human typing required, shown via agent OS integration.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-claude-api-cli-agent-workflow/index.md"
    },
    {
      "title": "Claude Code Is Now Free: Route It to Any Model via OpenRouter",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-claude-code-free-open-router-setup/",
      "date": "2026-06-03",
      "platform": null,
      "description": "Overview of running Claude Code at zero cost by routing it to free models on OpenRouter with a 1M token context window, and wiring it into an agent OS with Obsidian for memory.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-claude-code-free-open-router-setup/index.md"
    },
    {
      "title": "Run Hundreds of Free Claude Code Agents Using a Local Model via Cowork 3P",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-free-claude-code-agents-local-model/",
      "date": "2026-06-03",
      "platform": null,
      "description": "Bart Slodyczka shows how to route Claude Code through a local model for free using Anthropic's official Co-work on 3P feature — enabling LM Studio as the backend with the Claude Opus 4.8 identifier.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-free-claude-code-agents-local-model/index.md"
    },
    {
      "title": "Hermes Agent FAQ: Multitasking, Parallel Agents, Goals Mode, and Memory",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-hermes-agent-faq-multitask-memory/",
      "date": "2026-06-03",
      "platform": "Hermes",
      "description": "Answers to common Hermes questions: how to run multiple simultaneous tasks with the Kanban board, using persistent goals for autonomous work, and wiring Obsidian as external memory for long-term context.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-hermes-agent-faq-multitask-memory/index.md"
    },
    {
      "title": "Hermes Agent Is Now Free: Plug In Step 3.7 Flash for 30 Days at Zero Cost",
      "url": "https://openclawdatabase.com/news/videos/2026-06-03-hermes-agent-free-step-flash-model/",
      "date": "2026-06-03",
      "platform": "Hermes",
      "description": "Quick overview of running Hermes agent free by connecting the Step 3.7 Flash model (free for 30 days) through an agent OS — Hermes handles autonomous tasks like file access and background work at no cost.",
      "markdown": "https://openclawdatabase.com/news/videos/2026-06-03-hermes-agent-free-step-flash-model/index.md"
    }
  ]
}