원클릭으로
logseq-vault-sqlite
Index Logseq markdown into SQLite, query the index quickly, and synchronize markdown updates back into the database.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Index Logseq markdown into SQLite, query the index quickly, and synchronize markdown updates back into the database.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish or update a Copilot CLI plugin in a repository marketplace by wiring marketplace metadata, source paths, README guidance, and install instructions.
Add custom agents, reusable skills, and MCP configuration to a Copilot CLI plugin while keeping the manifest and documentation aligned.
Create a new GitHub Copilot CLI plugin skeleton with a manifest, starter documentation, agent files, skill directories, and optional MCP wiring.
Perform safe, auditable open, close, create, move, and edit operations on KeePass databases via a local Python helper script.
Queue and run delegated repo tasks inside tmux-managed worker sessions using external coding CLIs such as Copilot or OpenCode.
Register repo memory and manage tmux-backed delegated worker sessions for external coding CLIs.
| name | logseq-vault-sqlite |
| description | Index Logseq markdown into SQLite, query the index quickly, and synchronize markdown updates back into the database. |
Use this skill when the user wants to read, search, or refresh a Logseq vault without repeatedly parsing raw markdown. The helper script stores page and block data in SQLite so lookups stay fast even when the vault grows.
LOGSEQ_SQLITE_PATH: absolute or user-relative path to the SQLite database file. This controls where the Logseq index is stored.LOGSEQ_VAULT_ROOT: optional default Logseq vault root when the user does not pass --vault-root.search or show-page for fast retrieval from the SQLite index.sync-file for a single changed markdown page or sync for a broader vault refresh.--prune is involved, explain that stale database rows will be removed and ask for explicit confirmation before proceeding.| Command | Purpose | Notes |
|---|---|---|
sync | Index every markdown page under the vault root | Supports --prune to remove missing pages |
sync-file | Re-index one Logseq markdown file | Updates the page and block rows for that file |
search | Query the SQLite index | Uses FTS-backed search with a fallback LIKE scan |
show-page | Return one page and its indexed blocks | Useful for inspecting the exact stored structure |
When describing a sync, report:
When describing a search or page lookup, report:
LOGSEQ_SQLITE_PATH when it is set.