Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

AI News Digest — HTML Email

Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Skill: AI News Digest — HTML Email Owner: tejasjuthani Summary: Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-10T12:30:47.557Z | user AI News Digest initial release: - Curates top AI industry news from trusted sources with deduplication to avoid repeated stories. - Generates a p

OpenClaw · self-declared
850 downloadsTrust evidence available
clawhub skill install kn76n7gnh09acx3hktfznrfna980xtn5:ai-news-digest

Overall rank

#62

Adoption

850 downloads

Trust

Unknown

Freshness

Mar 1, 2026

Freshness

Last checked Mar 1, 2026

Best For

AI News Digest — HTML Email is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, CLAWHUB, runtime-metrics, public facts pack

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Skill: AI News Digest — HTML Email Owner: tejasjuthani Summary: Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-10T12:30:47.557Z | user AI News Digest initial release: - Curates top AI industry news from trusted sources with deduplication to avoid repeated stories. - Generates a p Capability contract not published. No trust telemetry is available yet. 850 downloads reported by the source. Last updated 4/15/2026.

No verified compatibility signals850 downloads

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Mar 1, 2026

Vendor

Clawhub

Artifacts

0

Benchmarks

0

Last release

1.0.0

Install & run

Setup Snapshot

clawhub skill install kn76n7gnh09acx3hktfznrfna980xtn5:ai-news-digest
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredCLAWHUB

Captured outputs

Artifacts Archive

Extracted files

4

Examples

6

Snippets

0

Languages

Unknown

Executable Examples

text

Search for the latest AI industry news from the past 12 hours. Check these sources:
- TechCrunch AI, The Verge AI, Ars Technica
- VentureBeat AI, MIT Tech Review
- Twitter/X AI accounts

Read data/news-sent.txt for previously sent stories. Skip any duplicates.

Curate the top 10-15 stories. For each:
- Headline with source link
- 2-3 sentence summary
- Category tag: Breaking / Product / Research / Business / Other

Generate a beautiful HTML email with:
- Header: "🤖 AI News Digest — [Date]"
- Color-coded category badges
- Clickable headlines
- Clean, modern styling
- Dark mode compatible

Send to YOUR_EMAIL via Gmail.
Then append all sent headlines to data/news-sent.txt with today's date.

bash

# View recent sent stories
bash skills/ai-news-digest/dedup.sh show

# Clear old entries (older than 7 days)
bash skills/ai-news-digest/dedup.sh clean 7

# Reset tracker
bash skills/ai-news-digest/dedup.sh reset

text

YYYY-MM-DD|Story headline or key phrase

html

<div style="max-width:600px;margin:0 auto;font-family:Arial,sans-serif;">
  <h1 style="color:#1a1a2e;">🤖 AI News Digest</h1>
  <p style="color:#666;">February 10, 2026 • 12 stories</p>
  
  <div style="border-left:4px solid #e74c3c;padding:12px;margin:16px 0;">
    <span style="background:#e74c3c;color:white;padding:2px 8px;border-radius:4px;font-size:12px;">BREAKING</span>
    <h3><a href="https://..." style="color:#1a1a2e;">Headline Here</a></h3>
    <p style="color:#555;">Summary text here...</p>
  </div>
</div>

bash

# View recently sent stories
bash dedup.sh show

# Clean entries older than 7 days
bash dedup.sh clean 7

# Reset tracker
bash dedup.sh reset

bash

openclaw cron create news-digest \
  --schedule "30 2,6,10,14,18,22 * * *" \
  --model anthropic/claude-sonnet-4-20250514 \
  --channel YOUR_CHANNEL_ID \
  --prompt "Generate an AI news digest:

1. Search for AI industry news from the past 6-8 hours using web search. Check:
   - TechCrunch AI, The Verge, Ars Technica AI
   - VentureBeat, MIT Technology Review
   - Major AI company blogs (OpenAI, Anthropic, Google DeepMind, Meta AI)

2. Read data/news-sent.txt for previously sent stories. Skip duplicates (fuzzy match — same topic counts as duplicate).

3. If fewer than 3 new stories found, reply 'No significant new AI stories' and stop.

4. Curate the top stories. For each provide:
   - Headline with source URL
   - 2-3 sentence summary
   - Category: Breaking / Product / Research / Business / Other

