agent-research-radar
SolidРадар фундаментальных публикаций про автономных AI-агентов в блогах AI-лабораторий и продуктовых команд (Anthropic, Claude, OpenAI, Cursor, LangChain, Amp, Cognition). Собирает ленты и HTML-индексы за окно дат, отсеивает продуктовые анонсы и релизы моделей, оставляет глубокие посты про архитектуру агентов: память и контекст, long-running циклы, self-improvement, оркестрация, экономика прогона, эвалы, риски длинных горизонтов. Отдаёт дайджест с сутью каждого поста и тем, что забрать в свою работу; состояния между прогонами нет: одно окно — один и тот же результат. Используй когда пользователь хочет узнать, что нового вышло в блогах про AI-агентов, собрать дайджест за неделю, отследить исследования про агентную память. Триггерится на: "радар", "дайджест", "что нового в блогах", "публикации про агентов", "agent research", "что вышло за неделю", "блог Anthropic", "cursor blog", "langchain blog", "long-running agents", "research digest". НЕ для: корпоративных вики и трекеров; arXiv; доставки сообщений.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- maddness
- Repository
- maddness/agent-research-radar
- Created
- yesterday
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
radar-lab-sweep
Sweep the official AI lab and big-tech AI blogs on EVERY daily run (not rotated) so no open-weight release, infrastructure or safety announcement is missed. Prefer RSS/Atom feeds over HTML pages to survive JavaScript-rendered indexes. Use at the start of every daily scan, before the rotating exploration slot.
agent-reach
Use when the user wants to research a topic, find sources, or search a platform by name - web pages, YouTube, GitHub, RSS/Atom feeds, V2EX, or Exa semantic search. Also when the user shares a URL from one of those platforms and wants it read, summarized, or checked for related content. Routes each request to the right CLI or API (curl plus Jina Reader, yt-dlp, gh, feedparser, mcporter plus Exa, V2EX) so results come back as raw source material, not narrowed by one search engine. Pairs with deep-research: use agent-reach to gather from several platforms, then hand the material over for synthesis. NOT for: writing the final report, analysis, or translation (it only fetches and searches); posting, commenting, or any other write action; Bilibili, which is not supported at all; Twitter/X, Reddit, Facebook, Instagram, LinkedIn, XiaoHongShu, or Xueqiu unless cookies or a login session are already set up - confirm setup first.
agent-update-watcher
Use to keep up with the fast-moving agent ecosystem (new/updated CLIs, plugins, skills) WITHOUT burning tokens on constant checks. Declares the sources to watch in a config, checks them only when a minimum interval has elapsed, and reports ONLY what actually changed vs the recorded version — you then decide whether to adopt.