zhihu-report-polisher

zhihu-report-polisher is a skill for Codex from wzj998/fluencer-predict-track. It costs 85 tokens per session (1,622 once invoked), scanned A, original, MIT.

A writing workflow that turns a private Markdown report about investment predictions into a public article draft for Zhihu, a Chinese question-and-answer publishing platform. It can also place the draft in Zhihu’s article editor for preview.

In plain words
What is it for?
Use it to prepare Zhihu articles from consolidated prediction reports, copy drafts and images into a publishable structure, and preview the result in Zhihu’s editor.
Why use it?
It removes the manual work of rewriting an internal report for public readers and handling local image links. It also lets you review the article before any publishing step.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to prepare Zhihu articles from consolidated prediction reports, copy drafts and images into a publishable structure, and preview the result in Zhihu’s editor.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wzj998/fluencer-predict-track/zhihu-report-polisher
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 wzj998/fluencer-predict-track --skill zhihu-report-polisher
Clone the repo
git clone --depth 1 https://github.com/wzj998/fluencer-predict-track

Made for: Codex.

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 zhihu-report-polisher

README.md
[![agentmods](https://agentmods.dev/badge/skills/wzj998/fluencer-predict-track/zhihu-report-polisher/github.svg)](https://agentmods.dev/skills/wzj998/fluencer-predict-track/zhihu-report-polisher)
Your own site
<a href="https://agentmods.dev/skills/wzj998/fluencer-predict-track/zhihu-report-polisher"><img src="https://agentmods.dev/badge/skills/wzj998/fluencer-predict-track/zhihu-report-polisher/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 zhihu-report-polisher

Your own site · 80×15
<a href="https://agentmods.dev/skills/wzj998/fluencer-predict-track/zhihu-report-polisher"><img src="https://agentmods.dev/badge/skills/wzj998/fluencer-predict-track/zhihu-report-polisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,622 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.
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.00085 $0.01622
Opus 5 $0.00043 $0.00811
Sonnet 5 $0.00017 $0.00324
Haiku 4.5 $0.00009 $0.00162

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

Security

Grade A, and why

zhihu-report-polisher 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/zhihu-report-polisher/SKILL.md · 103 lines

How it starts

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

Zhihu Report Polisher

Use this skill to turn a local investment-prediction report Markdown into a reader-facing Zhihu article draft, and optionally paste it into Zhihu's article editor for preview. Do not publish anything unless the user explicitly confirms publishing after reviewing the generated draft and editor preview.

Output

  • Write the public draft under zhihu/.
  • Name it from the source file stem, ending in -zhihu.md.
  • zhihu/ is ignored by git; do not force-add generated drafts unless the user explicitly asks.
  • If the draft references local images, copy them into zhihu/assets/ and use relative Markdown image links.
  • Before any publish-related browser step, send the generated Markdown file and every referenced image to the user through the available IM/file tools so they can review the exact content.

Required Opening

Put 分析对象 immediately after the article title. Then add a short project introduction in the style of:

本文由开源项目 `fluencer-predict-track` 辅助生成和整理。项目地址:

https://github.com/wzj998/fluencer-predict-track

这个项目用于采集公开投资/财经账号的历史预测,结合公开数据做复盘,并在可映射到交易标的时生成回测结果。本文不构成投资建议。

Then continue with method notes and the main content.

Rewrite Rules

The Zhihu draft is a polished public article, not an engineering report.

  • Keep the useful reader-facing content: headline, target account, sample size, verification cutoff, qualitative conclusions, backtest result, backtest assumptions, limitations, tables needed to understand the backtest, and external sources.
  • If backtest metrics are included, preserve position usage information such as average exposure, maximum exposure, average cash ratio, and cash drag. State clearly that annualized return and Sharpe are affected by position usage: accounts with more frequent tradable signals may become more fully invested, while sparse-signal accounts may keep more cash.
  • In 结论先行, include profit/loss contribution analysis when a backtest signal table has per-operation contribution. Summarize the main positive and negative contributors by ticker, sector/theme, and operation type, then translate them into reader-facing language such as which areas were more accurate and which areas dragged returns. Do not leave the opening conclusion as only total return, win rate, CAGR, or Sharpe.
  • If a backtest signal table is included, place a 信号准确表 immediately after it. This table should map the sampled public predictions to their qualitative verification result, using public evidence and labels such as 准确, 部分准确, 不准确, 尚未到期, or 不计分.
  • Remove or rewrite implementation details: local file paths, candidate-pool file names, internal report paths, exact CDP endpoint URLs, cookies, browser state, script names, zip/package names, and workspace-specific paths.
  • It is acceptable to say "通过本地 Chrome CDP 采集知乎公开回答页", but do not include a concrete local URL such as 127.0.0.1:15166.
  • Do not expose iteration wording such as "上一版", "旧版", "新版", "重新跑", "rerun", or "candidate file". Use "本次样本", "定性复盘", "回测结果", and "预测样本".
  • If the source report contains a net-value/equity-curve image, copy the image into zhihu/assets/ and reference it with Markdown image syntax, for example ![净值曲线](assets/<chart>.png). Do not replace generated charts with vague placeholders such as "此处插入".
  • Keep public URLs that support verification, including the GitHub project URL, Zhihu answer links, and external data/source URLs.
  • Keep financial disclaimers concise: include that the article is a sample review and not investment advice.

Read the full file on GitHub · 103 lines

Files

What ships with it

1 file 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.

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 · 103 lines · 85 tokens per session scan A 91176805c988

Subscribe to this mod's changes

zhihu-report-polisher is a skill published in the GitHub repository wzj998/fluencer-predict-track (36 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 1,622 once invoked, about $0.0004 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

investment-master

Evidence-led Chinese investment research for listed stocks and China OTC public funds, using separate stock and fund workflows and nine-part report templates. Covers stock business models, industry cycles, competitive advantage, management and capital allocation, financial quality, earnings forecasts, valuation…

Egcoo/investment-master · 121 tokens

boss-zhipin-scraper

A tool for collecting job listings from BOSS直聘, a Chinese job-search website, through a logged-in Chrome browser. It outputs structured JSON or CSV data and can summarize the results.

eatmoreduck/boss-zhipin-scraper · 78 tokens

writer

SEO-friendly article writing, audit, and humanization workflow for Markdown content. Use when creating, outlining, editing, auditing, rewriting, or quality-checking blog posts, tutorials, comparisons, listicles, explainers, FAQ sections, excerpts, SEO titles, meta descriptions, tags, or Google-friendly content briefs…

flaqai/backlink_skills · 86 tokens

xiaohongshu-conversion-path

A Xiaohongshu conversion-path guide maps how people move from seeing content on Xiaohongshu, a Chinese social-content platform, to taking a next step such as messaging, booking, trying a tool, or buying.

mengke-wang/xiaohongshu-ai-workbench · 168 tokens

xiaohongshu-profile

A review and rewriting guide for Xiaohongshu profiles. Xiaohongshu is a Chinese social platform where people discover content, products, and services.

mengke-wang/xiaohongshu-ai-workbench · 131 tokens

moore-wechat-article-downloader

A tool for downloading public WeChat Official Account articles and collecting article histories. WeChat Official Accounts are Chinese publisher or business pages, and the tool supports login, account selection, and scheduled syncing when required.

Moore-developers/moore-wechat-article-downloader · 76 tokens