{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rednote-mac",
    "name": "Rednote Mac",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/huangrh99/rednote-mac",
    "canonicalUrl": "https://clawhub.ai/huangrh99/rednote-mac",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rednote-mac",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rednote-mac",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "docs/ref-dm.md",
      "docs/ref-feed.md",
      "docs/ref-limits.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-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/rednote-mac"
    },
    "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/rednote-mac",
    "agentPageUrl": "https://openagent3.xyz/skills/rednote-mac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rednote-mac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rednote-mac/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": "rednote-mac",
        "body": "Control RedNote's Mac app directly — no browser, no API tokens.\nUses macOS Accessibility API to drive the native App.\n\nHeadless tools (xiaohongshu-mcp) can't reach DMs, comment replies, or video comment lists — this skill can.\n\n⚠️ Requires: Terminal → Accessibility permission + RedNote App visible on screen.\nNo network access. No credentials stored."
      },
      {
        "title": "Setup",
        "body": "cd ~/.agents/skills/rednote-mac && bash install.sh\nopenclaw config set tools.allow '[\"rednote-mac\"]'\nopenclaw gateway restart\n\nEnable in System Settings → Privacy & Security → Accessibility → Terminal."
      },
      {
        "title": "Navigate",
        "body": "xhs_navigate(tab=\"home\")          # home / messages / profile\nxhs_navigate_top(tab=\"discover\")  # follow / discover / video\nxhs_back()\nxhs_search(keyword=\"AI paper\")\nxhs_screenshot()                  # always verify after navigation"
      },
      {
        "title": "Browse feed",
        "body": "xhs_scroll_feed(direction=\"down\", times=5)\nxhs_open_note(col=0, row=0)   # col: 0=left, 1=right  row: 0=first\nxhs_screenshot()"
      },
      {
        "title": "Interact with a note",
        "body": "xhs_like()\nxhs_collect()\nxhs_follow_author()\nxhs_get_note_url()   # returns xhslink.com short URL"
      },
      {
        "title": "Comments (video posts — fully reliable)",
        "body": "xhs_open_comments()\nxhs_get_comments()\n# → [{\"index\": 0, \"author\": \"alice\", \"cx\": 1450, \"cy\": 368}, ...]\n\nxhs_post_comment(text=\"Great post!\")\nxhs_reply_to_comment(index=0, text=\"Thanks!\")\nxhs_delete_comment(index=0)   # ⚠️ irreversible — your comments only\nxhs_scroll_comments(times=3)"
      },
      {
        "title": "Direct messages",
        "body": "xhs_open_dm(index=0)           # 0 = first conversation in list\nxhs_send_dm(text=\"Hello!\")\nxhs_screenshot()               # confirm sent"
      },
      {
        "title": "Author stats",
        "body": "xhs_navigate(tab=\"profile\")\nxhs_get_author_stats()\n# → {\"following\": \"2\", \"followers\": \"29\", \"likes\": \"302\", \"bio\": \"...\"}"
      },
      {
        "title": "Reference docs (load on demand)",
        "body": "Need to...ReadNavigate / search detailsdocs/ref-navigation.mdFeed & note openingdocs/ref-feed.mdComment workflowsdocs/ref-note.mdDM detailsdocs/ref-dm.mdProfile & statsdocs/ref-profile.mdLimits & workaroundsdocs/ref-limits.md"
      }
    ],
    "body": "rednote-mac\n\nControl RedNote's Mac app directly — no browser, no API tokens. Uses macOS Accessibility API to drive the native App.\n\nHeadless tools (xiaohongshu-mcp) can't reach DMs, comment replies, or video comment lists — this skill can.\n\n⚠️ Requires: Terminal → Accessibility permission + RedNote App visible on screen. No network access. No credentials stored.\n\nSetup\ncd ~/.agents/skills/rednote-mac && bash install.sh\nopenclaw config set tools.allow '[\"rednote-mac\"]'\nopenclaw gateway restart\n\n\nEnable in System Settings → Privacy & Security → Accessibility → Terminal.\n\nNavigate\nxhs_navigate(tab=\"home\")          # home / messages / profile\nxhs_navigate_top(tab=\"discover\")  # follow / discover / video\nxhs_back()\nxhs_search(keyword=\"AI paper\")\nxhs_screenshot()                  # always verify after navigation\n\nBrowse feed\nxhs_scroll_feed(direction=\"down\", times=5)\nxhs_open_note(col=0, row=0)   # col: 0=left, 1=right  row: 0=first\nxhs_screenshot()\n\nInteract with a note\nxhs_like()\nxhs_collect()\nxhs_follow_author()\nxhs_get_note_url()   # returns xhslink.com short URL\n\nComments (video posts — fully reliable)\nxhs_open_comments()\nxhs_get_comments()\n# → [{\"index\": 0, \"author\": \"alice\", \"cx\": 1450, \"cy\": 368}, ...]\n\nxhs_post_comment(text=\"Great post!\")\nxhs_reply_to_comment(index=0, text=\"Thanks!\")\nxhs_delete_comment(index=0)   # ⚠️ irreversible — your comments only\nxhs_scroll_comments(times=3)\n\nDirect messages\nxhs_open_dm(index=0)           # 0 = first conversation in list\nxhs_send_dm(text=\"Hello!\")\nxhs_screenshot()               # confirm sent\n\nAuthor stats\nxhs_navigate(tab=\"profile\")\nxhs_get_author_stats()\n# → {\"following\": \"2\", \"followers\": \"29\", \"likes\": \"302\", \"bio\": \"...\"}\n\nReference docs (load on demand)\nNeed to...\tRead\nNavigate / search details\tdocs/ref-navigation.md\nFeed & note opening\tdocs/ref-feed.md\nComment workflows\tdocs/ref-note.md\nDM details\tdocs/ref-dm.md\nProfile & stats\tdocs/ref-profile.md\nLimits & workarounds\tdocs/ref-limits.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/huangrh99/rednote-mac",
    "publisherUrl": "https://clawhub.ai/huangrh99/rednote-mac",
    "owner": "huangrh99",
    "version": "1.3.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rednote-mac",
    "downloadUrl": "https://openagent3.xyz/downloads/rednote-mac",
    "agentUrl": "https://openagent3.xyz/skills/rednote-mac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rednote-mac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rednote-mac/agent.md"
  }
}