Daily automated tracking of NanoClaw ecosystem and AI agent developments.
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
- 📅 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
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
- Node.js 18+
- pnpm
- GitHub account (for Actions)
# 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 startANTHROPIC_API_KEY- Claude API for analysisGITHUB_TOKEN- GitHub API accessTELEGRAM_BOT_TOKEN- (Optional) For Telegram notificationsTELEGRAM_CHAT_ID- (Optional) Target chat for notifications
- Main repository updates
- New releases and changelogs
- Issue activity and PR merges
- Community skills contributions
- WhatsApp bot libraries
- Telegram bot frameworks
- Discord integration tools
- Multi-platform agent solutions
- Claude Agent SDK updates
- Official examples and docs
- Community projects using Claude
- MCP server ecosystem
- LangChain developments
- AutoGPT updates
- AgentGPT progress
- Custom agent frameworks
- GitHub trending (AI category)
- High-growth repositories
- Viral agent demos
- Research papers implementations
- Hacker News AI submissions
- Reddit r/ClaudeAI, r/LocalLLaMA
- Twitter #AIAgents discussions
- Discord community highlights
# 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 🔭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-practitionersContributions are welcome! Please:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see LICENSE file for details
- Inspired by agents-radar
- Powered by Claude
- Built for the NanoClaw community
- GitHub Issues: Report bugs or suggest features
- Telegram: @NanoClawRadar
- Email: radar@nanoclaw.dev
Note: This is a community project, not officially affiliated with Anthropic or NanoClaw maintainers.