5. Generate a beautiful HTML email:
   - Header: '🤖 AI News Digest — [Date, Time]'
   - Color-coded category badges (red=breaking, green=product, blue=research, yellow=business)
   - Clickable headlines
   - Responsive design, dark-mode compatible
   - Footer with unsubscribe note

6. Send the HTML email to YOUR_EMAIL using Gmail.

7. Append all sent headlines to data/news-sent.txt:
   Format: YYYY-MM-DD|Headline text

8. Post a brief summary to this channel:
   📰 **AI News Digest Sent** — X stories
   Top story: [headline]"
Extracted Files

SKILL.md

# AI News Digest — HTML Email

**slug:** ai-news-digest
**version:** 1.0.0
**description:** Curated AI industry news digest delivered as beautiful HTML email. Searches trusted sources, deduplicates stories, generates color-coded HTML with clickable links. Built-in dedup tracker prevents repeated stories.

**read_when:**
- User asks for AI news or tech news digest
- User wants a news summary or newsletter
- Cron job triggers scheduled news digest
- User mentions news deduplication

## What This Skill Does

1. **Searches** trusted AI/tech news sources via web search
2. **Deduplicates** against previously sent stories (tracked in `data/news-sent.txt`)
3. **Curates** the top 10-15 most important stories
4. **Generates** a beautiful HTML email with:
   - Color-coded categories (🔴 Breaking, 🟢 Product Launch, 🔵 Research, 🟡 Business, ⚪ Other)
   - Clickable headline links
   - 2-3 sentence summaries per story
   - Professional styling with responsive design
5. **Sends** via email (using Google Workspace / Gmail skill)
6. **Updates** dedup tracker to avoid repeats

## How to Use

### Manual Digest
```
Search for the latest AI industry news from the past 12 hours. Check these sources:
- TechCrunch AI, The Verge AI, Ars Technica
- VentureBeat AI, MIT Tech Review
- Twitter/X AI accounts

Read data/news-sent.txt for previously sent stories. Skip any duplicates.

Curate the top 10-15 stories. For each:
- Headline with source link
- 2-3 sentence summary
- Category tag: Breaking / Product / Research / Business / Other

Generate a beautiful HTML email with:
- Header: "🤖 AI News Digest — [Date]"
- Color-coded category badges
- Clickable headlines
- Clean, modern styling
- Dark mode compatible

Send to YOUR_EMAIL via Gmail.
Then append all sent headlines to data/news-sent.txt with today's date.
```

### Dedup Management
```bash
# View recent sent stories
bash skills/ai-news-digest/dedup.sh show

# Clear old entries (older than 7 days)
bash skills/ai-news-digest/dedup.sh clean 7

# Reset tracker
bash skills/ai-news-digest/dedup.sh reset
```

## Dedup Format

`data/news-sent.txt` stores one story per line:
```
YYYY-MM-DD|Story headline or key phrase
```

The agent checks this before including stories. Fuzzy matching recommended — don't require exact match, just similar topics.

## HTML Email Template

The agent should generate HTML like:
```html
<div style="max-width:600px;margin:0 auto;font-family:Arial,sans-serif;">
  <h1 style="color:#1a1a2e;">🤖 AI News Digest</h1>
  <p style="color:#666;">February 10, 2026 • 12 stories</p>
  
  <div style="border-left:4px solid #e74c3c;padding:12px;margin:16px 0;">
    <span style="background:#e74c3c;color:white;padding:2px 8px;border-radius:4px;font-size:12px;">BREAKING</span>
    <h3><a href="https://..." style="color:#1a1a2e;">Headline Here</a></h3>
    <p style="color:#555;">Summary text here...</p>
  </div>
</div>
```

## Files
- `dedup.sh` — Manage deduplication tracker
- `cron-setup.md` — Cron job configuration

## D

README.md

# AI News Digest — HTML Email

> Curated AI industry news digest with beautiful HTML emails and smart deduplication.

**Version:** 1.0.0
**Tags:** ai-news, newsletter, email, digest, html-email, deduplication, curation, tech-news

## Features

- 🔍 **Smart Search** — Scans trusted AI/tech news sources
- 🚫 **Deduplication** — Tracks sent stories to avoid repeats
- 🎨 **Beautiful HTML** — Color-coded categories, clickable links, responsive design
- 📧 **Email Delivery** — Sends via Gmail/Google Workspace
- ⏰ **Cron Ready** — Schedule 2-6x daily digests
- 🏷️ **Categorized** — Breaking, Product, Research, Business, Other

## How It Works

