Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control the RedNote (Xiaohongshu) Mac app via macOS Accessibility API. Fills the gap headless tools can't: read/reply to comments on video posts, send DMs, g...
Control the RedNote (Xiaohongshu) Mac app via macOS Accessibility API. Fills the gap headless tools can't: read/reply to comments on video posts, send DMs, g...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Control RedNote's Mac app directly โ no browser, no API tokens. Uses macOS Accessibility API to drive the native App. Headless tools (xiaohongshu-mcp) can't reach DMs, comment replies, or video comment lists โ this skill can. โ ๏ธ Requires: Terminal โ Accessibility permission + RedNote App visible on screen. No network access. No credentials stored.
cd ~/.agents/skills/rednote-mac && bash install.sh openclaw config set tools.allow '["rednote-mac"]' openclaw gateway restart Enable in System Settings โ Privacy & Security โ Accessibility โ Terminal.
xhs_navigate(tab="home") # home / messages / profile xhs_navigate_top(tab="discover") # follow / discover / video xhs_back() xhs_search(keyword="AI paper") xhs_screenshot() # always verify after navigation
xhs_scroll_feed(direction="down", times=5) xhs_open_note(col=0, row=0) # col: 0=left, 1=right row: 0=first xhs_screenshot()
xhs_like() xhs_collect() xhs_follow_author() xhs_get_note_url() # returns xhslink.com short URL
xhs_open_comments() xhs_get_comments() # โ [{"index": 0, "author": "alice", "cx": 1450, "cy": 368}, ...] xhs_post_comment(text="Great post!") xhs_reply_to_comment(index=0, text="Thanks!") xhs_delete_comment(index=0) # โ ๏ธ irreversible โ your comments only xhs_scroll_comments(times=3)
xhs_open_dm(index=0) # 0 = first conversation in list xhs_send_dm(text="Hello!") xhs_screenshot() # confirm sent
xhs_navigate(tab="profile") xhs_get_author_stats() # โ {"following": "2", "followers": "29", "likes": "302", "bio": "..."}
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.