← 返回
内容创作 Key 中文

YouMind

This skill should be used when interacting with the YouMind API to manage content such as boards, crafts, notes, picks, and materials. It provides installati...
此技能用于与 YouMind API交互,管理板块、手工、笔记、精选和素材等内容,并提供安装说明
p697
内容创作 clawhub v3.0.2 3 版本 99761.1 Key: 需要
★ 5
Stars
📥 1,570
下载
💾 76
安装
3
版本
#latest

概述

YouMind CLI Skill

Interact with the YouMind API to manage boards, crafts, notes, picks, and other content through the youmind CLI.

Installation

npm install -g @youmind-ai/cli

To verify installation: youmind (should print usage info).

If the command is not found, install it first before proceeding.

Authentication

If you do not have a YouMind API key yet, generate one at:

https://youmind.com/settings/api-keys

Then set it as an environment variable:

export YOUMIND_API_KEY=sk-ym-xxx

Or pass per-command with --api-key sk-ym-xxx.

Commands

Three commands following a discover → inspect → execute workflow:

1. Search — Discover Available APIs

youmind search [query]
  • Without query: list all available API endpoints
  • With query: filter APIs by name or description (e.g., search board, search craft)
  • Output: JSON array of { name, summary } objects

2. Info — Inspect API Schema

youmind info <name>
  • Returns the full schema including request body and response schema
  • All $ref references are resolved inline
  • Use this to understand required parameters before calling an API

3. Call — Execute an API

youmind call <name> [params]

Requires authentication. Three ways to pass parameters:

# Key-value pairs
youmind call createBoard --name "My Board"

# JSON string
youmind call createBoard '{"name":"My Board"}'

# Stdin pipe
echo '{"name":"My Board"}' | youmind call createBoard

Workflow

To accomplish a task with the YouMind API:

  1. Search for relevant APIs: youmind search
  2. Inspect the API schema: youmind info
  3. Call the API with correct parameters: youmind call [params]

Example: Create a board and add a note

# Find board-related APIs
youmind search board

# Check createBoard schema
youmind info createBoard

# Create the board
youmind call createBoard --name "Research Notes"

# Find note APIs and create a note
youmind search note
youmind info createNote
youmind call createNote '{"title":"First Note","boardId":"..."}'

Global Options

OptionDescription
---------------------
--api-key API key (overrides YOUMIND_API_KEY env var)
--endpoint API endpoint (default: https://youmind.com)

版本历史

共 3 个版本

  • v3.0.2 当前
    2026-05-21 12:20 安全 安全
  • v2.0.1
    2026-03-29 04:36 安全 安全
  • v1.2.0
    2026-03-07 01:48

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Clawket

p697
为Clawket移动应用生成二维码,以便与本地OpenClaw网关配对。当用户提及Clawket配对、登录Clawket、二维码、移动应用时使用。
★ 0 📥 790
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,425
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,139