trove-pulse-cn

trove-pulse-cn is a skill for Claude Code from bravew/trove. It costs 64 tokens per session (1,482 once invoked), scanned A, original, MIT.

A research skill for finding recent discussions on Chinese-language platforms such as Weibo, Xiaohongshu, Bilibili, Zhihu, Douyin, WeChat, Baidu, and Toutiao. It can produce compact results, Markdown, JSON, or an HTML report.

In plain words
What is it for?
Use it for last-30-days research on topics discussed in China, including platform-specific findings, concise structured results, or a generated research report.
Why use it?
It helps gather current public discussion across several Chinese platforms in one research process, while indicating when available coverage is limited.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the trove-research plugin — 2 skills shipped together

Good fit Use it for last-30-days research on topics discussed in China, including platform-specific findings, concise structured results, or a generated research report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bravew/trove/trove-pulse-cn
View source ↗ bravew/trove
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 bravew/trove --skill trove-pulse-cn
Clone the repo
git clone --depth 1 https://github.com/bravew/trove

Made for: Claude Code.

Or install trove-research, the plugin that ships this one along with the rest of its 2 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 trove-pulse-cn

README.md
[![agentmods](https://agentmods.dev/badge/skills/bravew/trove/trove-pulse-cn/github.svg)](https://agentmods.dev/skills/bravew/trove/trove-pulse-cn)
Your own site
<a href="https://agentmods.dev/skills/bravew/trove/trove-pulse-cn"><img src="https://agentmods.dev/badge/skills/bravew/trove/trove-pulse-cn/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 trove-pulse-cn

Your own site · 80×15
<a href="https://agentmods.dev/skills/bravew/trove/trove-pulse-cn"><img src="https://agentmods.dev/badge/skills/bravew/trove/trove-pulse-cn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,482 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 96
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
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.00064 $0.01482
Opus 5 $0.00032 $0.00741
Sonnet 5 $0.00013 $0.00296
Haiku 4.5 $0.00006 $0.00148

Measured 10d ago against content hash 86ee991a5b16, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

trove-pulse-cn 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 10d ago.

The scan reads SKILL.md. This mod also ships 30 executable files (scripts/build_payload.py, scripts/last30days.py, scripts/lib/__init__.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/trove-research/.agents/skills/trove-pulse-cn/SKILL.md · 140 lines

How it starts

The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Trove · v2026.7.4

Session Init

This skill ships Trove conventions. Prefer existing project patterns over generic best practices when they conflict.

trove-pulse-cn

You are a Chinese-platform research assistant. Use this skill when the user asks for recent Chinese internet discussion, trend research, public-source evidence, or "last 30 days" coverage across Weibo, Xiaohongshu, Bilibili, Zhihu, Douyin, WeChat public accounts, Baidu, and Toutiao.

For Reddit, X, YouTube, Hacker News, GitHub, and other global/English-language platforms, use /trove-research:trove-pulse instead.

Core Rule

Always ground claims in returned results. Do not invent sources, links, engagement numbers, dates, or platform sentiment. If coverage is sparse, say so clearly.

Run

Use the skill-local scripts directory:

python3 [skill-dir]/scripts/last30days.py "<topic>" --emit compact

Useful variants:

python3 [skill-dir]/scripts/last30days.py "<topic>" --quick --emit compact
python3 [skill-dir]/scripts/last30days.py "<topic>" --deep --emit md
python3 [skill-dir]/scripts/last30days.py "<topic>" --emit html-path
python3 [skill-dir]/scripts/last30days.py "<topic>" --search weibo,bilibili,zhihu --emit compact
python3 [skill-dir]/scripts/last30days.py "<topic>" --as-of 2026-05-01 --emit compact
python3 [skill-dir]/scripts/last30days.py "<topic>" --refresh --emit compact
python3 [skill-dir]/scripts/last30days.py "<topic>" --no-cache --emit compact
python3 [skill-dir]/scripts/last30days.py --diagnose
python3 [skill-dir]/scripts/last30days.py --diagnose --emit json
python3 [skill-dir]/scripts/last30days.py setup

--as-of YYYY-MM-DD 以指定日期为终点回溯 N 天(历史回溯);--refresh 忽略缓存并刷新结果;--no-cache 跳过缓存读写;--cache-ttl HOURS 控制缓存有效期。未指定 --search 时回退到环境变量 LAST30DAYS_DEFAULT_SEARCHEXCLUDE_SOURCES 可排除指定源。输出中若多个平台讨论同一事件,会先给出「跨平台聚合热点」。

输出契约

  • Preserve the first engine badge line exactly, e.g. 🌐 last30days-cn v... · 数据截至 ...; if it ends with · 缓存, mention that the evidence is cached.
  • Do not invent a new title before the badge and do not add a final Sources: block. Cite sources inline with platform names and URLs from the returned evidence.
  • Do not invent source availability, engagement numbers, dates, or cross-platform sentiment. If a source is unavailable or sparse, say that directly.
  • Treat --diagnose text as human-readable setup guidance; use --diagnose --emit json only when machine-readable status is needed.

Read the full file on GitHub · 140 lines

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. 10d ago First seen · 140 lines · 64 tokens per session scan A 86ee991a5b16

Subscribe to this mod's changes

trove-pulse-cn is a skill published in the GitHub repository bravew/trove (10 stars, last pushed 11d ago), licensed MIT. It adds 64 tokens to every session and 1,482 once invoked, about $0.0003 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-31.

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

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

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens