youmind

Automate Youmind board chat queries with persistent browser authentication.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kbtime/openclaw-workspace --skill youmind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youmind
Source: https://github.com/kbtime/openclaw-workspace/tree/main/skills/youmind
Command: npx skills add https://github.com/kbtime/openclaw-workspace --skill youmind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires patchright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the manual copy-paste and context-switching required to query Youmind boards by letting an AI agent send browser-automated board chat queries, persist authentication, and return focused answers tied to specific boards.

Core Features & Use Cases

  • Board Q&A: Send one-off questions to a Youmind board chat and retrieve the assistant reply for agent workflows.
  • Persistent Authentication: Save and restore browser state (state.json + profile) for reliable long-term sessions and validation flows.
  • Board Library & Smart Add: Auto-discover board metadata via single- or two-pass extraction (strict JSON fallback) and maintain a local library with activation and search.
  • Local Execution and Safety: Runs inside an isolated .venv, manages Chrome via Patchright, and provides cleanup and recovery tools for profile locks and stale state.
  • Use Case: Have your coding agent summarize decisions from a shared research board, add a link to a board via chat-driven save, or compare answers across multiple boards.

Quick Start

Tell your agent to ask your active Youmind board to "Summarize the key technical decisions and open action items".

Frequently Asked Questions about youmind

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Youmind board chat queries from a local AI agent?

You can automate Youmind board chat queries using browser automation to send questions and retrieve contextual answers. This allows local AI agents with shell access to perform board-level Q&A without manual copy-paste or context switching.

How does persistent browser-state authentication work for Youmind board automation?

Persistent browser-state authentication works by saving and restoring your browser state via state.json and a profile directory. This ensures reliable long-term automated sessions and validation flows for Youmind board automation.

Can I use Patchright to manage Chrome automation for querying Youmind boards?

Yes, you can use Patchright to manage Chrome automation for querying Youmind boards. The execution runs inside an isolated local Python virtual environment to ensure safe CLI orchestration and browser management.

What is the best way to auto-discover Youmind board metadata and build a local library?

The best way to auto-discover Youmind board metadata is using a single- or two-pass extraction method with a strict JSON fallback. This allows you to maintain a local board library with activation and search capabilities.

How do I add links and materials to a Youmind board via chat-driven save?

You can add links and materials to a Youmind board via chat-driven save by instructing your agent to execute a smart add command. This automates metadata discovery and integrates the content directly into your active board.

What are the limitations of using local browser automation for board-level Q&A?

Limitations of local browser automation for board-level Q&A include potential profile locks and stale state issues. The Skill provides specific cleanup and recovery tools to manage these isolated environment constraints.