Total Skills
2
Skills published by dmitrykrivaltsevich with real stars/downloads and source-aware metadata.
Total Skills
2
Total Stars
2
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
deep-research
1
duckduckgo
1
Orchestrates multi-phase autonomous research across all available skills. Discovers skill capabilities, manages persistent research state (questions, sources, facts, coverage), and guides the LLM through scope → sweep → deep-read → cross-reference → synthesise phases. Use when the user asks for deep research, comprehensive analysis, multi-source investigation, literature review, or any task requiring iterative search-read-analyse cycles across multiple data sources.
Searches the internet via DuckDuckGo and downloads web pages. Scripts output JSON to stdout so the LLM does the ranking, dedup, clustering, and presentation. Use when the user asks to search the web, find images, look up news, wants a news digest, wants to download/archive a URL, wants to reopen a saved page by heading/chunk/lines, wants to detect trending topics, verify claims across sources, monitor topics for new articles, or search across languages/regions. Scripts — search.py, top_news.py, download.py, page_query.py, vision.py, trending.py, fact_check.py, monitor.py, translate_search.py.