{
  "schemaVersion": "1.0",
  "item": {
    "slug": "flowmind",
    "name": "FlowMind",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/fancygobot/flowmind",
    "canonicalUrl": "https://clawhub.ai/fancygobot/flowmind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/flowmind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowmind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "flowmind",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:12:00.061Z",
      "expiresAt": "2026-05-06T23:12:00.061Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowmind",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowmind",
        "contentDisposition": "attachment; filename=\"flowmind-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "flowmind"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/flowmind"
    },
    "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/flowmind",
    "agentPageUrl": "https://openagent3.xyz/skills/flowmind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flowmind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flowmind/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "FlowMind",
        "body": "FlowMind is a personalized productivity workspace that brings your goals, tasks, notes, and contacts together in one place. Unlike rigid project management tools, FlowMind adapts to how you actually think and work — linking tasks to bigger goals, tagging by energy level and focus needs, and giving you a clear view of what matters most right now. Beyond task management, FlowMind helps you nurture your network, schedule meetings, and track habits — all the pieces of a productive life that usually live in separate apps. Best of all, most features are accessible through natural language via AI, so you can manage your workflow just by saying what you need."
      },
      {
        "title": "Setup",
        "body": "Set these in your agent config or environment:\n\nFLOWMIND_API_KEY — Bearer token from your FlowMind account (Settings → API Keys)\nBase URL: https://flowmind.life/api/v1\n\nAll requests use Authorization: Bearer <FLOWMIND_API_KEY> and Content-Type: application/json."
      },
      {
        "title": "Goals",
        "body": "GET    /goals              — list (filter: status, category, pinned; sort: title, target_date, progress)\nPOST   /goals              — create (required: title)\nGET    /goals/:id          — get\nPATCH  /goals/:id          — update\nDELETE /goals/:id          — delete\nGET    /goals/:id/tasks    — list tasks for goal\n\nFields: title, description, status (active/completed/archived), category (business/career/health/personal/learning/financial), target_date, progress (0-100), pinned"
      },
      {
        "title": "Tasks",
        "body": "GET    /tasks              — list (filter: status, priority, energy_level, goal_id, person_id, due_date_from/to, focused, focus_today)\nPOST   /tasks              — create (required: title)\nGET    /tasks/:id          — get\nPATCH  /tasks/:id          — update\nDELETE /tasks/:id          — delete\nGET    /tasks/:id/subtasks — list subtasks\nPOST   /tasks/:id/subtasks — create subtask\n\nFields: title, description, status (todo/in_progress/completed/archived), priority (low/medium/high/urgent), energy_level (low/medium/high), due_date, scheduled_time, goal_id, person_id, parent_task_id, estimated_minutes, actual_minutes, pinned, focused, focus_today, focus_order, icon"
      },
      {
        "title": "Notes",
        "body": "GET    /notes    — list (filter: category, task_id, pinned)\nPOST   /notes    — create (required: title)\nGET    /notes/:id\nPATCH  /notes/:id\nDELETE /notes/:id\n\nFields: title, content, category, task_id, is_protected, pinned"
      },
      {
        "title": "People",
        "body": "GET    /people             — list (filter: relationship_type, tag_id, search)\nPOST   /people             — create (required: name)\nGET    /people/:id\nPATCH  /people/:id\nDELETE /people/:id\nGET    /people/:id/tags    — list tags\nPOST   /people/:id/tags    — add tag (body: {tag_id})\nDELETE /people/:id/tags/:tagId\n\nFields: name, email, phone, company, role, relationship_type (business/colleague/friend/family/mentor/client/partner/other), notes, birth_month, birth_day, location, last_met_date"
      },
      {
        "title": "Tags",
        "body": "GET    /tags    — list (sort: name, created_at)\nPOST   /tags    — create (required: name; optional: color)\nGET    /tags/:id\nPATCH  /tags/:id\nDELETE /tags/:id"
      },
      {
        "title": "Pagination & Sorting",
        "body": "page (default 1), limit (default 20, max 100)\nsort field name, order=asc|desc"
      },
      {
        "title": "Response Format",
        "body": "{ \"data\": [...], \"meta\": { \"pagination\": { \"page\": 1, \"limit\": 20, \"total\": 42, \"totalPages\": 3, \"hasMore\": true } } }"
      },
      {
        "title": "Error Handling",
        "body": "Errors return { \"error\": { \"code\": \"...\", \"message\": \"...\", \"details\": [] } }. Codes: BAD_REQUEST, UNAUTHORIZED, NOT_FOUND, VALIDATION_ERROR, RATE_LIMITED."
      },
      {
        "title": "Common Workflows",
        "body": "Daily focus: GET /tasks?focus_today=true to see today's focus list. Toggle with PATCH /tasks/:id { \"focus_today\": true }.\n\nGoal tracking: Create a goal, link tasks via goal_id, check progress with GET /goals/:id.\n\nMeeting prep: GET /people/:id + GET /tasks?person_id=:id to review context before meetings.\n\nFor full API details, see references/api.md."
      }
    ],
    "body": "FlowMind\n\nFlowMind is a personalized productivity workspace that brings your goals, tasks, notes, and contacts together in one place. Unlike rigid project management tools, FlowMind adapts to how you actually think and work — linking tasks to bigger goals, tagging by energy level and focus needs, and giving you a clear view of what matters most right now. Beyond task management, FlowMind helps you nurture your network, schedule meetings, and track habits — all the pieces of a productive life that usually live in separate apps. Best of all, most features are accessible through natural language via AI, so you can manage your workflow just by saying what you need.\n\nSetup\n\nSet these in your agent config or environment:\n\nFLOWMIND_API_KEY — Bearer token from your FlowMind account (Settings → API Keys)\nBase URL: https://flowmind.life/api/v1\n\nAll requests use Authorization: Bearer <FLOWMIND_API_KEY> and Content-Type: application/json.\n\nQuick Reference\nGoals\nGET    /goals              — list (filter: status, category, pinned; sort: title, target_date, progress)\nPOST   /goals              — create (required: title)\nGET    /goals/:id          — get\nPATCH  /goals/:id          — update\nDELETE /goals/:id          — delete\nGET    /goals/:id/tasks    — list tasks for goal\n\n\nFields: title, description, status (active/completed/archived), category (business/career/health/personal/learning/financial), target_date, progress (0-100), pinned\n\nTasks\nGET    /tasks              — list (filter: status, priority, energy_level, goal_id, person_id, due_date_from/to, focused, focus_today)\nPOST   /tasks              — create (required: title)\nGET    /tasks/:id          — get\nPATCH  /tasks/:id          — update\nDELETE /tasks/:id          — delete\nGET    /tasks/:id/subtasks — list subtasks\nPOST   /tasks/:id/subtasks — create subtask\n\n\nFields: title, description, status (todo/in_progress/completed/archived), priority (low/medium/high/urgent), energy_level (low/medium/high), due_date, scheduled_time, goal_id, person_id, parent_task_id, estimated_minutes, actual_minutes, pinned, focused, focus_today, focus_order, icon\n\nNotes\nGET    /notes    — list (filter: category, task_id, pinned)\nPOST   /notes    — create (required: title)\nGET    /notes/:id\nPATCH  /notes/:id\nDELETE /notes/:id\n\n\nFields: title, content, category, task_id, is_protected, pinned\n\nPeople\nGET    /people             — list (filter: relationship_type, tag_id, search)\nPOST   /people             — create (required: name)\nGET    /people/:id\nPATCH  /people/:id\nDELETE /people/:id\nGET    /people/:id/tags    — list tags\nPOST   /people/:id/tags    — add tag (body: {tag_id})\nDELETE /people/:id/tags/:tagId\n\n\nFields: name, email, phone, company, role, relationship_type (business/colleague/friend/family/mentor/client/partner/other), notes, birth_month, birth_day, location, last_met_date\n\nTags\nGET    /tags    — list (sort: name, created_at)\nPOST   /tags    — create (required: name; optional: color)\nGET    /tags/:id\nPATCH  /tags/:id\nDELETE /tags/:id\n\nPagination & Sorting\npage (default 1), limit (default 20, max 100)\nsort field name, order=asc|desc\nResponse Format\n{ \"data\": [...], \"meta\": { \"pagination\": { \"page\": 1, \"limit\": 20, \"total\": 42, \"totalPages\": 3, \"hasMore\": true } } }\n\nError Handling\n\nErrors return { \"error\": { \"code\": \"...\", \"message\": \"...\", \"details\": [] } }. Codes: BAD_REQUEST, UNAUTHORIZED, NOT_FOUND, VALIDATION_ERROR, RATE_LIMITED.\n\nCommon Workflows\n\nDaily focus: GET /tasks?focus_today=true to see today's focus list. Toggle with PATCH /tasks/:id { \"focus_today\": true }.\n\nGoal tracking: Create a goal, link tasks via goal_id, check progress with GET /goals/:id.\n\nMeeting prep: GET /people/:id + GET /tasks?person_id=:id to review context before meetings.\n\nFor full API details, see references/api.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/fancygobot/flowmind",
    "publisherUrl": "https://clawhub.ai/fancygobot/flowmind",
    "owner": "fancygobot",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/flowmind",
    "downloadUrl": "https://openagent3.xyz/downloads/flowmind",
    "agentUrl": "https://openagent3.xyz/skills/flowmind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flowmind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flowmind/agent.md"
  }
}