ワンクリックで
khoj-research-agent
Automated research using Khoj. Searches knowledge base + web, synthesizes reports, morning briefings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated research using Khoj. Searches knowledge base + web, synthesizes reports, morning briefings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose and fix Hermes messaging gateway connectivity issues (Telegram/Discord down, stale locks, PM2 problems)
Backup Hermes agent to GitHub and restore on a new VPS. Covers what to include/exclude, GitHub token requirements, and restore steps. Includes automated scripts.
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
| name | khoj-research-agent |
| description | Automated research using Khoj. Searches knowledge base + web, synthesizes reports, morning briefings. |
| trigger | research,khoj,investigate,briefing |
1. Khoj (local knowledge)
2. Web (internet)
3. Synthesize
4. Save to Obsidian
5. Summary
python3 ~/.hermes/scripts/khoj-research.py "query" --save
{
"name": "Morning Research",
"prompt": "khoj research top 5 items, save to Obsidian",
"schedule": "0 6 * * *"
}
| Endpoint | Method | Purpose |
|---|---|---|
/api/chat | POST | Chat |
/api/search | GET | Semantic search |