1. Agent searches web for latest AI news
2. Checks `data/news-sent.txt` to skip previously sent stories
3. Curates top stories with summaries and category tags
4. Generates styled HTML email
5. Sends via email and updates dedup tracker

## Setup

1. Copy this skill to your OpenClaw skills directory
2. Ensure you have email sending capability (e.g., Google Workspace skill with Gmail)
3. Set up a cron job (see [cron-setup.md](cron-setup.md))

## Dedup Management

```bash
# View recently sent stories
bash dedup.sh show

# Clean entries older than 7 days
bash dedup.sh clean 7

# Reset tracker
bash dedup.sh reset
```

## Output Example

The digest email includes color-coded stories:

- 🔴 **BREAKING** — Major announcements, funding rounds
- 🟢 **PRODUCT** — New launches, updates, features
- 🔵 **RESEARCH** — Papers, benchmarks, breakthroughs
- 🟡 **BUSINESS** — Deals, partnerships, market moves
- ⚪ **OTHER** — Opinion, policy, regulation

## Requirements

- OpenClaw agent with web search capability
- Email sending skill (Gmail recommended)
- No additional packages needed

## License

MIT — see [LICENSE](LICENSE)

_meta.json

{
  "ownerId": "kn76n7gnh09acx3hktfznrfna980xtn5",
  "slug": "ai-news-digest",
  "version": "1.0.0",
  "publishedAt": 1770726647557
}

cron-setup.md

# Cron Job Setup — AI News Digest

## OpenClaw Cron Job

```bash
openclaw cron create news-digest \
  --schedule "30 2,6,10,14,18,22 * * *" \
  --model anthropic/claude-sonnet-4-20250514 \
  --channel YOUR_CHANNEL_ID \
  --prompt "Generate an AI news digest:

1. Search for AI industry news from the past 6-8 hours using web search. Check:
   - TechCrunch AI, The Verge, Ars Technica AI
   - VentureBeat, MIT Technology Review
   - Major AI company blogs (OpenAI, Anthropic, Google DeepMind, Meta AI)

2. Read data/news-sent.txt for previously sent stories. Skip duplicates (fuzzy match — same topic counts as duplicate).

3. If fewer than 3 new stories found, reply 'No significant new AI stories' and stop.

4. Curate the top stories. For each provide:
   - Headline with source URL
   - 2-3 sentence summary
   - Category: Breaking / Product / Research / Business / Other

5. Generate a beautiful HTML email:
   - Header: '🤖 AI News Digest — [Date, Time]'
   - Color-coded category badges (red=breaking, green=product, blue=research, yellow=business)
   - Clickable headlines
   - Responsive design, dark-mode compatible
   - Footer with unsubscribe note

6. Send the HTML email to YOUR_EMAIL using Gmail.

7. Append all sent headlines to data/news-sent.txt:
   Format: YYYY-MM-DD|Headline text

8. Post a brief summary to this channel:
   📰 **AI News Digest Sent** — X stories
   Top story: [headline]"
```

### Schedule Examples

| Frequency | Cron Expression |
|-----------|----------------|
| 6x daily (every 4h) | `30 2,6,10,14,18,22 * * *` |
| 3x daily | `0 4,12,20 * * *` |
| 2x daily (morning + evening) | `0 6,18 * * *` |
| Daily morning digest | `0 6 * * *` |

### Timezone

```bash
--schedule "30 8,20 * * * @ America/New_York"
```

Editorial read

Docs & README

Docs source

CLAWHUB

Editorial quality

ready

Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Skill: AI News Digest — HTML Email Owner: tejasjuthani Summary: Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-10T12:30:47.557Z | user AI News Digest initial release: - Curates top AI industry news from trusted sources with deduplication to avoid repeated stories. - Generates a p

Full README

Skill: AI News Digest — HTML Email

Owner: tejasjuthani

Summary: Curates and deduplicates the latest AI news from trusted sources and sends a color-coded, summary-filled HTML email digest via Gmail.

Tags: latest:1.0.0

Version history:

v1.0.0 | 2026-02-10T12:30:47.557Z | user

AI News Digest initial release:

  • Curates top AI industry news from trusted sources with deduplication to avoid repeated stories.
  • Generates a professional, color-coded HTML email digest with clickable links and concise summaries.
  • Includes category tags (Breaking, Product Launch, Research, Business, Other) for each story.
  • Sends news digest via Gmail; manages sent headlines in a tracker file for future deduplication.
  • Provides scripts for viewing, cleaning, or resetting the deduplication tracker.

