VoidLight00

Openclaw AI News Agent — AI skill for Claude Code

AI community

OpenClaw AI News Collection Sub-Agent - X/Twitter and RSS to Obsidian.

How to install Openclaw AI News Agent

This entry records only its repository, not the path inside it, so there is no exact command to give. Open VoidLight00/openclaw-ai-news-agent and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Openclaw AI News Agent does

OpenClaw AI News Collection Sub-Agent - X/Twitter and RSS to Obsidian.

Alternatives in AI

  • Claude Code Subagents Collection — A comprehensive collection of specialized AI subagents for Claude Code, designed to enhance development workfl 2.6k ★
  • Opennews MCP — News Aggregation · AI Ratings · Trading Signals · Real-time Updates 2.1k ★
  • Claudekit AI ML Tools — AI and machine learning tools collection 1.9k ★

README

AI News Collection Agent for OpenClaw

Version 2.0 with Twikit (Twitter scraping without API key)

설치

# Python 의존성 설치
pip install twikit aiohttp

# 스크립트 실행 권한
chmod +x ai-news-collector.py

사용법

# 뉴스 수집 (Twitter + RSS)
python3 ai-news-# 상태 확인
python3 ai-newscollector.py collect

-collector.py status

# Seen URL 초기화
python3 ai-news-collector.py reset

Twitter 설정 (선택)

Twitter 수집을 높이려면:

# 로그인하면 더 많은 트윗 조회 가능
from twikit import Client
import asyncio

async def login():
    client = Client('en-US')
    await client.login(
        auth_info_1='your_username',
        auth_info_2='your_email@example.com',
        password='your_password',
        cookies_file='logs/cookies.json'
    )

asyncio.run(login())

설정

`config/sources.json`에서 소스 편집:

{
  "twitter": ["sama", "elonmusk", ...],
  "rss": [...]
}

Cron으로 자동 실행

# 매시간 수집
0 * * * * cd /path/to/ai-news-agent && python3 ai-news-collector.py collect >> logs/cron.log 2>&1

출력

Obsidian에 저장: `900-아카이브/960-AI뉴스브리핑/2026/YYYY-MM-DD.md`