← 返回 Skills 市场
justoneapi

Xiaohongshu (RedNote) Note Search API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-xiaohongshu-search-note
功能描述
Call 2 search-note versions for Xiaohongshu (RedNote) Note Search through JustOneAPI with keyword.
使用说明 (SKILL.md)

Xiaohongshu (RedNote) Note Search

Use this focused JustOneAPI skill for note Search in Xiaohongshu (RedNote). It targets 2 versioned paths under /api/xiaohongshu/search-note. Required non-token inputs are keyword. OpenAPI describes it as: Get Xiaohongshu (RedNote) note Search data, including snippets, authors, and media, for topic discovery.

Endpoint Scope

  • Platform key: xiaohongshu
  • Endpoint key: search-note
  • Platform family: Xiaohongshu (RedNote)
  • Skill slug: justoneapi-xiaohongshu-search-note
Operation Version Method Path OpenAPI summary
getSearchNoteV2 v2 GET /api/xiaohongshu/search-note/v2 Note Search
getSearchNoteV3 v3 GET /api/xiaohongshu/search-note/v3 Note Search

Inputs

Parameter In Required by Optional by Type Notes
keyword query all n/a string Search keyword
noteTime query n/a getSearchNoteV2 string Note publish time filter. This parameter is for reference only and does not have much effect. Available Values: - 一天内: Within one day - 一周内: Within a week - 半年内: Within half a year
noteTime enum values n/a n/a n/a 一周内, 一天内, 半年内
noteType query n/a all string Note type filter. Available Values: - _0: General - _1: Video - _2: Normal
noteType enum values n/a n/a n/a _0, _1, _2
page query n/a all integer Page number for pagination
sort query n/a all string Sort order for the result set. Available Values: - general: General - popularity_descending: Popularity Descending - time_descending: Time Descending - comment_descending: Comment Descending - collect_descending: Collect Descending
sort enum values n/a n/a n/a collect_descending, comment_descending, general, popularity_descending, time_descending

Request body: none documented; send parameters through path or query arguments.

Version Choice

This skill groups 2 endpoint versions because their paths share search-note after removing the trailing version segment. Choose the version the user requested; if no version was requested, pick the operation whose required inputs match the data the user has.

  • getSearchNoteV2 (v2): required inputs keyword.
  • getSearchNoteV3 (v3): required inputs keyword.

Run This Endpoint

Supported operation IDs in this skill: getSearchNoteV2, getSearchNoteV3.

node {baseDir}/bin/run.mjs --operation "getSearchNoteV2" --token "$JUST_ONE_API_TOKEN" --params-json '{"keyword":"\x3Ckeyword>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getSearchNoteV2 on /api/xiaohongshu/search-note/v2.
  • Echo the required lookup scope (keyword) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Xiaohongshu (RedNote) note Search data, including snippets, authors, and media, for topic discovery.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
Only install this if you trust JustOneAPI and are comfortable using a token for this search service. Prefer changing the helper or invocation so the token is read from the environment directly, not passed as --token on the command line.
功能分析
Type: OpenClaw Skill Name: justoneapi-xiaohongshu-search-note Version: 1.0.0 The skill is a standard API wrapper for searching Xiaohongshu (RedNote) content via JustOneAPI. The execution logic in `bin/run.mjs` is straightforward, using the standard `fetch` API to communicate with the documented endpoint (`api.justoneapi.com`). The instructions in `SKILL.md` include appropriate security warnings regarding the handling of API tokens and do not contain any malicious prompt injection or unauthorized data access patterns.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts consistently describe and implement two read-only JustOneAPI GET endpoints for Xiaohongshu note search by keyword.
Instruction Scope
The documented run command passes the JustOneAPI token via a CLI argument, which can expose the secret through process listings or command telemetry.
Install Mechanism
No install script or package dependency installation is specified; the runtime is an included Node helper.
Credentials
A JustOneAPI token is proportionate for this API integration, but the documented credential transport is unsafe for sensitive credentials.
Persistence & Privilege
No background worker, persistence, local file writes, or account-mutating operations are shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-xiaohongshu-search-note
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-xiaohongshu-search-note 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-xiaohongshu-search-note
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xiaohongshu (RedNote) Note Search API 是什么?

Call 2 search-note versions for Xiaohongshu (RedNote) Note Search through JustOneAPI with keyword. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Xiaohongshu (RedNote) Note Search API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-xiaohongshu-search-note」即可一键安装,无需额外配置。

Xiaohongshu (RedNote) Note Search API 是免费的吗?

是的,Xiaohongshu (RedNote) Note Search API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Xiaohongshu (RedNote) Note Search API 支持哪些平台?

Xiaohongshu (RedNote) Note Search API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Xiaohongshu (RedNote) Note Search API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.0。

💬 留言讨论