super-research-ai-agent
v1.2.2
Published
AI-powered Confluence/Jira research agent — scrapes pages and generates structured reports via Claude
Maintainers
Readme
AI Confluence Reporter
English
A CLI tool for automated analysis of Confluence and Jira pages using Claude AI. It scrapes the page tree, analyzes content, and generates structured reports in .md and .docx formats.
Requirements
- Node.js 18+
- Chrome/Chromium browser with remote debugging enabled
- Anthropic Claude API key
Installation
Globally (recommended):
npm install -g super-research-ai-agentFrom source:
git clone https://github.com/KokniJS/ai-confluence-reporter.git
cd ai-confluence-reporter
npm install
npm install -g .Launching browser with remote debugging
The tool connects to an already running browser via WebSocket. Launch Chrome with the --remote-debugging-port flag:
macOS:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 \
--user-data-dir=/tmp/chrome-debugWindows:
chrome.exe --remote-debugging-port=9222 --user-data-dir=C:\tmp\chrome-debugLinux:
google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debugAfter launching, open http://localhost:9222/json/version and copy the webSocketDebuggerUrl:
ws://127.0.0.1:9222/devtools/browser/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxUsage
research-agentOn first run the agent will ask for:
- Browser WebSocket URL — the address from the step above
- Claude API key — from console.anthropic.com
Credentials are saved to ~/.super-research-agent.json — no need to re-enter on subsequent runs.
How it works
- Agent lists all open browser tabs
- Select the Confluence/Jira tab
- Agent expands the full page tree in the sidebar
- Select sections to analyze (space to check, Enter to confirm)
- Agent reads all selected pages in parallel
- Claude analyzes the content and generates a report
- Report is saved to the
reports/folder as.mdand.docx
Report structure
- Description — project/task overview
- Key details — concrete facts from the pages
- Status and next steps
- Team and access
- List of analyzed pages
- Summary (EN)
Reset saved credentials
rm ~/.super-research-agent.jsonРусский
CLI-инструмент для автоматического анализа страниц Confluence и Jira с помощью Claude AI. Скрапит дерево страниц, анализирует содержимое и генерирует структурированные отчёты в форматах .md и .docx.
Требования
- Node.js 18+
- Браузер Chrome/Chromium с включённым remote debugging
- API-ключ Anthropic Claude
Установка
Глобально (рекомендуется):
npm install -g super-research-ai-agentИз исходников:
git clone https://github.com/KokniJS/ai-confluence-reporter.git
cd ai-confluence-reporter
npm install
npm install -g .Запуск браузера с remote debugging
Инструмент подключается к уже открытому браузеру через WebSocket. Запусти Chrome с флагом --remote-debugging-port:
macOS:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 \
--user-data-dir=/tmp/chrome-debugWindows:
chrome.exe --remote-debugging-port=9222 --user-data-dir=C:\tmp\chrome-debugLinux:
google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debugПосле запуска открой http://localhost:9222/json/version и скопируй webSocketDebuggerUrl:
ws://127.0.0.1:9222/devtools/browser/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxИспользование
research-agentПри первом запуске агент попросит:
- Browser WebSocket URL — адрес из шага выше
- Claude API key — ключ из console.anthropic.com
Учётные данные сохраняются в ~/.super-research-agent.json — при следующих запусках вводить не нужно.
Процесс работы
- Агент показывает список открытых вкладок браузера
- Выбери вкладку с Confluence/Jira
- Агент раскрывает дерево страниц в сайдбаре
- Выбери нужные разделы (пробел — отметить, Enter — подтвердить)
- Агент читает все страницы параллельно
- Claude анализирует данные и генерирует отчёт
- Отчёт сохраняется в папку
reports/в форматах.mdи.docx
Структура отчёта
- Описание — суть проекта/задачи
- Ключевые детали — конкретные факты
- Статус и следующие шаги
- Команда и доступы
- Список проанализированных страниц
- Summary (EN) — краткий перевод на английский
Сброс сохранённых данных
rm ~/.super-research-agent.jsonLicense
ISC
