← Back to Skills Marketplace
bombfuock

Xiaohongshu Api

by BOMBFUOCK · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2052
Downloads
2
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-api
Description
小红书数据API - 通过TikHub获取小红书帖子、评论、用户信息 / Xiaohongshu Data API via TikHub
Usage Guidance
This skill's code and docs show it calls the TikHub API to fetch public Xiaohongshu data, which is consistent with its stated purpose. However: 1) The package metadata does not declare the TikHub API key requirement or the Python 'requests' dependency — you'll need to provide an API key (or pass it via --api-key) and ensure 'requests' is installed. 2) There is no homepage or trusted source listed and the owner ID looks uninformative; if you don't already trust the publisher, inspect the included script yourself (it's short and readable) before running. 3) Understand that using the skill will make outbound HTTPS calls to api.tikhub.io — confirm you trust TikHub and that using their API complies with your privacy/usage policies. If you want higher assurance, ask the publisher for a homepage or repository and a declared primary environment variable (e.g., TIKHUB_API_KEY).
Capability Analysis
Type: OpenClaw Skill Name: xiaohongshu-api Version: 1.0.0 The skill bundle provides a straightforward Python wrapper for the TikHub API (api.tikhub.io) to retrieve Xiaohongshu social media data. The code in scripts/xiaohongshu.py uses standard requests to fetch public data and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement Xiaohongshu lookups via api.tikhub.io, which matches the skill name and description. However, the registry metadata lists no required environment variables or primary credential even though the docs and code expect a TikHub API key. This is an inconsistency in the declared requirements (likely sloppy metadata).
Instruction Scope
SKILL.md and the script instruct only to call TikHub endpoints (post detail, search, trending) and print JSON. There are no instructions to read unrelated local files, aggregate other credentials, or post data to third-party endpoints beyond api.tikhub.io.
Install Mechanism
There is no install spec (instruction-only), which minimizes installer risk. The bundled Python script imports the requests library but the skill does not declare this dependency; users must ensure 'requests' is available. No external archives or installers are fetched by the skill.
Credentials
The skill requires a TikHub API key (documented in SKILL.md and accepted as a CLI argument) but the package metadata and registry 'Required env vars' list none and there is no declared primaryEnv. Asking for an API key is reasonable for this purpose, but the omission from declared requirements is a transparency issue and could lead to user confusion or misconfiguration.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify other skills or global agent settings, and does not request elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-api
  3. After installation, invoke the skill by name or use /xiaohongshu-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – Xiaohongshu data API via TikHub - Fetch Xiaohongshu post details, comments, and user info. - Search for posts or trending content. - Requires TikHub API Key for access. - Provides Python usage examples for quick start. - Only public data supported; follows TikHub terms.
Metadata
Slug xiaohongshu-api
Version 1.0.0
License
All-time Installs 8
Active Installs 8
Total Versions 1
Frequently Asked Questions

What is Xiaohongshu Api?

小红书数据API - 通过TikHub获取小红书帖子、评论、用户信息 / Xiaohongshu Data API via TikHub. It is an AI Agent Skill for Claude Code / OpenClaw, with 2052 downloads so far.

How do I install Xiaohongshu Api?

Run "/install xiaohongshu-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xiaohongshu Api free?

Yes, Xiaohongshu Api is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Xiaohongshu Api support?

Xiaohongshu Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xiaohongshu Api?

It is built and maintained by BOMBFUOCK (@bombfuock); the current version is v1.0.0.

💬 Comments