{
  "schemaVersion": "1.0",
  "item": {
    "slug": "flomo-add",
    "name": "flomo-add",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/giraffe-tree/flomo-add",
    "canonicalUrl": "https://clawhub.ai/giraffe-tree/flomo-add",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/flomo-add",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flomo-add",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/flomo-add.py"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/flomo-add"
    },
    "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/flomo-add",
    "agentPageUrl": "https://openagent3.xyz/skills/flomo-add/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flomo-add/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flomo-add/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": "flomo-add",
        "body": "向 flomo 新增一条 memo（单条写入）。"
      },
      {
        "title": "前置入参要求（必须）",
        "body": "执行本技能前，必须先明确并拿到以下入参：\n\n当前项目主路径（绝对路径），例如 /Users/xxx/project-name\nmemo 文本内容（即本次要写入 flomo 的 content）\n\n必须在“当前项目主路径”下存在 .flomo.config，并且包含 url=<flomo webhook url>。"
      },
      {
        "title": "配置（必须）",
        "body": "在项目主路径下创建 .flomo.config，并包含 url=<flomo webhook url>。"
      },
      {
        "title": ".flomo.config 格式说明",
        "body": "通用规则：一行一个 key=value；以 # 开头的行为注释；空行忽略。\nflomo-add 所需：url=<flomo webhook url>\n示例：url=https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\n该 URL 需在 flomo 的「扩展中心 & API」中生成并妥善保管。\n同一文件可同时包含 token= 供 flomo-sync 使用（与 flomo-sync 共用一配置文件）。"
      },
      {
        "title": "1) 使用 Python 脚本（推荐，内部调用 requests）",
        "body": "# 在项目主路径下执行\npython skills/flomo-add/scripts/flomo-add.py --content \"Hello, #flomo https://flomoapp.com\"\n\n可选参数：\n\n--config：指定配置文件路径（默认 .flomo.config）\n--url：临时覆盖配置里的 url\n--dry-run：只打印将发送的请求信息，不真正发送"
      },
      {
        "title": "2) 直接使用 curl（macOS / Linux）",
        "body": "curl -X POST \"https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\" \\\n  -H \"Content-Type: application/json\" \\\n  --data-binary '{\"content\":\"Hello, #flomo https://flomoapp.com\"}'"
      },
      {
        "title": "3) 直接使用 curl（Windows PowerShell）",
        "body": "$url = \"https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\"\n$body = '{\"content\":\"Hello, #flomo https://flomoapp.com\"}'\ncurl.exe -X POST $url -H \"Content-Type: application/json\" --data-binary $body"
      },
      {
        "title": "预期行为",
        "body": "成功时：返回 flomo API 响应并退出码为 0\n失败时：脚本打印错误原因（缺少配置、requests 依赖缺失、HTTP 失败等）并退出非 0"
      },
      {
        "title": "文件说明",
        "body": "skills/flomo-add/\n├── SKILL.md\n├── scripts/\n│   └── flomo-add.py\n└── assets/   # 预留"
      }
    ],
    "body": "flomo-add\n\n向 flomo 新增一条 memo（单条写入）。\n\n前置入参要求（必须）\n\n执行本技能前，必须先明确并拿到以下入参：\n\n当前项目主路径（绝对路径），例如 /Users/xxx/project-name\nmemo 文本内容（即本次要写入 flomo 的 content）\n\n必须在“当前项目主路径”下存在 .flomo.config，并且包含 url=<flomo webhook url>。\n\n配置（必须）\n\n在项目主路径下创建 .flomo.config，并包含 url=<flomo webhook url>。\n\n.flomo.config 格式说明\n通用规则：一行一个 key=value；以 # 开头的行为注释；空行忽略。\nflomo-add 所需：url=<flomo webhook url>\n示例：url=https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\n该 URL 需在 flomo 的「扩展中心 & API」中生成并妥善保管。\n同一文件可同时包含 token= 供 flomo-sync 使用（与 flomo-sync 共用一配置文件）。\n快速开始\n1) 使用 Python 脚本（推荐，内部调用 requests）\n# 在项目主路径下执行\npython skills/flomo-add/scripts/flomo-add.py --content \"Hello, #flomo https://flomoapp.com\"\n\n\n可选参数：\n\n--config：指定配置文件路径（默认 .flomo.config）\n--url：临时覆盖配置里的 url\n--dry-run：只打印将发送的请求信息，不真正发送\n2) 直接使用 curl（macOS / Linux）\ncurl -X POST \"https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\" \\\n  -H \"Content-Type: application/json\" \\\n  --data-binary '{\"content\":\"Hello, #flomo https://flomoapp.com\"}'\n\n3) 直接使用 curl（Windows PowerShell）\n$url = \"https://flomoapp.com/iwh/M000000/abcdefg0000000000000000000000000/\"\n$body = '{\"content\":\"Hello, #flomo https://flomoapp.com\"}'\ncurl.exe -X POST $url -H \"Content-Type: application/json\" --data-binary $body\n\n预期行为\n成功时：返回 flomo API 响应并退出码为 0\n失败时：脚本打印错误原因（缺少配置、requests 依赖缺失、HTTP 失败等）并退出非 0\n文件说明\nskills/flomo-add/\n├── SKILL.md\n├── scripts/\n│   └── flomo-add.py\n└── assets/   # 预留"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/giraffe-tree/flomo-add",
    "publisherUrl": "https://clawhub.ai/giraffe-tree/flomo-add",
    "owner": "giraffe-tree",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/flomo-add",
    "downloadUrl": "https://openagent3.xyz/downloads/flomo-add",
    "agentUrl": "https://openagent3.xyz/skills/flomo-add/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flomo-add/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flomo-add/agent.md"
  }
}