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.
npx skills add bravew/trove --skill trove-pulse-cngit clone --depth 1 https://github.com/bravew/troveWrote 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.
[](https://agentmods.dev/skills/bravew/trove/trove-pulse-cn)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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.
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_SEARCH,EXCLUDE_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
--diagnosetext as human-readable setup guidance; use--diagnose --emit jsononly when machine-readable status is needed.
What ships with it
30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- scripts/build_payload.py 2.9 KB runs code
- scripts/last30days.py 24 KB runs code
- scripts/lib/__init__.py 29 B runs code
- scripts/lib/baidu.py 9.7 KB runs code
- scripts/lib/bilibili.py 4.0 KB runs code
- scripts/lib/cache.py 4.9 KB runs code
- scripts/lib/cjk.py 2.9 KB runs code
- scripts/lib/cluster.py 3.5 KB runs code
- scripts/lib/crawler_bridge.py 30 KB runs code
- scripts/lib/dates.py 3.8 KB runs code
- scripts/lib/dedupe.py 7.0 KB runs code
- scripts/lib/doctor.py 7.2 KB runs code
- scripts/lib/douyin.py 7.5 KB runs code
- scripts/lib/env.py 13 KB runs code
- scripts/lib/http.py 6.9 KB runs code
- scripts/lib/normalize.py 10 KB runs code
- scripts/lib/query_type.py 5.7 KB runs code
- scripts/lib/query.py 5.2 KB runs code
- scripts/lib/relevance.py 5.9 KB runs code
- scripts/lib/render.py 41 KB runs code
- scripts/lib/schema.py 24 KB runs code
- scripts/lib/score.py 17 KB runs code
- scripts/lib/setup_wizard.py 4.1 KB runs code
- scripts/lib/toutiao.py 7.2 KB runs code
- scripts/lib/version.py 96 B runs code
- scripts/lib/wechat.py 4.2 KB runs code
- scripts/lib/weibo.py 6.9 KB runs code
- scripts/lib/xiaohongshu.py 9.3 KB runs code
- scripts/lib/zhihu.py 9.3 KB runs code
- scripts/sync.sh 893 B runs code
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.
- 10d ago First seen · 140 lines · 64 tokens per session scan A 86ee991a5b16
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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
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…
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…
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…
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…
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…