{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youmind",
    "name": "Youmind",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/p697/youmind",
    "canonicalUrl": "https://clawhub.ai/p697/youmind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youmind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youmind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AUTHENTICATION.md",
      "CHANGELOG.md",
      "README.md",
      "README.zh-CN.md",
      "SKILL.md",
      "references/api_reference.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/youmind"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/youmind",
    "agentPageUrl": "https://openagent3.xyz/skills/youmind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youmind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youmind/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Youmind API Skill (API-Only Runtime)",
        "body": "Use HTTP APIs for business operations. Do not use browser fallback for board/material/chat actions."
      },
      {
        "title": "Runtime Rules",
        "body": "API-only for boards, materials, chat, and artifact extraction.\nBrowser automation is only allowed for auth bootstrap/refresh (auth_manager.py).\nFor board-scoped commands, prefer --board-id; --board-url is also supported in material/chat/artifact/wrapper commands."
      },
      {
        "title": "Authentication",
        "body": "python3 scripts/run.py auth_manager.py status\npython3 scripts/run.py auth_manager.py validate\npython3 scripts/run.py auth_manager.py setup\npython3 scripts/run.py auth_manager.py reauth\npython3 scripts/run.py auth_manager.py clear"
      },
      {
        "title": "Board Commands",
        "body": "python3 scripts/run.py board_manager.py list\n\npython3 scripts/run.py board_manager.py find --query \"roadmap\"\n\npython3 scripts/run.py board_manager.py get --id <board-id>\n\npython3 scripts/run.py board_manager.py create --name \"My Board\"\npython3 scripts/run.py board_manager.py create --name \"My Board\" --prompt \"Initialize this board for AI coding agent research\""
      },
      {
        "title": "Material Commands",
        "body": "python3 scripts/run.py material_manager.py add-link --board-id <board-id> --url \"https://example.com\"\npython3 scripts/run.py material_manager.py add-link --board-url \"https://youmind.com/boards/<id>\" --url \"https://example.com\"\n\npython3 scripts/run.py material_manager.py upload-file --board-id <board-id> --file /path/to/file.pdf\n\npython3 scripts/run.py material_manager.py get-snips --ids \"<snip-id-1>,<snip-id-2>\"\n\npython3 scripts/run.py material_manager.py list-picks --board-id <board-id>"
      },
      {
        "title": "Chat Commands",
        "body": "python3 scripts/run.py chat_manager.py create --board-id <board-id> --message \"Summarize key ideas\"\n\npython3 scripts/run.py chat_manager.py send --board-id <board-id> --chat-id <chat-id> --message \"Give next steps\"\n\npython3 scripts/run.py chat_manager.py history --board-id <board-id>\npython3 scripts/run.py chat_manager.py detail --chat-id <chat-id>\npython3 scripts/run.py chat_manager.py detail-by-origin --board-id <board-id>\npython3 scripts/run.py chat_manager.py mark-read --chat-id <chat-id>\n\npython3 scripts/run.py chat_manager.py generate-image --board-id <board-id> --prompt \"Minimal blue AI poster\"\npython3 scripts/run.py chat_manager.py generate-slides --board-id <board-id> --prompt \"6-page AI coding agent roadmap\"\npython3 scripts/run.py chat_manager.py create --board-id <board-id> --message \"Write a 1-page product brief\""
      },
      {
        "title": "Artifact Extraction",
        "body": "python3 scripts/run.py artifact_manager.py extract --chat-id <chat-id>\npython3 scripts/run.py artifact_manager.py extract-latest --board-id <board-id>\npython3 scripts/run.py artifact_manager.py extract-latest --board-url \"https://youmind.com/boards/<id>\"\npython3 scripts/run.py artifact_manager.py extract --chat-id <chat-id> --include-raw-content\n\nExtraction semantics:\n\nimage_generate: returns image URLs and media_ids.\nslides_generate: returns per-slide image URLs and media_ids (no direct .pptx file URL currently).\nwrite: returns page_id, preview content, and optional raw doc content with --include-raw-content."
      },
      {
        "title": "Compatibility Wrapper",
        "body": "python3 scripts/run.py ask_question.py --board-id <board-id> --question \"...\"\npython3 scripts/run.py ask_question.py --board-url \"https://youmind.com/boards/<id>\" --question \"...\"\npython3 scripts/run.py ask_question.py --board-id <board-id> --chat-id <chat-id> --question \"...\""
      },
      {
        "title": "Local Data",
        "body": "Local auth state:\n\ndata/\n├── auth_info.json\n└── browser_state/\n    └── state.json\n\nDo not commit data/."
      }
    ],
    "body": "Youmind API Skill (API-Only Runtime)\n\nUse HTTP APIs for business operations. Do not use browser fallback for board/material/chat actions.\n\nRuntime Rules\nAPI-only for boards, materials, chat, and artifact extraction.\nBrowser automation is only allowed for auth bootstrap/refresh (auth_manager.py).\nFor board-scoped commands, prefer --board-id; --board-url is also supported in material/chat/artifact/wrapper commands.\nAuthentication\npython3 scripts/run.py auth_manager.py status\npython3 scripts/run.py auth_manager.py validate\npython3 scripts/run.py auth_manager.py setup\npython3 scripts/run.py auth_manager.py reauth\npython3 scripts/run.py auth_manager.py clear\n\nBoard Commands\npython3 scripts/run.py board_manager.py list\n\npython3 scripts/run.py board_manager.py find --query \"roadmap\"\n\npython3 scripts/run.py board_manager.py get --id <board-id>\n\npython3 scripts/run.py board_manager.py create --name \"My Board\"\npython3 scripts/run.py board_manager.py create --name \"My Board\" --prompt \"Initialize this board for AI coding agent research\"\n\nMaterial Commands\npython3 scripts/run.py material_manager.py add-link --board-id <board-id> --url \"https://example.com\"\npython3 scripts/run.py material_manager.py add-link --board-url \"https://youmind.com/boards/<id>\" --url \"https://example.com\"\n\npython3 scripts/run.py material_manager.py upload-file --board-id <board-id> --file /path/to/file.pdf\n\npython3 scripts/run.py material_manager.py get-snips --ids \"<snip-id-1>,<snip-id-2>\"\n\npython3 scripts/run.py material_manager.py list-picks --board-id <board-id>\n\nChat Commands\npython3 scripts/run.py chat_manager.py create --board-id <board-id> --message \"Summarize key ideas\"\n\npython3 scripts/run.py chat_manager.py send --board-id <board-id> --chat-id <chat-id> --message \"Give next steps\"\n\npython3 scripts/run.py chat_manager.py history --board-id <board-id>\npython3 scripts/run.py chat_manager.py detail --chat-id <chat-id>\npython3 scripts/run.py chat_manager.py detail-by-origin --board-id <board-id>\npython3 scripts/run.py chat_manager.py mark-read --chat-id <chat-id>\n\npython3 scripts/run.py chat_manager.py generate-image --board-id <board-id> --prompt \"Minimal blue AI poster\"\npython3 scripts/run.py chat_manager.py generate-slides --board-id <board-id> --prompt \"6-page AI coding agent roadmap\"\npython3 scripts/run.py chat_manager.py create --board-id <board-id> --message \"Write a 1-page product brief\"\n\nArtifact Extraction\npython3 scripts/run.py artifact_manager.py extract --chat-id <chat-id>\npython3 scripts/run.py artifact_manager.py extract-latest --board-id <board-id>\npython3 scripts/run.py artifact_manager.py extract-latest --board-url \"https://youmind.com/boards/<id>\"\npython3 scripts/run.py artifact_manager.py extract --chat-id <chat-id> --include-raw-content\n\n\nExtraction semantics:\n\nimage_generate: returns image URLs and media_ids.\nslides_generate: returns per-slide image URLs and media_ids (no direct .pptx file URL currently).\nwrite: returns page_id, preview content, and optional raw doc content with --include-raw-content.\nCompatibility Wrapper\npython3 scripts/run.py ask_question.py --board-id <board-id> --question \"...\"\npython3 scripts/run.py ask_question.py --board-url \"https://youmind.com/boards/<id>\" --question \"...\"\npython3 scripts/run.py ask_question.py --board-id <board-id> --chat-id <chat-id> --question \"...\"\n\nLocal Data\n\nLocal auth state:\n\ndata/\n├── auth_info.json\n└── browser_state/\n    └── state.json\n\n\nDo not commit data/."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/p697/youmind",
    "publisherUrl": "https://clawhub.ai/p697/youmind",
    "owner": "p697",
    "version": "2.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youmind",
    "downloadUrl": "https://openagent3.xyz/downloads/youmind",
    "agentUrl": "https://openagent3.xyz/skills/youmind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youmind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youmind/agent.md"
  }
}