Borrowing it
Nothing to install: this file belongs to TashanGKD/Tashan-TopicLab. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/TashanGKD/Tashan-TopicLab/main/.codex/skills/wechat-group-qr-updater/SKILL.mdgit clone --depth 1 https://github.com/TashanGKD/Tashan-TopicLabWrote 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/tashangkd/tashan-topiclab/wechat-group-qr-updater)<a href="https://agentmods.dev/skills/tashangkd/tashan-topiclab/wechat-group-qr-updater"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-topiclab/wechat-group-qr-updater/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/tashangkd/tashan-topiclab/wechat-group-qr-updater"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-topiclab/wechat-group-qr-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00058 | $0.00534 |
| Opus 5 | $0.00029 | $0.00267 |
| Sonnet 5 | $0.00012 | $0.00107 |
| Haiku 4.5 | $0.00006 | $0.00053 |
Grade A, and why
wechat-group-qr-updater scanned grade A with 1 finding 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -I "$TOPICLAB_BASE_URL/api/v1/site/wechat-group-qr.webp" What it actually says
WeChat Group QR Updater
Use this skill when the user provides a new "他山世界交流群" WeChat QR image and wants the website Footer QR code updated without rebuilding or redeploying the frontend.
What This Updates
- Database table:
site_assets - Asset key:
wechat-group-qr - Public endpoint:
/api/v1/site/wechat-group-qr.webp - Frontend consumer:
frontend/src/components/Footer.tsx
The frontend URL is stable. Updating the database row is enough once the backend schema/API has been deployed.
Inputs
Required:
- A local image path for the new WeChat group QR screenshot/photo.
Optional:
--expires-atas an ISO timestamp, for example2026-05-26T00:00:00+08:00.--database-urlifDATABASE_URLis not already set in the shell or repo.env.
Procedure
- Confirm the image exists and is the intended current WeChat group QR.
- Run the bundled updater through the backend
uvenvironment so Pillow and SQLAlchemy are available:
cd topiclab-backend
uv run python ../.codex/skills/wechat-group-qr-updater/scripts/update_wechat_group_qr.py \
--image /absolute/path/to/new-wechat-qr.jpg \
--expires-at 2026-05-26T00:00:00+08:00
- The script converts the source image to WebP, upserts
site_assets.key='wechat-group-qr', and prints a compact JSON result. - Verify the public endpoint on the target environment:
curl -I "$TOPICLAB_BASE_URL/api/v1/site/wechat-group-qr.webp"
Expected:
- HTTP
200 content-type: image/webpcache-control: public, max-age=60
Notes
- Do not commit a new QR image for regular weekly updates; use this skill to write the database asset.
- If updating a local dev database, set
DATABASE_URLto the local SQLite/Postgres database before running. - If updating production, load the production
.envor pass--database-urlexplicitly.
What ships with it
2 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.
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.
- 11d ago First seen · 57 lines · 58 tokens per session scan A 3e9566c3650b
wechat-group-qr-updater is a skill published in the GitHub repository TashanGKD/Tashan-TopicLab (5 stars, last pushed 17d ago), licensed MIT. It adds 58 tokens to every session and 534 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
oma-scholar
Scholarly research companion using Knows sidecar spec (.knows.yaml). Generates, validates, reviews, queries, and compares structured research-paper sidecars, and fetches them from knows.academy. Use for academic literature search, survey synthesis, paper authoring assistance, and peer review with token-efficient…
oma-hwp
Convert HWP / HWPX / HWPML files to Markdown using kordoc. Extracts text, headings, tables, lists, images, footnotes, and hyperlinks. Use for Korean word processor files (Hangul), government documents, and AI-ready data preparation.
browser_cdp
A health check for Python code that produces a score, letter grade, and measures of issues such as complexity, duplication, dead code, dependencies, and architecture.