youmind
Use this skill when the task is clearly connected to the user's YouMind workspace, YouMind APIs, or the youmind CLI. It helps agents search, inspect, and call YouMind OpenAPI endpoints to work with boards, groups, YouMind files, picks, chats, and YouMind skills.
What this skill does
# YouMind YouMind is an AI creative workspace. People save webpages, PDFs, videos, podcasts, notes, and generated assets into boards, then use AI to search, organize, write, and publish from that workspace. Use this skill when the task is clearly connected to the user's YouMind workspace, YouMind APIs, or the `youmind` CLI. ## Use When Use this skill when the user wants to: - work with a YouMind board, group, file, pick, chat, or skill - search or use their YouMind library as context - save a URL, document, generated asset, or result into YouMind - create, update, move, publish, restore, or trash content in YouMind - run or manage a YouMind skill - call YouMind OpenAPI through the `youmind` CLI ## Vocabulary - YouMind board: a workspace container. - YouMind group: a folder inside a board. - YouMind file: a content item inside a board, such as a document, webpage, PDF, image, audio, video, or generated artifact. - Pick: a saved excerpt or highlight. - Chat: an AI task or conversation in YouMind. - Skill: a reusable YouMind capability that can be run through chat. ## Setup Check whether the CLI is installed: ```bash command -v youmind ``` If missing, install it: ```bash npm install -g @youmind-ai/cli ``` Check whether authentication is configured: ```bash test -n "$YOUMIND_API_KEY" ``` If missing, ask the human to create an API key at: https://youmind.com/settings/api-keys Then ask them to set it as an environment variable: ```bash export YOUMIND_API_KEY=sk-ym-... ``` Do not ask the human to paste the API key into a `youmind` command. The CLI should read it from `YOUMIND_API_KEY`. ## Workflow Use discover -> inspect -> call: ```bash youmind search <keyword> youmind info <apiName> youmind call <apiName> '<json>' ``` Rules: - Use `youmind search` before guessing API names. - Use `youmind info` before calling an API you have not recently inspected. - Pass JSON for non-trivial arguments. - Use returned ids for follow-up calls. - Share internal ids only when they are useful for the user's next step. ## Common Operations Useful API names include: - Boards: `listBoards`, `getDefaultBoard`, `getBoard`, `createBoard`, `updateBoard`, `trashBoard` - YouMind files: `listFiles`, `getFile`, `createFileByUrl`, `createDocument`, `updateDocument`, `moveFiles`, `trashFile`, `restoreFromTrash`, `publishFile` - Groups: `createGroup`, `updateGroup`, `ungroupGroup` - Picks: `createPick`, `updatePick`, `trashPick` - Search: `search`, `webSearch` - Chats and skills: `createChat`, `listMessages`, `createSkill`, `installSkill` ## Side Effects For actions that change the workspace or publish externally, make sure the user's intent is clear before calling the API. This includes trashing, moving, publishing, restoring, installing skills, or any paid action. Only say something was saved, published, installed, moved, or deleted after the CLI call succeeds. If a call fails, report the error clearly.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.