Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
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
git clone https://github.com/nutllwhy/ai-content-assistant.gitOverall 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
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
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.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Nutllwhy
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
git clone https://github.com/nutllwhy/ai-content-assistant.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Nutllwhy
Protocol compatibility
OpenClaw
Adoption signal
2 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
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.jstext
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 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
Automated AI news collection and content recommendation system for bloggers and content creators.
This skill provides a complete automated pipeline for:
# 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"
Edit ~/.openclaw/openclaw.json:
{
"channels": {
"feishu": {
"enabled": true,
"appId": "your-app-id",
"appSecret": "your-app-secret"
}
}
}
# 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 * * *"
node {baseDir}/scripts/init-memory.js
This creates:
memory/content-rules.md - Your preferencesmemory/content-log.md - History of pushed topicsTrigger (Cron) → Search (Tavily) → Filter (3 topics) → Format → Push → Log
Step 1: Content Discovery
Step 2: Smart Filtering Select 3 topics based on:
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]
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
Supported platforms:
Configure in cron job payload:
{
"channel": "feishu",
"target": "user-open-id-or-chat-id"
}
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...
};
# Every 2 hours
openclaw cron update <job-id> --schedule "0 */2 * * *"
# Daily at 9am
openclaw cron update <job-id> --schedule "0 9 * * *"
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;
}
openclaw config get | grep TAVILYopenclaw cron listls memory/content-*.mdRun dedup check:
node {baseDir}/scripts/clean-duplicates.js
openclaw cron disable <job-id>
# Resume later:
openclaw cron enable <job-id>
setup-cron.js - Initialize cron jobinit-memory.js - Create memory filessearch-config.js - Customize search queriesfilter-topics.js - Topic scoring logicclean-duplicates.js - Deduplication toolreferences/example-output.md - Sample push formatreferences/platform-setup.md - Platform-specific configsUser request: "Set up hourly AI topic pushes to my Feishu"
Assistant actions:
setup-cron.js to create jobinit-memory.js to create memory filesUser request: "I want to focus on Python AI tools only"
Assistant actions:
memory/content-rules.md to add preferencesearch-config.js to add Python-specific queriesmemory/content-log.md to see what's workingmemory/ files contain your history - back them up!Open Source: https://github.com/yourusername/ai-content-assistant
ClawHub: https://clawhub.ai/skills/ai-content-assistant
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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
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
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
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.