원클릭으로
khoj-integration
Khoj AI second brain. 34k+ stars. Semantic search, chat with docs, research agents, Obsidian integration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Khoj AI second brain. 34k+ stars. Semantic search, chat with docs, research agents, Obsidian integration.
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-integration |
| description | Khoj AI second brain. 34k+ stars. Semantic search, chat with docs, research agents, Obsidian integration. |
| trigger | khoj,research,brain,knowledge base,semantic search |
https://app.khoj.dev
API: https://app.khoj.dev/api
docker pull ghcr.io/khoj-ai/khoj
docker run -v /path/to/vault:/kb -p 8000:8000 ghcr.io/khoj-ai/khoj
requests.post("https://app.khoj.dev/api/chat",
json={"q": "query", "stream": False})
# Cron: Morning research
khoj_search(query) → save to Obsidian