โ† All skills
Tencent SkillHub ยท Developer Tools

Rednote Mac

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, docs/ref-dm.md, docs/ref-feed.md, docs/ref-limits.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.3.7

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

rednote-mac

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.

Setup

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.

Navigate

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

Browse feed

xhs_scroll_feed(direction="down", times=5) xhs_open_note(col=0, row=0) # col: 0=left, 1=right row: 0=first xhs_screenshot()

Interact with a note

xhs_like() xhs_collect() xhs_follow_author() xhs_get_note_url() # returns xhslink.com short URL

Comments (video posts โ€” fully reliable)

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)

Direct messages

xhs_open_dm(index=0) # 0 = first conversation in list xhs_send_dm(text="Hello!") xhs_screenshot() # confirm sent

Author stats

xhs_navigate(tab="profile") xhs_get_author_stats() # โ†’ {"following": "2", "followers": "29", "likes": "302", "bio": "..."}

Reference docs (load on demand)

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • docs/ref-dm.md Docs
  • docs/ref-feed.md Docs
  • docs/ref-limits.md Docs
  • README.md Docs
  • _meta.json Config