Archive index:

Archive v1.0.0: 5 files, 4909 bytes

Files: cron-setup.md (1760b), dedup.sh (1644b), README.md (1820b), SKILL.md (3177b), _meta.json (133b)

File v1.0.0:SKILL.md

AI News Digest — HTML Email

slug: ai-news-digest version: 1.0.0 description: Curated AI industry news digest delivered as beautiful HTML email. Searches trusted sources, deduplicates stories, generates color-coded HTML with clickable links. Built-in dedup tracker prevents repeated stories.

read_when:

  • User asks for AI news or tech news digest
  • User wants a news summary or newsletter
  • Cron job triggers scheduled news digest
  • User mentions news deduplication

What This Skill Does

  1. Searches trusted AI/tech news sources via web search
  2. Deduplicates against previously sent stories (tracked in data/news-sent.txt)
  3. Curates the top 10-15 most important stories
  4. Generates a beautiful HTML email with:
    • Color-coded categories (🔴 Breaking, 🟢 Product Launch, 🔵 Research, 🟡 Business, ⚪ Other)
    • Clickable headline links
    • 2-3 sentence summaries per story
    • Professional styling with responsive design
  5. Sends via email (using Google Workspace / Gmail skill)
  6. Updates dedup tracker to avoid repeats

How to Use

Manual Digest

Search for the latest AI industry news from the past 12 hours. Check these sources:
- TechCrunch AI, The Verge AI, Ars Technica
- VentureBeat AI, MIT Tech Review
- Twitter/X AI accounts

Read data/news-sent.txt for previously sent stories. Skip any duplicates.

Curate the top 10-15 stories. For each:
- Headline with source link
- 2-3 sentence summary
- Category tag: Breaking / Product / Research / Business / Other

Generate a beautiful HTML email with:
- Header: "🤖 AI News Digest — [Date]"
- Color-coded category badges
- Clickable headlines
- Clean, modern styling
- Dark mode compatible

Send to YOUR_EMAIL via Gmail.
Then append all sent headlines to data/news-sent.txt with today's date.

Dedup Management

# View recent sent stories
bash skills/ai-news-digest/dedup.sh show

# Clear old entries (older than 7 days)
bash skills/ai-news-digest/dedup.sh clean 7

# Reset tracker
bash skills/ai-news-digest/dedup.sh reset

Dedup Format

data/news-sent.txt stores one story per line:

YYYY-MM-DD|Story headline or key phrase

The agent checks this before including stories. Fuzzy matching recommended — don't require exact match, just similar topics.

HTML Email Template

The agent should generate HTML like:

<div style="max-width:600px;margin:0 auto;font-family:Arial,sans-serif;">
  <h1 style="color:#1a1a2e;">🤖 AI News Digest</h1>
  <p style="color:#666;">February 10, 2026 • 12 stories</p>
  
  <div style="border-left:4px solid #e74c3c;padding:12px;margin:16px 0;">
    <span style="background:#e74c3c;color:white;padding:2px 8px;border-radius:4px;font-size:12px;">BREAKING</span>
    <h3><a href="https://..." style="color:#1a1a2e;">Headline Here</a></h3>
    <p style="color:#555;">Summary text here...</p>
  </div>
</div>

Files

  • dedup.sh — Manage deduplication tracker
  • cron-setup.md — Cron job configuration

Dependencies

  • Web search capability (built into OpenClaw)
  • Email sending capability (Google Workspace skill or similar)
  • No external packages needed

File v1.0.0:README.md

AI News Digest — HTML Email

Curated AI industry news digest with beautiful HTML emails and smart deduplication.

Version: 1.0.0 Tags: ai-news, newsletter, email, digest, html-email, deduplication, curation, tech-news

Features

  • 🔍 Smart Search — Scans trusted AI/tech news sources
  • 🚫 Deduplication — Tracks sent stories to avoid repeats
  • 🎨 Beautiful HTML — Color-coded categories, clickable links, responsive design
  • 📧 Email Delivery — Sends via Gmail/Google Workspace
  • Cron Ready — Schedule 2-6x daily digests
  • 🏷️ Categorized — Breaking, Product, Research, Business, Other

How It Works

  1. Agent searches web for latest AI news
  2. Checks data/news-sent.txt to skip previously sent stories
  3. Curates top stories with summaries and category tags
  4. Generates styled HTML email
  5. Sends via email and updates dedup tracker

