Claim this agent
Agent DossierGITHUB OPENCLEWSafety 94/100

Xpersona Agent

ai-content-assistant

Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelines for social media/ blogs/ video scripts. Especially useful for AI bloggers, tech content creators, and newsletter writers who need consistent, high-quality content ideas delivered automatically. --- name: ai-content-assistant description: Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelin

OpenClaw · self-declared
2 GitHub starsTrust evidence available
git clone https://github.com/nutllwhy/ai-content-assistant.git

Overall rank

#32

Adoption

2 GitHub stars

Trust

Unknown

Freshness

Apr 14, 2026

Freshness

Last checked Apr 14, 2026

Best For

ai-content-assistant is best for be workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, 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

Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelines for social media/ blogs/ video scripts. Especially useful for AI bloggers, tech content creators, and newsletter writers who need consistent, high-quality content ideas delivered automatically. --- name: ai-content-assistant description: Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelin Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.

No verified compatibility signals2 GitHub stars

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Nutllwhy

Artifacts

0

Benchmarks

0

Last release

Unpublished

Install & run

Setup Snapshot

git clone https://github.com/nutllwhy/ai-content-assistant.git
  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

Public facts

Evidence Ledger

Vendor (1)

Vendor

Nutllwhy

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Adoption (1)

Adoption signal

2 GitHub stars

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Artifacts & Docs

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

Self-declaredGITHUB OPENCLEW

Captured outputs

Artifacts Archive

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

# Required: Tavily API for AI search
openclaw configure --section env --key TAVILY_API_KEY --value "your-tavily-key"

# Optional: Gemini API for content generation
openclaw configure --section env --key GEMINI_API_KEY --value "your-gemini-key"

json

{
  "channels": {
    "feishu": {
      "enabled": true,
      "appId": "your-app-id",
      "appSecret": "your-app-secret"
    }
  }
}

bash

# Run the setup script
node {baseDir}/scripts/setup-cron.js

# Or manually add:
openclaw cron add --name "AI Content Push" --schedule "0 0,8-23 * * *"

bash

node {baseDir}/scripts/init-memory.js

text

Trigger (Cron) → Search (Tavily) → Filter (3 topics) → Format → Push → Log

text

## 🎬 AI Tutorial Topics | [Date] [Time]

### 1️⃣ [Topic Title]
**Format**: Article/Video/Both
**Key Points**:
- Point 1
- Point 2
- Point 3
**Angle**: [Recommended approach]
(Source: [URL])

### 2️⃣ ...
### 3️⃣ ...

---
💡 **Priority**: [Which to do first]

Editorial read

Docs & README

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelines for social media/ blogs/ video scripts. Especially useful for AI bloggers, tech content creators, and newsletter writers who need consistent, high-quality content ideas delivered automatically. --- name: ai-content-assistant description: Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelin

Full README

name: ai-content-assistant description: Automate AI news collection and content recommendations for bloggers and creators. Use when the user needs to (1) Set up automated hourly AI news/topic pushes to messaging platforms (Feishu/WeChat/Discord), (2) Configure content curation workflows for tutorial creation, (3) Manage topic selection and deduplication for content creation, or (4) Build automated content pipelines for social media/ blogs/ video scripts. Especially useful for AI bloggers, tech content creators, and newsletter writers who need consistent, high-quality content ideas delivered automatically.

AI Content Assistant

Automated AI news collection and content recommendation system for bloggers and content creators.

Overview

This skill provides a complete automated pipeline for:

  • Hourly content discovery - Automatically search and filter AI news/topics
  • Smart curation - Select 3 best topics for tutorials/articles/videos
  • Multi-platform push - Send recommendations to Feishu, WeChat, Discord, etc.
  • Deduplication - Never recommend the same topic twice
  • Memory system - Remember user preferences and content direction

Quick Start

1. Configure API Keys

# Required: Tavily API for AI search
openclaw configure --section env --key TAVILY_API_KEY --value "your-tavily-key"

# Optional: Gemini API for content generation
openclaw configure --section env --key GEMINI_API_KEY --value "your-gemini-key"

2. Configure Target Platform

Edit ~/.openclaw/openclaw.json:

{
  "channels": {
    "feishu": {
      "enabled": true,
      "appId": "your-app-id",
      "appSecret": "your-app-secret"
    }
  }
}

3. Set Up Cron Job

# Run the setup script
node {baseDir}/scripts/setup-cron.js

# Or manually add:
openclaw cron add --name "AI Content Push" --schedule "0 0,8-23 * * *"

4. Initialize Memory System

node {baseDir}/scripts/init-memory.js

This creates:

  • memory/content-rules.md - Your preferences
  • memory/content-log.md - History of pushed topics

Core Workflow

Hourly Automation Flow

Trigger (Cron) → Search (Tavily) → Filter (3 topics) → Format → Push → Log

Step 1: Content Discovery

  • Search "Product Hunt AI today" for new products
  • Search "AI tutorial tips" for trending topics
  • Search "GitHub trending AI" for open source projects

