AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Daily Newsletter

skill-zinan92-daily-newsletter-daily-newsletter · by zinan92

Operate, verify, or improve a local-first Daily Inbox pipeline that turns source feeds, X, media, manual links, and saved items into Chinese Markdown/HTML/PNG artifacts plus Feishu delivery receipts. Use when a user asks to run, debug, review, package, or extend the daily-newsletter / Daily Inbox workflow.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-zinan92-daily-newsletter-daily-newsletter

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zinan92-daily-newsletter-daily-newsletter)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Daily Newsletter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Daily Newsletter

Daily Newsletter is a local-first Daily Inbox operating pipeline. It fetches source material, normalizes it to one-item Markdown, lets AI perform event understanding/merge/selection/writing, finalizes Markdown/HTML/PNG artifacts, records source health, and optionally sends the complete digest to Feishu.

When To Use

Use this skill when the user asks to:

  • run or verify the daily AI newsletter pipeline;
  • debug missing, late, or degraded source items;
  • inspect Feishu delivery or local sent artifacts;
  • change reader-facing Daily Inbox output;
  • review pipeline health, workflow graph, task graph, or regression invariants;
  • package this repository as a public agent skill.

Do not use this skill for unrelated newsletter copywriting, generic RSS advice, or live content scraping outside this repository.

Inputs

  • Repo root: the daily-newsletter checkout.
  • Source registry: $PARKIO_HOME/_source management/sources.md.
  • Runtime data: $PARKIO_HOME/_inbox/{raw,unprocessed,processed}.
  • Sent artifacts: $PARKIO_HOME/001_daily newsletter/ai/.
  • Secrets: env vars or $PARKIO_HOME/_secrets/*.
  • Optional auth/runtime tools: X auth env, YouTube cookies, WeWe RSS, content-toolkit, Chrome, MLX Whisper.

Default $PARKIO_HOME is ~/park-io.

Workflow

  1. Read README.md, AGENTS.md, and GOTCHAS.md before changing behavior.
  2. Check git state and preserve uncommitted user changes.
  3. For read-only diagnosis, start with generated artifacts and logs before rerunning production commands.
  4. For public verification, run:
python3 -m pytest -q
python3 scripts/task_graph_validate.py
python3 scripts/workflow_graph_validate.py
python3 scripts/workflow_graph_dry_run.py
python3 scripts/n8n_import_diff.py
  1. For a manual production run, use the staged path:
./fetch-all.sh
python3 stages/to_md/run.py
BATCH=$(python3 stages/coarse_filter/run.py | tail -1)
PARKIO_BATCH_ID=$BATCH python3 build-digest.py
PARKIO_BATCH_ID=$BATCH python3 stages/archive/run.py
PARKIO_BATCH_ID=$BATCH python3 finalize-local.py
python3 build-product-radar.py --date "$(date +%F)"
python3 build-daily-bundle.py --date "$(date +%F)"
python3 reader_quality.py --date "$(date +%F)"
python3 send-feishu-digest.py --date "$(date +%F)"
  1. After any reader-facing or routing change, rerun tests and at least the workflow graph validator.

Outputs

  • processed//run-report.json
  • processed/receipts/feishu/*.json
  • sent/YY-MM-DD.{md,html,png}
  • sent/deep-YY-MM-DD.{md,html,png} when deep candidates exist
  • sent/product-radar-YY-MM-DD.{md,html,png}
  • sent/daily-YY-MM-DD.{md,html,png}
  • status.html and source-health JSON for operator visibility

Safety

  • Never print or commit API keys, cookies, Feishu webhook secrets, Telegram tokens, or X auth values.
  • Do not send Feishu or Telegram messages unless the user explicitly asks for delivery or the current task is a delivery verification.
  • Do not hide source failures as "no updates"; use channel-health.py, run-report.json, and status artifacts.
  • Do not create fake successful newsletters when AI JSON or final Markdown structure fails.
  • Do not move content judgment from AI prompts into deterministic script thresholds, except for coarse garbage filtering.
  • Do not rewrite HTML or PNG separately from Markdown; Markdown is the single reader-facing source.

Regression Invariants

GOTCHAS.md is the source of truth. The most important invariants are:

  • AI owns merge, score, classification, selection, and final writing.
  • Structural AI output failures stop the run and write error artifacts.
  • Deep reads must be traceable subsets of the brief universe.
  • Product Radar is a separate product lane and is linked by the daily umbrella.
  • Source Health stays in status/run-report/alerts, not inside the consumer digest body.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.