返回顶部
r

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, get author stats. No browser, no API tokens. macOS only — requires Terminal accessibility permission.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.3.7
安全检测
已通过
544
下载量
1
收藏
概述
安装方式
版本历史

rednote-mac

# 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 ```bash 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... | Read | |-----------|------| | Navigate / search details | `docs/ref-navigation.md` | | Feed & note opening | `docs/ref-feed.md` | | Comment workflows | `docs/ref-note.md` | | DM details | `docs/ref-dm.md` | | Profile & stats | `docs/ref-profile.md` | | Limits & workarounds | `docs/ref-limits.md` |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 rednote-mac-1776289367 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 rednote-mac-1776289367 技能

通过命令行安装

skillhub install rednote-mac-1776289367

下载 Zip 包

⬇ 下载 rednote-mac v1.3.7

文件大小: 33.67 KB | 发布时间: 2026-4-16 17:42

v1.3.7 最新 2026-4-16 17:42
Add required binaries/OS/permissions metadata to fix Suspicious scan; declare darwin-only, cliclick+python3 deps

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部