Logseq Copilot
Description
A Logseq plugin that integrates with OpenAI-compatible LLMs
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Logseq Copilot Plugin
A Logseq plugin that integrates with OpenAI-compatible LLM APIs to provide AI assistance directly in your notes.
Features
- 🔌 Works with OpenAI-compatible APIs (LM Studio, Ollama, Google Gemini, x.ai Grok, and more)
- 🎯 Custom system prompts for specialized tasks
- ⚡️ Quick access with keyboard shortcuts
- 🎛️ Adjustable temperature and response length
- ⌨️ Customizable hotkeys
- 🔗 Page Content Fetching: If a block contains only a page link (e.g.,
[[page name]]), the plugin will fetch the content of the linked page and use it as the context for the LLM. This allows you to use the plugin with page content as if it were block content. By default our plugin only works with current block. This is useful when you want to apply prompts to multiple blocks at the same time, you can use the "Block to Page" plugin to turn multiple blocks into page and then apply logseq-copilot system prompts.
Installation
- Download the plugin
- Enable it in Logseq Settings > Plugins
- Configure your API settings
- Verify your API connection
Configuration
API Settings
**API Endpoint**: Your OpenAI-compatible API endpoint
- OpenAI: https://api.openai.com/v1 (Get API Key)
- Azure OpenAI: https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME (Get API Key)
- Google Gemini: https://generativelanguage.googleapis.com/v1beta/openai (Get API Key)
- x.ai Grok: https://api.x.ai/v1 (Get API Key)
- Anthropic Claude: https://api.anthropic.com/v1 (Get API Key)
- LM Studio (local): http://localhost:1234/v1 (Download)
- Ollama (local): http://localhost:11434/v1 (Download)
**API Key**: Your API key
- Requ
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11