Setup

  1. Copy this skill to your OpenClaw skills directory
  2. Ensure you have email sending capability (e.g., Google Workspace skill with Gmail)
  3. Set up a cron job (see cron-setup.md)

Dedup Management

# View recently sent stories
bash dedup.sh show

# Clean entries older than 7 days
bash dedup.sh clean 7

# Reset tracker
bash dedup.sh reset

Output Example

The digest email includes color-coded stories:

  • 🔴 BREAKING — Major announcements, funding rounds
  • 🟢 PRODUCT — New launches, updates, features
  • 🔵 RESEARCH — Papers, benchmarks, breakthroughs
  • 🟡 BUSINESS — Deals, partnerships, market moves
  • OTHER — Opinion, policy, regulation

Requirements

  • OpenClaw agent with web search capability
  • Email sending skill (Gmail recommended)
  • No additional packages needed

License

MIT — see LICENSE

File v1.0.0:_meta.json

{ "ownerId": "kn76n7gnh09acx3hktfznrfna980xtn5", "slug": "ai-news-digest", "version": "1.0.0", "publishedAt": 1770726647557 }

File v1.0.0:cron-setup.md

Cron Job Setup — AI News Digest

OpenClaw Cron Job

openclaw cron create news-digest \
  --schedule "30 2,6,10,14,18,22 * * *" \
  --model anthropic/claude-sonnet-4-20250514 \
  --channel YOUR_CHANNEL_ID \
  --prompt "Generate an AI news digest:

1. Search for AI industry news from the past 6-8 hours using web search. Check:
   - TechCrunch AI, The Verge, Ars Technica AI
   - VentureBeat, MIT Technology Review
   - Major AI company blogs (OpenAI, Anthropic, Google DeepMind, Meta AI)

2. Read data/news-sent.txt for previously sent stories. Skip duplicates (fuzzy match — same topic counts as duplicate).

3. If fewer than 3 new stories found, reply 'No significant new AI stories' and stop.

4. Curate the top stories. For each provide:
   - Headline with source URL
   - 2-3 sentence summary
   - Category: Breaking / Product / Research / Business / Other

5. Generate a beautiful HTML email:
   - Header: '🤖 AI News Digest — [Date, Time]'
   - Color-coded category badges (red=breaking, green=product, blue=research, yellow=business)
   - Clickable headlines
   - Responsive design, dark-mode compatible
   - Footer with unsubscribe note

6. Send the HTML email to YOUR_EMAIL using Gmail.

7. Append all sent headlines to data/news-sent.txt:
   Format: YYYY-MM-DD|Headline text

8. Post a brief summary to this channel:
   📰 **AI News Digest Sent** — X stories
   Top story: [headline]"

Schedule Examples

| Frequency | Cron Expression | |-----------|----------------| | 6x daily (every 4h) | 30 2,6,10,14,18,22 * * * | | 3x daily | 0 4,12,20 * * * | | 2x daily (morning + evening) | 0 6,18 * * * | | Daily morning digest | 0 6 * * * |

Timezone

--schedule "30 8,20 * * * @ America/New_York"

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingCLAWHUB

Machine interfaces

Contract & API

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/trust"

Operational fit

Reliability & Benchmarks

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingCLAWHUB

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "CLAWHUB",
      "generatedAt": "2026-04-17T02:57:14.833Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Clawhub",
    "href": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceUrl": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "850 downloads",
    "href": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceUrl": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "latest_release",
    "category": "release",
    "label": "Latest release",
    "value": "1.0.0",
    "href": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceUrl": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-10T12:30:47.557Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-tejasjuthani-ai-news-digest/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "release",
    "title": "Release 1.0.0",
    "description": "AI News Digest initial release: - Curates top AI industry news from trusted sources with deduplication to avoid repeated stories. - Generates a professional, color-coded HTML email digest with clickable links and concise summaries. - Includes category tags (Breaking, Product Launch, Research, Business, Other) for each story. - Sends news digest via Gmail; manages sent headlines in a tracker file for future deduplication. - Provides scripts for viewing, cleaning, or resetting the deduplication tracker.",
    "href": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceUrl": "https://clawhub.ai/tejasjuthani/ai-news-digest",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-10T12:30:47.557Z",
    "isPublic": true
  }
]

Sponsored

Ads related to AI News Digest — HTML Email and adjacent AI workflows.