Skip to content

happydog-intj/NanoClawRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NanoClaw Radar ๐Ÿ”ญ

Daily automated tracking of NanoClaw ecosystem and AI agent developments.

Daily Digest License: MIT

๐ŸŽฏ What is NanoClaw Radar?

NanoClaw Radar is an automated daily digest system that tracks:

  • ๐Ÿค– NanoClaw Ecosystem - Updates, skills, community contributions
  • ๐Ÿ’ฌ Messaging Platforms - WhatsApp, Telegram, Discord bot developments
  • ๐Ÿง  Claude Agent SDK - New features, examples, integrations
  • ๐Ÿ”Œ MCP Ecosystem - New MCP servers, tools, and integrations
  • ๐ŸŒŸ Trending AI Agents - Popular agent frameworks and projects
  • ๐Ÿ“ฐ Community News - Hacker News, Reddit, Twitter discussions

โœจ Features

  • ๐Ÿ“… Daily Automated Reports - Runs at 08:00 UTC via GitHub Actions
  • ๐ŸŒ Bilingual Support - Chinese and English digests
  • ๐Ÿ”— Multi-Source Tracking - GitHub, Hacker News, Reddit, official blogs
  • ๐Ÿ“Š Trend Analysis - Stars growth, community activity, sentiment
  • ๐Ÿ”” Multiple Outputs - GitHub Issues, Markdown files, RSS feed, Telegram
  • ๐Ÿค– AI-Powered - Uses Claude to summarize and analyze

๐Ÿ“‚ Structure

nanoclaw-radar/
โ”œโ”€โ”€ .github/
โ”‚   โ””โ”€โ”€ workflows/
โ”‚       โ””โ”€โ”€ daily-digest.yml    # GitHub Actions workflow
โ”œโ”€โ”€ digests/
โ”‚   โ”œโ”€โ”€ 2026-03/                # Monthly archives
โ”‚   โ”‚   โ”œโ”€โ”€ 2026-03-08-en.md
โ”‚   โ”‚   โ””โ”€โ”€ 2026-03-08-zh.md
โ”‚   โ””โ”€โ”€ latest.md               # Latest digest
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ collectors/             # Data collection modules
โ”‚   โ”‚   โ”œโ”€โ”€ github.ts
โ”‚   โ”‚   โ”œโ”€โ”€ hackernews.ts
โ”‚   โ”‚   โ”œโ”€โ”€ reddit.ts
โ”‚   โ”‚   โ””โ”€โ”€ blogs.ts
โ”‚   โ”œโ”€โ”€ analyzers/              # Analysis modules
โ”‚   โ”‚   โ”œโ”€โ”€ trends.ts
โ”‚   โ”‚   โ””โ”€โ”€ sentiment.ts
โ”‚   โ”œโ”€โ”€ generators/             # Report generation
โ”‚   โ”‚   โ”œโ”€โ”€ markdown.ts
โ”‚   โ”‚   โ””โ”€โ”€ issue.ts
โ”‚   โ”œโ”€โ”€ notifiers/              # Notification modules
โ”‚   โ”‚   โ”œโ”€โ”€ telegram.ts
โ”‚   โ”‚   โ””โ”€โ”€ rss.ts
โ”‚   โ””โ”€โ”€ index.ts                # Main entry point
โ”œโ”€โ”€ config/
โ”‚   โ”œโ”€โ”€ sources.yml             # Data sources configuration
โ”‚   โ””โ”€โ”€ topics.yml              # Tracking topics
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ tsconfig.json
โ””โ”€โ”€ README.md

๐Ÿš€ Quick Start

Prerequisites

  • Node.js 18+
  • pnpm
  • GitHub account (for Actions)

Installation

# Clone the repository
git clone https://github.com/happydog-intj/nanoclaw-radar.git
cd nanoclaw-radar

# Install dependencies
pnpm install

# Set up environment variables
cp .env.example .env
# Edit .env with your API keys

# Run locally
pnpm start

Required API Keys

  • ANTHROPIC_API_KEY - Claude API for analysis
  • GITHUB_TOKEN - GitHub API access
  • TELEGRAM_BOT_TOKEN - (Optional) For Telegram notifications
  • TELEGRAM_CHAT_ID - (Optional) Target chat for notifications

