← 返回
未分类

Pitch Amplifier

Turn a vague reporting clue, observation, or topic hunch into a deeper news pitch by extracting entities, retrieving 1-2 hop context from a city knowledge gr...
将模糊的报道线索、观察或话题直觉,通过提取实体、从城市知识图谱检索1-2跳上下文,并将其信息概括为简洁的叙事,转化为更深入的新闻选题。
huangzuomin2019 huangzuomin2019 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 295
下载
💾 0
安装
1
版本
#latest

概述

Pitch Amplifier

Use the bundled script to turn a rough clue into a deeper reporting plan.

Workflow

  1. Normalize the user's clue into graph-query keywords.
  2. Retrieve nearby issues, institutions, and relation chains from the graph.
  3. Generate an editor-style pitch memo with:
    • 图谱关联洞察
    • 破局角度
    • 建议采访清单
  4. If the graph has weak coverage, say so clearly and treat it as a reporting gap instead of pretending certainty.

Use the script

Primary script:

  • scripts/skill_pitch_amplifier.py

Typical usage:

python3 scripts/skill_pitch_amplifier.py "最近园博园挺热闹,但我感觉大型活动越来越多,周边交通和承载压力可能会越来越大,这个选题能怎么做深?"

Interactive mode:

python3 scripts/skill_pitch_amplifier.py

Constraints

  • Prefer graph-grounded output over generic feature writing.
  • Do not hard-code one topic template across all topics.
  • When graph recall is weak, explicitly mark the topic as a graph blind spot.
  • Keep interview lists specific to the detected issue cluster: transport, ecology, governance, operations, market, etc.

Topic routing rule

Infer the dominant issue family from graph context before generating the memo:

  • Transport / crowding / parking / carrying capacity
  • Ecology / wetland / habitat / environmental protection
  • Cultural tourism / event operations / post-event sustainability
  • Governance / multi-department coordination / responsibility structure
  • Market / business survival / operator pressure

If multiple families appear, keep 2-3 strongest ones and organize the memo around tension between them.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 14:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,800
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,897
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 813,964