jadlis-research
v2.7.0Четырнадцать каналов (web×3, reddit, twitter, hackernews, substack, yandex, youtube, telegram, языковые слои ja/zh/ko/eu) через workflow, ключевые утверждения проверяются перекрёстно, непроверенные помечены. Требует плагин jadlis-search (ключи Brave и Firecrawl). Настройки источников — `/jadlis-research:research-settings`: доступ к источникам одной таблицей, Grok или любой канал можно выключить насовсем.
By Be Cyborg0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install jadlis-research for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jadlis-research@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/beCyborg/jadlis-researchClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/research/SKILL.md└── skills/research-settings/SKILL.md
Included Skills2
Full topic research: web (Brave, Codex, Grok) + communities (Reddit, X, HN, Substack, YouTube, Telegram) via workflow, per-claim verification → vault note. Triggers: full research, deep research, what do people think. RU triggers: полный ресерч, глубокий ресерч, все источники, в соцсетях, что говорят люди. Do NOT use for: web search → /search; papers → /search-paper; docs → Context7; settings → /jadlis-research:research-settings.
Source settings for /research: one table of providers, channels and layers — setting (auto/off), access, where to get it; switch Grok or any channel off for good. Triggers: research settings, research sources, disable grok, turn off a channel, which sources are available. RU triggers: настройки ресерча, настройки источников, источники ресерча, отключи grok, выключи канал, какие источники доступны. Do NOT use for: adding keys → /jadlis-search:keys; running research → /research.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "jadlis-research",
"version": "2.7.0",
"displayName": "Jadlis — полный ресерч темы",
"description": "Четырнадцать каналов (web×3, reddit, twitter, hackernews, substack, yandex, youtube, telegram, языковые слои ja/zh/ko/eu) через workflow, ключевые утверждения проверяются перекрёстно, непроверенные помечены. Требует плагин jadlis-search (ключи Brave и Firecrawl). Настройки источников — `/jadlis-research:research-settings`: доступ к источникам одной таблицей, Grok или любой канал можно выключить насовсем.",
"author": {
"name": "Be Cyborg"
},
"homepage": "https://github.com/beCyborg/jadlis-research",
"repository": "https://github.com/beCyborg/jadlis-research",
"keywords": [
"jadlis",
"research",
"verification",
"communities",
"workflow"
],
"dependencies": [
{
"name": "jadlis-search",
"version": "^2"
}
],
"userConfig": {
"VAULT_PATH": {
"type": "directory",
"title": "Папка vault",
"description": "Корень Obsidian-vault системы Jadlis. Туда лягут отчёты (Знания/Ресерчи/) и вердикты (AI/verif/).",
"default": "~/Jadlis",
"required": false
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jadlis-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jadlis-research)