Install
openclaw skills install @haiyangchenbj/editorial-topic-portfolio-skillEvaluate a portfolio of technology, AI, data, cloud, or enterprise-software content topics. Normalizes Notion or Markdown/JSON/CSV inputs, applies factual, timeliness, originality, argument-capacity, positioning, and privacy gates, scores eligible topics, selects one primary and two backups, produces merge/watch/covered/abandon decisions, and prepares a confirmed Notion writeback preview. Never writes to Notion without two explicit confirmations.
openclaw skills install @haiyangchenbj/editorial-topic-portfolio-skillEvaluate a batch of technology / AI / data / cloud / enterprise-software topics and output the current cycle's 1 primary-write + 2 backups, plus merge / watch / short-note / covered-track / abandon decisions. Uses Routing + Prompt Chaining: pass hard gates first, then score and solve the portfolio.
industry-deep-dive-pipeline.Read references/evaluation-gates.md, references/scoring-model.md, and references/portfolio-rules.md for fields and rules.
python scripts/normalize_topics.py --input <input.md|input.json|input.csv> --output <run-dir>/01-normalized-topics.json
02-gate-precheck.json.03-evidence-review.md.For each topic output G0–G5:
Output 04-gate-results.json. A BLOCK cannot be offset by a high score.
For topics passing hard gates or recoverable HOLD, fill 0–5 raw scores:
Deduct for fact uncertainty, heating competition, over-broad angle, recent repetition, and public risk to get the net score. Run:
python scripts/calculate_scores.py --input <run-dir>/04-gate-results.json --output <run-dir>/05-scores.json
WRITE_NOW and 2 BACKUP.MERGE, WATCH, SHORT_NOTE, COVERED_TRACK, or ABANDON.06-portfolio-decision.md.Pause and confirm:
No change-set generation before confirmation.
Generate 07-change-preview.md and 07-change-set.json, listing line by line:
Run:
python scripts/validate_change_set.py --input <run-dir>/07-change-set.json --output <run-dir>/07-change-set-validation.json --enforce
Explicitly list target database, page count, fields, and actions. Batch writeback only after the second confirmation.
Notion writeback must obey:
NOTION_TOKEN, NOTION_TOPIC_DATABASE_ID, and mapping come from secure config.Default read-only adapter:
NODE_PATH=<managed-node-workspace> node scripts/notion_topic_adapter.js read > <run-dir>/08-notion-read.json
Writeback must be driven by a separate, reviewed change-set; never make live writeback an unconditional automatic action.
Output 09-readback-verification.md.
Convert the primary into industry-deep-dive-pipeline's case brief, preserving facts, competition, core hypothesis, suggested angle, risk, counter-arguments, and series relationship. Do not write the body directly.
lifecycle status and recommendation priority must stay separate.COVERED_TRACK, unless there is clear new fact or new judgment.| Scenario | Action |
|---|---|
| Input field missing | Mark NEEDS_INPUT, stop scoring that item |
| Fact or policy unverifiable | BLOCK_FACT or HOLD_EVIDENCE, exclude from primary/backup |
| Timeliness expired, no gain | BLOCK_STALE or COVERED_TRACK |
| Insufficient originality space | MERGE or BLOCK_SATURATED |
| Single-event capacity insufficient | SHORT_NOTE or BLOCK_THIN |
| Positioning / privacy conflict | BLOCK_BOUNDARY or PRIVATE_ONLY |
| Portfolio not exactly 1+2 | Block change-set, re-solve or wait for manual override |
| Notion token/mapping missing | Stop, read nothing, write nothing |
| Notion writeback partial failure | Stop batch, record success/fail/skip, no blind full retry |
| Readback inconsistent | Retry once and cross-verify; if still inconsistent, stay incomplete |
| Tool first-failure | Retry same op 1–2 times, then switch tool stack |
<run-dir>/
├── 01-normalized-topics.json
├── 02-gate-precheck.json
├── 03-evidence-review.md
├── 04-gate-results.json
├── 05-scores.json
├── 06-portfolio-decision.md
├── 07-change-preview.md
├── 07-change-set.json
├── 07-change-set-validation.json
├── 08-writeback-result.json
└── 09-readback-verification.md
Every cycle report must include: primary, two backups, other disposals, hard-gate blocks, net score, writeback status, and next-step handoff.
references/evaluation-gates.md: G0–G5 hard gates.references/scoring-model.md: 100-point model and deductions.references/portfolio-rules.md: portfolio, lifecycle, and idempotency rules.references/notion-adapter-interface.md: private Notion adapter boundary.references/replay-evaluation.md: two historical replays.本 Skill 对一批科技 / AI / 数据 / 云 / 企业软件选题进行组合评估,输出当前周期 1 个主写 + 2 个备选,以及合并 / 观察 / 短观察 / 已覆盖跟踪 / 放弃决定。采用 Routing + Prompt Chaining,先过硬门禁,再评分和组合求解。
关键约束(双语要点 / Bilingual key points):