Step 2: Smart Filtering Select 3 topics based on:

  1. Timeliness - Within 24-48 hours = higher priority
  2. Tutorial value - Can be turned into actionable content
  3. Audience fit - Matches creator's niche
  4. Uniqueness - Not in history log

Step 3: Format & Push

Format:

## 🎬 AI Tutorial Topics | [Date] [Time]

### 1️⃣ [Topic Title]
**Format**: Article/Video/Both
**Key Points**:
- Point 1
- Point 2
- Point 3
**Angle**: [Recommended approach]
(Source: [URL])

### 2️⃣ ...
### 3️⃣ ...

---
💡 **Priority**: [Which to do first]

Configuration

Content Preferences (memory/content-rules.md)

Edit this file to customize:

user_profile:
  role: AI Blogger
  platforms: [WeChat, Bilibili, X]
  content_types: [Tutorial, News Analysis, Tool Review]
  
preferences:
  topics:
    - AI Tools & Products
    - LLM Updates (OpenAI, Claude, Gemini)
    - Open Source Projects
    - Coding Tutorials
  
  sources:
    primary:
      - Product Hunt
      - The Verge AI
      - Twitter/X
    secondary:
      - 机器之心
      - GitHub Trending
  
schedule:
  frequency: hourly
  skip_hours: [1, 2, 3, 4, 5, 6, 7]  # Skip 1am-7am
  timezone: Asia/Shanghai

Push Targets

Supported platforms:

  • Feishu (飞书) - DM or Group
  • WeChat (微信) - Personal or Group
  • Discord - Channel or DM
  • Telegram - Channel or Group

Configure in cron job payload:

{
  "channel": "feishu",
  "target": "user-open-id-or-chat-id"
}

Customization

Adjust Search Queries

Edit {baseDir}/scripts/search-config.js:

const SEARCH_QUERIES = {
  newProducts: [
    "Product Hunt AI today",
    "AI tools launch 2025",
    "new AI product announcement"
  ],
  tutorials: [
    "AI tutorial tips tricks",
    "Claude ChatGPT how to",
    "AI workflow automation"
  ],
  // Add your own...
};

Change Push Frequency

# Every 2 hours
openclaw cron update <job-id> --schedule "0 */2 * * *"

# Daily at 9am
openclaw cron update <job-id> --schedule "0 9 * * *"

Custom Topic Selection Logic

Edit {baseDir}/scripts/filter-topics.js to add custom scoring:

function scoreTopic(topic) {
  let score = 0;
  if (topic.isNew) score += 10;
  if (topic.hasCodeExamples) score += 5;
  if (topic.matchesUserNiche) score += 8;
  return score;
}

Troubleshooting

No content being pushed

  1. Check API keys: openclaw config get | grep TAVILY
  2. Check cron status: openclaw cron list
  3. Check memory files exist: ls memory/content-*.md

Duplicate topics

Run dedup check:

node {baseDir}/scripts/clean-duplicates.js

Want to pause

openclaw cron disable <job-id>
# Resume later:
openclaw cron enable <job-id>

Resources

Scripts

  • setup-cron.js - Initialize cron job
  • init-memory.js - Create memory files
  • search-config.js - Customize search queries
  • filter-topics.js - Topic scoring logic
  • clean-duplicates.js - Deduplication tool

References

  • references/example-output.md - Sample push format
  • references/platform-setup.md - Platform-specific configs

Example Usage

User request: "Set up hourly AI topic pushes to my Feishu"

Assistant actions:

  1. Check if Tavily API key configured
  2. Run setup-cron.js to create job
  3. Run init-memory.js to create memory files
  4. Test push with sample content
  5. Show user how to customize preferences

User request: "I want to focus on Python AI tools only"

Assistant actions:

  1. Edit memory/content-rules.md to add preference
  2. Update search-config.js to add Python-specific queries
  3. Show examples of Python tool topics

Tips

  • Start with defaults: Run 1-2 days with default config, then adjust
  • Review weekly: Check memory/content-log.md to see what's working
  • Refine preferences: Update rules based on which topics you actually use
  • Monitor costs: Tavily free tier = 1000 searches/month, usually enough
  • Backup memory: memory/ files contain your history - back them up!

Open Source: https://github.com/yourusername/ai-content-assistant
ClawHub: https://clawhub.ai/skills/ai-content-assistant

API & Reliability

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

MissingGITHUB OPENCLEW

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/nutllwhy-ai-content-assistant/snapshot"
curl -s "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/contract"
curl -s "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/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.

MissingGITHUB OPENCLEW

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/nutllwhy-ai-content-assistant/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T05:52:17.419Z"
    }
  },
  "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"
    },
    {
      "key": "be",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:be|supported|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Nutllwhy",
    "href": "https://github.com/nutllwhy/ai-content-assistant",
    "sourceUrl": "https://github.com/nutllwhy/ai-content-assistant",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "2 GitHub stars",
    "href": "https://github.com/nutllwhy/ai-content-assistant",
    "sourceUrl": "https://github.com/nutllwhy/ai-content-assistant",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/nutllwhy-ai-content-assistant/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to ai-content-assistant and adjacent AI workflows.