← 返回 Skills 市场
134
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xhsmatrixmanager
功能描述
小红书矩阵系统 API 调用工具,集成红薯矩阵平台(hongshujuzhen.com)。支持:搜索小红书笔记、获取笔记详情、发布图文笔记、查询账号列表、查询 API 使用统计、批量管理小红书账号。触发词:小红书、xhs、笔记搜索、发布小红书、API 调用、红薯矩阵。
安全使用建议
Before installing, consider the following:
- The skill documentation requires an API key for redapi.cn but the skill metadata does not declare any required credential — ask the publisher to add a declared primaryEnv (e.g., REDAPI_API_KEY) so you know where and how the key will be supplied.
- The SKILL.md instructs the agent to run Python via exec. Running arbitrary exec'd code can do much more than HTTP requests; prefer a skill that uses a constrained HTTP client call rather than executing arbitrary scripts.
- The API examples use plain HTTP (http://redapi.cn). That will expose your API key and data in transit. Do not supply sensitive credentials unless you confirm the service supports HTTPS and you trust the endpoint.
- Verify the legitimacy of hongshujuzhen/redapi.cn independently (official site, TLS, privacy policy). If you proceed, test in a sandbox account with a low‑privilege API key first.
- Ask the publisher for clarifications: (1) a declared env var name for the API key, (2) explicit guidance on required runtimes (python/requests) or a non-exec HTTP implementation, and (3) confirmation that HTTPS is supported. If they cannot or will not provide those, treat the skill as higher risk.
功能分析
Type: OpenClaw Skill
Name: xhsmatrixmanager
Version: 1.0.0
The skill provides an interface for a third-party Xiaohongshu (XHS) management platform using the domain redapi.cn. While the functionality aligns with its stated purpose, it is classified as suspicious due to the use of unencrypted HTTP for API calls involving sensitive authentication keys (X-API-Key), which is a significant security vulnerability. The skill relies on the agent executing Python code via the 'exec' tool to perform network requests, which is a high-risk capability, though no evidence of intentional malice or data exfiltration was found in SKILL.md or references/api.md.
能力评估
Purpose & Capability
The skill's name and description match the included API documentation: it is a client for the '红薯矩阵' (redapi.cn) endpoints (search, note detail, publish, accounts, usage). Requesting an API key from that platform is expected for this purpose. However, the skill metadata declares no required credentials or primaryEnv even though the SKILL.md and api.md clearly state authentication via X-API-Key (or ?api_key). Also the SKILL.md lists using Python 'requests' via exec but the manifest lists no required binaries or runtime requirements (e.g., python, requests), which is inconsistent.
Instruction Scope
Runtime instructions tell the agent to 'use exec tool to execute Python requests' and point to code samples in references/api.md. That grants the agent the ability to run arbitrary shell/python commands—broader than a simple HTTP wrapper. The instructions do not constrain what code to run, nor do they document safe handling of API keys. Additionally, all example requests use plain HTTP (http://redapi.cn), which would expose API keys and payloads in transit.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code. That minimizes on-disk risk (no downloaded archives or install scripts).
Credentials
The API requires an API key (X-API-Key or api_key) per SKILL.md and references/api.md, but the skill metadata declares no required environment variables or 'primary credential'. This mismatch means the agent may prompt for credentials ad hoc or embed them in exec calls, increasing risk. Also the use of HTTP (not HTTPS) may leak that credential in transit.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It uses normal autonomous-invocation defaults (disable-model-invocation:false), which is expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xhsmatrixmanager - 安装完成后,直接呼叫该 Skill 的名称或使用
/xhsmatrixmanager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of xhs-matrix-api – 小红书矩阵系统 API 调用工具
- 支持通过红薯矩阵平台 API 集成搜索、发布、账号管理等功能
- 提供基础配置说明(API Key、API 域名等)
- 简明工作流程和接口速查表
- 包含平台信息与联系方式
元数据
常见问题
xiaohongshu-matrix-manager 是什么?
小红书矩阵系统 API 调用工具,集成红薯矩阵平台(hongshujuzhen.com)。支持:搜索小红书笔记、获取笔记详情、发布图文笔记、查询账号列表、查询 API 使用统计、批量管理小红书账号。触发词:小红书、xhs、笔记搜索、发布小红书、API 调用、红薯矩阵。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 xiaohongshu-matrix-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhsmatrixmanager」即可一键安装,无需额外配置。
xiaohongshu-matrix-manager 是免费的吗?
是的,xiaohongshu-matrix-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
xiaohongshu-matrix-manager 支持哪些平台?
xiaohongshu-matrix-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xiaohongshu-matrix-manager?
由 Admin6016(@admin6016)开发并维护,当前版本 v1.0.0。
推荐 Skills