๐Ÿ“Š Tracking Categories

1. NanoClaw Core

  • Main repository updates
  • New releases and changelogs
  • Issue activity and PR merges
  • Community skills contributions

2. Messaging Platforms

  • WhatsApp bot libraries
  • Telegram bot frameworks
  • Discord integration tools
  • Multi-platform agent solutions

3. Claude Ecosystem

  • Claude Agent SDK updates
  • Official examples and docs
  • Community projects using Claude
  • MCP server ecosystem

4. AI Agent Frameworks

  • LangChain developments
  • AutoGPT updates
  • AgentGPT progress
  • Custom agent frameworks

5. Trending Projects

  • GitHub trending (AI category)
  • High-growth repositories
  • Viral agent demos
  • Research papers implementations

6. Community Discussions

  • Hacker News AI submissions
  • Reddit r/ClaudeAI, r/LocalLLaMA
  • Twitter #AIAgents discussions
  • Discord community highlights

๐Ÿ“– Example Digest

# NanoClaw Radar - 2026-03-08

## ๐ŸŒŸ Highlights
- NanoClaw gains Google Workspace integration skill
- New MCP server for Gmail/Drive/Calendar access
- Claude Agent SDK 1.5.0 released with Teams support

## ๐Ÿค– NanoClaw Ecosystem
### New Skills
- **add-google-workspace** - Official Google Workspace CLI integration
  - โญ Supports Gmail, Drive, Calendar, Docs, Sheets
  - ๐Ÿ” Enterprise-grade security
  - ๐Ÿ“Š 4,900 GitHub stars in 3 days

### Community Activity
- 15 new issues opened
- 8 PRs merged
- 3 new contributors

## ๐Ÿ’ฌ Messaging Platforms
### WhatsApp
- **baileys** v6.7.0 - Multi-device support improvements
- New voice transcription libraries

### Telegram
- **grammY** v1.21.0 - Better group management
- Bot API 7.3 support

## ๐Ÿ”Œ MCP Ecosystem
### New Servers
- **gws-mcp** - Google Workspace MCP server (official)
- **notion-mcp** - Notion integration
- **slack-mcp** - Slack workspace access

## ๐Ÿ“ˆ Trending
1. **google/workspace-cli** - 4,900โญ (+4,500 this week)
2. **anthropics/claude-agent-sdk** - 2,100โญ (+300)
3. **nanoclaw/nanoclaw** - 450โญ (+50)

## ๐Ÿ’ฌ Community Buzz
### Hacker News
- "Google releases official Workspace CLI" - 427 points
- "Building AI agents with Claude" - 156 points

### Reddit Highlights
- r/ClaudeAI: "NanoClaw vs AutoGPT comparison"
- r/LocalLLaMA: "Self-hosted agent frameworks"

---
Generated by NanoClaw Radar ๐Ÿ”ญ

๐Ÿ”ง Configuration

sources.yml

github:
  repositories:
    # Core projects
    - qwibitai/nanoclaw
    - anthropics/claude-agent-sdk
    - googleworkspace/cli

    # Messaging platforms
    - WhiskeySockets/Baileys
    - grammyjs/grammY
    - discord/discord.js

    # AI frameworks
    - langchain-ai/langchain
    - Significant-Gravitas/AutoGPT

  topics:
    - ai-agents
    - mcp-servers
    - claude-code
    - whatsapp-bot
    - telegram-bot

hackernews:
  keywords:
    - Claude
    - AI agents
    - MCP
    - agent framework

reddit:
  subreddits:
    - ClaudeAI
    - LocalLLaMA
    - OpenAI
    - artificial

blogs:
  - https://www.anthropic.com/news
  - https://cloud.google.com/blog/topics/developers-practitioners

๐Ÿค Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“œ License

MIT License - see LICENSE file for details

๐Ÿ™ Acknowledgments

๐Ÿ“ฎ Contact


Note: This is a community project, not officially affiliated with Anthropic or NanoClaw maintainers.

About

Daily automated tracking of NanoClaw ecosystem and AI agent developments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors