← 返回 Skills 市场
854
总下载
4
收藏
5
当前安装
13
版本数
在 OpenClaw 中安装
/install rednote-cli
功能描述
Use when the user wants to operate Xiaohongshu (RedNote) from the terminal with the `@skills-store/rednote` CLI, including browser setup, login, environment...
安全使用建议
This skill is a documentation-only helper for the @skills-store/rednote CLI and appears coherent for that purpose. Before using it: (1) Verify the npm package (@skills-store/rednote) provenance and inspect its code or ratings on the registry before running npm install -g; the skill metadata has no homepage/source URL. (2) When connecting a browser instance, do not point --user-data-dir at your personal/default browser profile; create an isolated profile to avoid exposing cookies, sessions, or stored credentials. (3) Be cautious with commands that remove browser instances or profiles (they can delete local data). (4) Prefer running the CLI in a sandboxed environment or container if you’re unsure about the package origin. These precautions mitigate the primary practical risks associated with installing and running a third-party CLI that controls a browser.
功能分析
Type: OpenClaw Skill
Name: rednote-cli
Version: 0.1.14
The skill bundle provides comprehensive instructions for an AI agent to interact with the `@skills-store/rednote` CLI, a tool designed for managing Xiaohongshu (RedNote) accounts. The documentation in SKILL.md and references/browser.md covers legitimate operations such as browser profile management, authentication via QR codes, content searching, and publishing. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the instructions are focused on providing a functional and user-friendly interface for the CLI tool.
能力评估
Purpose & Capability
The name/description (operate Xiaohongshu via a rednote CLI) matches the instructions: the SKILL.md contains command examples, workflows, and browser-related subcommands you would expect for a CLI that controls a browser. No unrelated credentials, packages, or system paths are requested.
Instruction Scope
Instructions stay within the CLI/browser domain (env, browser create/connect, login, publish, search, interact). However the guidance explicitly tells users to connect to browser profiles (including passing --user-data-dir) and to remove named instances, which can affect local browser profile data; this is expected for a browser-automation CLI but is a user-risk to be aware of (avoid pointing at your primary browser profile).
Install Mechanism
The skill is instruction-only and has no install spec (low risk), but it recommends installing the third-party npm package @skills-store/rednote (global install examples). The skill metadata lacks a homepage/source URL; the user should verify the npm package identity and inspect its code before installing/running it.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The instructions reference local browser profile paths and ports (e.g., --user-data-dir, port 9222), which are proportional to the stated purpose of controlling a browser for login and automation.
Persistence & Privilege
always is false and the skill is user-invocable; there is no installation or persistent agent modification in the provided instructions. Nothing indicates the skill would request elevated or permanent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rednote-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/rednote-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.14
- No user-visible changes in this release.
- No file changes were detected for version 0.1.14.
v0.1.13
rednote-cli 0.1.13
- Restructured and clarified main documentation for improved readability and guidance.
- Added a concise feature overview table for all major commands, their purposes, and usage patterns.
- Updated all sample commands and use cases to prefer internal note IDs (`--id`) over URLs for stability.
- Emphasized best practices for browser setup, login, and minimal required flags for each operation.
- Streamlined workflow guidance and included more practical, copy-paste-ready examples.
v0.1.12
No changes were detected in this version.
- Version 0.1.12 released with no file changes.
- No updates or modifications to skill behavior or documentation.
v0.1.11
rednote-cli 0.1.11
- Added new examples and flags for `get-feed-detail`: now supports `--comments` and `--comments <number>`, and saving output with `--save`.
- Documented new `get-profile` flags: `--mode profile` and `--mode notes`, along with support for saving JSON output.
- Updated `search` and `env` command examples to save results as `.json` files.
- Clarified use cases for retrieving comments and saving structured outputs in workflow and end-to-end examples.
- No file or functional code changes detected; documentation only.
v0.1.10
rednote-cli 0.1.9
- Clarified that on successful `rednote login`, a local QR code image path is returned and should be presented to the user as an image for scanning.
- Updated the skill description and login workflow documentation to include this QR code handling.
- No changes to commands or CLI usage; all other instructions remain the same.
v0.1.9
rednote-cli 0.1.9
- Clarified that on successful `rednote login`, a local QR code image path is returned and should be presented to the user as an image for scanning.
- Updated the skill description and login workflow documentation to include this QR code handling.
- No changes to commands or CLI usage; all other instructions remain the same.
v0.1.8
- Simplified command usage: `--instance` is now optional and omitted by default; commands target the currently connected/default instance unless a name is provided.
- Unified interaction: The separate `comment` command has been removed; use `interact` with `--comment` for replies, and combine `--like`, `--collect`, and `--comment` in one command.
- Browser management updated: Always require `--name` when creating a custom browser instance; provide explicit instructions if no instance exists.
- Added `rednote --version` usage for version checks prior to troubleshooting or upgrades.
- Command examples and workflow have been streamlined and updated to reflect these changes.
v0.1.7
rednote-cli 0.1.7
- Simplified most command examples by omitting the `--instance` flag; commands now default to the current or connected instance.
- Updated `interact` command to combine like, collect, and comment actions in one entrypoint; standalone `comment` is removed.
- Added documentation for `rednote --version` to check CLI version.
- Clarified browser workflow: require `--name` when creating a custom browser instance and show example.
- Referenced external `references/browser.md` for detailed browser subcommands and troubleshooting.
- Updated command examples and usage flows to reflect streamlined syntax and new best practices.
v0.1.5
rednote-cli v0.1.4
- Added initial documentation for browser instance management: `references/browser.md`
- Expanded skill guidance to include commenting and interaction commands (`comment`, `interact`)
- Updated recommended workflows and end-to-end usage examples for Xiaohongshu post browsing, detail inspection, commenting, and interaction
- Improved structure and clarity in command ordering and usage guidance
- Audience now sees explicit instructions for core use cases, including publishing, searching, inspecting, commenting, and interacting with posts from the CLI
v0.1.4
rednote-cli v0.1.4
- Added initial documentation for browser instance management: `references/browser.md`
- Expanded skill guidance to include commenting and interaction commands (`comment`, `interact`)
- Updated recommended workflows and end-to-end usage examples for Xiaohongshu post browsing, detail inspection, commenting, and interaction
- Improved structure and clarity in command ordering and usage guidance
- Audience now sees explicit instructions for core use cases, including publishing, searching, inspecting, commenting, and interacting with posts from the CLI
v0.1.2
- Added guidance and full CLI examples for the new rednote publish command, including publishing video, image, and article notes.
- Updated the skill description, usage guidance, and command order to include publish as a primary command.
- Changed installation advice to prefer global install (npm, bun) and only mention npx for explicit one-off requests.
- Clarified required, optional, and repeatable flags for publish and related commands.
- Kept all previous command usages, while expanding support for Xiaohongshu content publishing tasks.
v0.1.1
- Major update: Adds documentation and guidance for the new rednote publish command, including video, image, and article publishing.
- Shifts preferred usage to global installation examples (npm/bun), de-emphasizes npx.
- Updates skill description and usage focus to include content publishing and a broader range of operations.
- Expands flag guidance to cover publish options and correct argument requirements.
- Adjusts command order and references to include publish as a core operation.
- Clarifies when to use each command and how to respond to users for publishing and typical workflows.
v0.1.0
rednote-cli 0.1.0 initial release
- Provides terminal command guidance for `@skills-store/rednote` CLI commands.
- Covers usage and flag details for commands: `browser`, `env`, `status`, `check-login`, `login`, `home`, `search`, `get-feed-detail`, and `get-profile`.
- Suggests command order and output formats for common scenarios.
- Includes troubleshooting steps for common errors.
- Response style guides users with focused, copy-paste-ready command examples.
元数据
常见问题
Rednote CLI 是什么?
Use when the user wants to operate Xiaohongshu (RedNote) from the terminal with the `@skills-store/rednote` CLI, including browser setup, login, environment... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 854 次。
如何安装 Rednote CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rednote-cli」即可一键安装,无需额外配置。
Rednote CLI 是免费的吗?
是的,Rednote CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rednote CLI 支持哪些平台?
Rednote CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rednote CLI?
由 noah(@darknoah)开发并维护,当前版本 v0.1.14。
推荐 Skills