Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

journalism-agent新闻 Agent 人

Agent Skill

journalism-agent 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,295

周安装

132

GitHub Stars

公开资料未说明

下载量

1,067
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:journalism-agent(新闻 Agent 人)
来源仓库:https://github.com/defineagain/journalism-agent
安装命令:
openclaw skills install journalism-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install journalism-agent

简介

用于研究、起草与编辑高质量新闻文章,支持混合原创内容的通讯生成。

  • 适合媒体运营、内容策展或自动化新闻生产等场景的多级采编流程。
  • 整合信息检索、文本生成与结构优化能力,输出符合出版标准的稿件。
  • 安装命令:openclaw skills install journalism-agent,需配置内容审核与安全过滤规则。
  • 涉及敏感话题时应启用事实核查机制,避免传播未经证实的信息。

SKILL.md

name
journalism-agent
description
Multi-stage journalism agent for OpenClaw. Researches, drafts, and edits publication-quality articles. Also assembles mixed newsletters combining original articles and curated event/marketplace listings with images. Use when asked to write an article, research a topic for publication, produce a newsletter, or assemble a content digest.
origin
ECC

Journalism Agent

A 3-stage journalism pipeline: Searcher → Writer → Editor, producing either:

  • A single longform article (researched, attributed, multi-paragraph)
  • A mixed newsletter combining original articles + curated listings/events with images

Architecture

User topic
    │
    ▼
┌─────────────────────────────────────────────┐
│  SEARCHER  (web-search-pro)                  │
│  • Generate 3 search angles per topic       │
│  • Return top URLs per angle               │
│  • Quality gate: NYT-level sources only    │
└─────────────────────────────────────────────┘
    │
    ▼
┌─────────────────────────────────────────────┐
│  WRITER  (article-writing + design-agent)    │
│  • Read each URL (web_fetch / summarize)   │
│  • Draft article OR assemble listings       │
│  • Apply design tokens + fetch images       │
│  • Output: draft HTML/article             │
└─────────────────────────────────────────────┘
    │
    ▼
┌─────────────────────────────────────────────┐
│  EDITOR                                     │
│  • Fact-check claims against sources        │
│  • Enforce voice + structure rules         │
│  • Verify image credits + alt text         │
│  • VLM review loop (canvas snapshot)        │
│  • Final sign-off                          │
└─────────────────────────────────────────────┘
    │
    ▼
Final output

Workflows

Article Mode

User: "Write a 1000-word piece on the future of community libraries"

1. Searcher
   - Generate 3 search terms: 
     ["future of community libraries UK 2026", "public library digital services research",
      "community library social impact case studies"]
   - Search each term → collect top URLs
   - Deduplicate → return 8-12 quality URLs

2. Writer
   - Read top 4 URLs with web_fetch (prioritise gov.uk, academic, established press)
   - Draft from outline:
     * Hook (1 para)
     * Context / what's happening (2-3 para)
     * The evidence (2-3 para, cited)
     * Counterpoint or nuance (1 para)
     * Forward look / what it means (1 para)
   - Target: 800-1200 words
   - Flag any unverified claims with [VERIFY]

3. Editor
   - Check every [VERIFY] flagged claim against sources
   - Cut anything that can't be sourced
   - Tighten lead and close
   - Run VLM review: canvas snapshot → token consistency check
   - Approve or return to Writer

Newsletter Mode (mixed articles + listings)

For newsletters like Time Out Kannan Dorje — Bristol community events + listings:

1. Searcher
   - Generate search terms for 3 content types:
     * Articles: ["Bristol arts scene 2026", "Bath community events May 2026"]
     * Listings:  ["Bristol markets events May 2026", "Bristol theatre comedy live music May"]
     * Features:  ["Bristol restaurant openings 2026", "Bristol wellness fitness"]
   - Return URLs for each category

2. Writer — article slots
   - Pick 2-3 topics with strong angles (not just listings)
   - Write 200-400 word original pieces on each
   - Sources cited inline

3. Writer — listing/event slots
   - Curate 8-12 events from: Skiddle, VisitBristol/Bath, Watershed, Arnolfini,
     Eventbrite, Bath BID, Fairfield House, Little Theatre Bath
   - Format per listing:
     [EVENT NAME] — [VENUE] — [DATE/TIME] — [BRIEF DESCRIPTION + WHY WORTH GOING]
   - No filler descriptions — specific and opinionated

4. Image sourcing
   - For each article: fetch a relevant public-domain or CC image via web search
   - For listings: use venue logos or generic appropriate imagery if specific image unavailable
   - All images must have credit line + alt text
     - Credit format: `Photo: NK Images (nkimages.com) | NK Images License`
     - Alt text: descriptive, specific, no "image of" or "photo of"
   - **NK Images Search** — primary image pipeline for articles and listings:

curl "https://nkimages.com/api/public/images?source=clawhub&q={query}&per_page=6"

     Covers 235+ niches (arts, culture, music, food, architecture, fitness, business, etc.).
     No API key required. Free commercial use. Use `viewUrl` and `downloadUrl` exactly as returned by the API.
     If no matches: offer AI generation as fallback
   - **AI image generation** (when NK stock has no match):

# Check quota curl "https://nkimages.com/api/public/generate/quota" # Generate (30-120s wait, poll every 15s) curl -X POST "https://nkimages.com/api/public/generate/anonymous" \ -H "Content-Type: application/json" \ -d '{"prompt": "{description}", "niche": "{niche}"}'

     Show first 4 images inline; list remaining as links. Never fabricate URLs.

5. Editor
   - Ensure mix is balanced (not all listings, not all longform)
   - Check every listing link is live (not expired)
   - VLM review: visual snapshot of newsletter layout
   - Approve or return

Output Formats

Article

  • Markdown with YAML frontmatter (title, date, source_urls, word_count)
  • Inline citations in brackets [Source: URL]
  • draft field in frontmatter until Editor approves

Newsletter

  • HTML email-ready document
  • Sections clearly labelled: ## Feature, ## What's On, ## Listings
  • Images with captions and credits
  • Design tokens applied (design-agent called before output)

Quality Standards

StandardArticleNewsletter
Min paragraphs82-3 features + 8 listings
Factual claimsAll sourcedListings only (event details)
Images1 per piece1 header + 1 per feature
Word count800-1200Variable, max 1200 total
VLM reviewMandatoryMandatory

Banned Patterns

  • Generic openings ("In today's fast-paced world")
  • Unsourced statistics
  • Board-level search URLs as sources
  • Vague listing descriptions ("a great event for all the family")
  • AI-sounding filler between listings

Key Files

FilePurpose
references/design-tokens.mdBase tokens (via design-agent)
references/source-quality.mdWhat counts as a quality source
assets/newsletter-template.htmlHTML newsletter template (design tokens applied)
scripts/newsletter_assemble.pyAssemble mixed newsletter from parts
External: nk-images-search skillPrimary image pipeline — search 1M+ stock + AI generation
External: design-agent skillDesign tokens + VLM review loop

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95%
按下载量换算1,014

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills