with one click
小红书运营全链路数据工具|关键词监控+爆款挖掘+竞品分析+KOL筛选+趋势洞察,用数据驱动小红书流量增长,告别盲目创作
npx skills add https://github.com/aiskillstore/marketplace --skill xiaohongshu-searchCopy and paste this command into Claude Code to install the skill
小红书运营全链路数据工具|关键词监控+爆款挖掘+竞品分析+KOL筛选+趋势洞察,用数据驱动小红书流量增长,告别盲目创作
npx skills add https://github.com/aiskillstore/marketplace --skill xiaohongshu-searchCopy and paste this command into Claude Code to install the skill
低频巡检 Skill for ordinary non-Goal Codex controller windows that need active, ETA-aware monitoring of background worker/review/planning threads. Use to keep the monitor alive until a terminal state, reduce context pollution and token spend, avoid over-polling, minimize expected wasted waiting time, and decide the next allowed action only after a final report, failure, or blocker appears.
Structured persuasion for tech leads, PMs, and founders—not activity logs. Five scenarios (kickoff, status update, wrap-up, investor pitch, solution selling) on one 5-part framework (Hook→Context→Proposal→Evidence→Ask). AI prompts for missing materials and audience context; pre-submit checklist. Claude Code plugin; Cursor, Codex, and chat via prompts.
Rewrite, edit, tighten, punch up, or diagnose user-provided prose while preserving the user's voice, intent, facts, stance, rhythm, humor, and formality. Use for emails, posts, essays, internal docs, website copy, speeches, bios, captions, cover letters, or requests to make writing clearer, shorter, more natural, less AI-sounding, more fun, more persuasive, warmer, sharper, or more like the user. Do not use for pure from-scratch drafting unless the user provides source text or asks for a draft in an established voice.
Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.
Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.
Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.
| name | xiaohongshu-search |
| description | 小红书运营全链路数据工具|关键词监控+爆款挖掘+竞品分析+KOL筛选+趋势洞察,用数据驱动小红书流量增长,告别盲目创作 |
| license | MIT |
| metadata | {"openclaw":{"type":"command","runtime":"nodejs@16+","entrypoint":"scripts/search.js","version":"1.0.0","requires":{"bins":["node"],"env":["GUAIKEI_API_TOKEN"]},"keywords":["小红书","竞品分析","爆款笔记","KOL营销","市场调研","数据挖掘","流量增长","用户画像","趋势监控"],"examples":["搜索近7天'露营装备'的热门小红书笔记","分析一下博主'XXX'的粉丝画像和互动率","监控'早春穿搭'这个关键词的搜索结果","追踪竞品品牌'XX'近一周小红书笔记数据"]}} |
一句话价值主张:告别盲目创作,用数据驱动小红书流量增长。从海量公开数据中提炼可落地的爆款逻辑、竞品策略、KOL价值,覆盖内容创作、品牌营销、市场分析全场景,让小红书运营决策有迹可循。
这是一款专注于小红书商业数据挖掘的工具。它能够穿透小红书的公开数据层,为你提供深度的竞品监控、趋势预测和KOL 筛选服务。无论你是内容创作者、品牌营销人员还是市场分析师,都能通过此工具获取决策支持。
| 能力模块 | 核心功能 | 解决痛点 |
|---|---|---|
| 🔍 爆款挖掘 | 热门笔记发现、高互动内容检索 | 找不到选题灵感,不知道什么内容火 |
| 🕵️ 竞品分析 | 对标账号监控、笔记表现追踪 | 竞品为什么涨粉快?他们的策略是什么? |
| 👥 KOL 筛选 | 博主粉丝画像、互动率分析 | 找不到合适的投放博主,担心数据造假 |
| 📈 趋势监控 | 关键词热度追踪、话题趋势分析 | 错过热点,无法预判市场风向 |
✅ 小红书内容创作者/运营 | ✅ 品牌营销/市场人员 | ✅ 数据分析师 | ✅ MCN机构/博主经纪人
GUAIKEI_API_TOKEN(默认TOKEN仅用于体验,私有TOKEN需申请)# 语法:node scripts/search.js [关键词] [选项]
--type <0>:搜索类型,0-全部,1-视频,2-图文(默认0)--sort <0>:排序依据,0-综合,1-最新,2-最多点赞,3-最多评论,4-最多收藏(默认0)--limit <10>:返回数量,1-60(默认10)--output <json>:输出格式,json/markdown(默认json)# 示例1:基础搜索(JSON格式)
node scripts/search.js AI
# 示例2:带空格的关键词
node scripts/search.js "AI 教程"
# 示例3:自定义搜索类型(视频)
node scripts/search.js AI --type 1
# 示例4:自定义排序(最多点赞)
node scripts/search.js "AI 模型" --sort 2
# 示例5:自定义返回结果数量(20条)
node scripts/search.js AI --limit 20
# 示例6:自定义输出格式(Markdown)
node scripts/search.js "AI 教程" --output markdown
# 示例7:复杂搜索(图文+最多点赞+20条结果+JSON格式)
node scripts/search.js --keyword "AI 教程" --type 2 --sort 2 --limit 20 --output json
✅ 仅抓取小红书公开可见内容,无隐私数据泄露风险 ✅ 数据仅用于商业分析参考,需遵守小红书平台使用条款 ✅ 所有输出数据均做脱敏处理,不涉及用户个人信息
GUAIKEI_API_TOKEN 环境变量