
Tech Radar
- Updated July 23, 2026
- sergesha/claude-tech-radar
tech-radar is a Claude Code skill in the AI & Agent Building category. Monitor tech news via SearXNG, store summaries with semantic search in Redis, generate HTML dashboards.
Key points
- tech-radar
- AI & Agent Building
- AI-coding skill
Tech Radar by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add sergesha/claude-tech-radar/plugin install tech-radar@tech-radarAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 23, 2026 |
|---|---|
| Repository | sergesha/claude-tech-radar ↗ |
What it does
Monitor tech news via SearXNG, store summaries with semantic search in Redis, generate HTML dashboards.
README.md
Tech Radar Plugin
Claude Code plugin for monitoring tech news across the web.
Skills
- configure-topic — interactively create topic configurations with probe searches
- collect-news — collect news, generate summaries, build HTML dashboard
Requirements
- Docker (for SearXNG + Dragonfly cache)
docker-compose.yamlin project root- redis-memory-mcp (installed separately or via start.sh)
Local Use
cd tech-radar
claude
Plugin auto-loads via .claude/settings.json with autoload: true.
Slash commands: /tech-radar:configure-topic, /tech-radar:collect-news.
Remote Install
Add marketplace to Claude Code settings:
{
"extraKnownMarketplaces": {
"tech-radar": {
"source": {
"source": "git",
"url": "https://github.com/adapt-toolkit/tech-radar.git"
}
}
}
}
Then install via /install tech-radar.
Related skills
AI & Agent Buildingagents