Agent skill
info-radar
Monitor arXiv, GitHub, Hacker News, and tech news for topics the owner cares about. Surface discoveries via morning briefing or voice.
Install this agent skill to your Project
npx add-skill https://github.com/sonichi/sutando/tree/main/skills/info-radar
SKILL.md
Information Radar
Monitor external sources for topics the owner cares about. Surface notable findings.
Usage: /info-radar [topic]
ARGUMENTS: $ARGUMENTS
Topics to Monitor
Maintain a watch list in data/radar-topics.json:
{
"topics": [
{"name": "agentic AI", "keywords": ["agentic", "AI agent", "autonomous agent", "tool use"]},
{"name": "personal AI", "keywords": ["personal AI", "personal assistant", "AI companion"]},
{"name": "voice AI", "keywords": ["voice agent", "realtime voice", "speech-to-speech", "Gemini Live"]},
{"name": "multi-agent", "keywords": ["multi-agent", "agent coordination", "AutoGen", "AG2", "CrewAI"]},
{"name": "OpenClaw", "keywords": ["OpenClaw", "NemoClaw", "open agent skills"]},
{"name": "Claude Code", "keywords": ["Claude Code", "claude-code", "Anthropic CLI"]},
{"name": "computer use", "keywords": ["computer use", "desktop agent", "screen control", "GUI agent"]}
],
"last_scan": null
}
The owner can add topics via voice: "add X to the radar" → update the JSON.
Sources
1. arXiv (daily)
Search for papers matching topic keywords:
WebSearch "site:arxiv.org [keywords] [this week]"
Look for: new papers, high-citation preprints, notable authors in the field.
2. GitHub Trending (daily)
WebFetch "https://github.com/trending?since=daily" "List trending repos related to AI agents, voice AI, or personal AI"
Look for: new repos >100 stars, repos from known orgs (Anthropic, Google, OpenAI, Microsoft).
3. Hacker News (daily)
WebSearch "site:news.ycombinator.com [keywords] [this week]"
Look for: front-page posts about monitored topics, Show HN posts from competitors.
4. Tech News (daily)
General web search for recent news on monitored topics.
Output
Generate a radar digest:
Information Radar — [date]
New papers:
- [Title] (arXiv:XXXX) — [1-line summary]. Relevant to: [topic]
Trending repos:
- [repo] ([stars]) — [description]. Relevant to: [topic]
Notable news:
- [headline] — [1-line summary]. Relevant to: [topic]
Nothing new: [topics with no hits]
Delivery
- Write to
notes/radar-{date}.mdfor reference - Include highlights in morning briefing (step 6)
- If something urgent (competitor launch, major paper), notify immediately via
results/radar-alert-{ts}.txt
Scheduling
Run daily as part of the proactive loop or morning briefing. If ARGUMENTS specifies a topic, do an immediate deep scan on that topic only.
Integration
- Morning briefing includes radar highlights
- Dynamic region can show radar alerts
- Owner can ask "what's new in [topic]" → triggers immediate scan
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
x-twitter
Post tweets, search, read mentions, and check engagement on X (Twitter) via API v2.
schedule-crons
claude-codex
Use the local Codex CLI from Claude Code with the user's existing Codex login or API key. Use for Codex reviews, second-opinion analysis, implementation delegation, or non-interactive Codex runs in the current workspace.
phone-conversation
Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.
screen-record
quota-tracker
Track Claude Code quota usage via Anthropic API rate limit headers. Shows 5h and 7d utilization, reset times, and quota status. Works with both subscription and API key auth.
Didn't find tool you were looking for?