Overview
- Skill Key
- bombfuock/xiaohongshu-api
- Author
- bombfuock
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bombfuock/xiaohongshu-api
- Latest Commit SHA
- 0fbaed08b340be3e4e8c1112cce55f5cba4089e9
小红书数据API - 通过TikHub获取小红书帖子、评论、用户信息 / Xiaohongshu Data API via TikHub
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 xiaohongshu-api 技能。 若已安装,则直接安装 xiaohongshu-api 技能。
# 小红书数据API / Xiaohongshu API
基于TikHub获取小红书公开数据。
## 功能 / Features
- 📝 获取帖子详情 / Get post details
- 💬 获取评论 / Get comments
- 👤 获取用户信息 / Get user info
- 🔍 搜索帖子 / Search posts
- 🔥 获取热门 / Get trending
## 使用方法 / Usage
```bash
# 获取帖子
python xiaohongshu.py --post-id <帖子ID>
# 搜索
python xiaohongshu.py --search <关键词>
# 热门
python xiaohongshu.py --trending
```
## 配置 / Configuration
需要TikHub API Key(免费注册):
https://api.tikhub.io
```python
TIKHUB_API_KEY = "your_api_key"
```
## API示例 / Examples
```python
from xiaohongshu import XiaohongshuAPI
api = XiaohongshuAPI(api_key="your_key")
# 获取帖子
post = api.get_post("67c8a0ed0000000001f00e2b")
# 搜索
results = api.search("AI教程")
# 热门
trending = api.get_trending()
```
## 注意事项
- 仅获取公开数据
- 遵守TikHub使用条款
- 尊重用户隐私
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.