xhs-analyze

xhs-analyze is a skill for Claude Code from chenxiachan/xhs-claude-skills. It costs 25 tokens per session (323 once invoked), scanned A, original, MIT.

Instructions for analysing saved Xiaohongshu posts, where Xiaohongshu is a Chinese social platform. The process reads Markdown notes from an Obsidian vault and turns them into summaries or comparisons.

In plain words
What is it for?
Finding posts by keyword, summarising tutorials or educational content, comparing related posts, and reviewing overall topic patterns.
Why use it?
It removes the manual work of searching saved posts and extracting their recurring ideas, steps, and themes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the xhs-claude-skills plugin — 4 skills shipped together

Good fit Finding posts by keyword, summarising tutorials or educational content, comparing related posts, and reviewing overall topic patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chenxiachan/xhs-claude-skills/xhs-analyze
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chenxiachan/xhs-claude-skills --skill xhs-analyze
Clone the repo
git clone --depth 1 https://github.com/chenxiachan/xhs-claude-skills

Made for: Claude Code.

Or install xhs-claude-skills, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for xhs-analyze

README.md
[![agentmods](https://agentmods.dev/badge/skills/chenxiachan/xhs-claude-skills/xhs-analyze/github.svg)](https://agentmods.dev/skills/chenxiachan/xhs-claude-skills/xhs-analyze)
Your own site
<a href="https://agentmods.dev/skills/chenxiachan/xhs-claude-skills/xhs-analyze"><img src="https://agentmods.dev/badge/skills/chenxiachan/xhs-claude-skills/xhs-analyze/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for xhs-analyze

Your own site · 80×15
<a href="https://agentmods.dev/skills/chenxiachan/xhs-claude-skills/xhs-analyze"><img src="https://agentmods.dev/badge/skills/chenxiachan/xhs-claude-skills/xhs-analyze.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00323
Opus 5 $0.00013 $0.00161
Sonnet 5 $0.00005 $0.00065
Haiku 4.5 $0.00003 $0.00032

Measured 13d ago against content hash 5fa09e133f23, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

xhs-analyze scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/xhs-analyze/SKILL.md · 43 lines

What it actually says

用户希望对已提取的小红书收藏做 AI 分析。

常量定义

  • Obsidian 保存目录: ~/Documents/Obsidian Vault/xhs

输入

用户查询: $ARGUMENTS

流程

步骤 1:加载数据

读取 <Obsidian 保存目录> 下所有 .md 文件(排除 img/video 子目录)。

如果用户指定了关键词,在文件名和内容中搜索匹配的帖子。 如果参数为空,读取全部帖子进行总览分析。

步骤 2:AI 分析

根据内容类型和用户意图,选择合适的分析方式:

如果是教程/攻略类内容:

  • 提炼核心步骤为编号清单
  • 如有多篇同类内容,做对比总结

如果是知识/科普类内容:

  • 提炼关键知识点
  • 整理为结构化笔记

总览分析(无参数时):

  • 收藏内容的主题分布
  • 高频标签和关注领域
  • 推荐可以深入整理的主题

步骤 3:输出格式

用清晰的中文 Markdown 格式输出分析结果。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 43 lines · 25 tokens per session scan A 5fa09e133f23

Subscribe to this mod's changes

xhs-analyze is a skill published in the GitHub repository chenxiachan/xhs-claude-skills (416 stars, last pushed 29d ago), licensed MIT. It adds 25 tokens to every session and 323 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens