connecting-to-logseq
Connect Claude and Codex to Logseq
Connecting an AI assistant to Logseq requires choosing and configuring the correct backend. This skill provides focused setup, request, and troubleshooting guidance.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "connecting-to-logseq" from https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq.md and its manifest at https://skillstore.io/api/skills/c0ntr0lledcha0s-connecting-to-logseq/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "connecting-to-logseq". Which backend supports offline batch queries?
Expected outcome:
Use the Logseq CLI with a local graph path. It supports offline queries and exports, but write operations are limited.
Using "connecting-to-logseq". My local API returns an authentication error.
Expected outcome:
Confirm that the API is enabled and the token variable is present. Create a new token if needed, without displaying its value.
Using "connecting-to-logseq". Plan a safe MCP connection.
Expected outcome:
- Enable the local Logseq API and create a dedicated token.
- Build and configure the MCP server only after reviewing its dependencies.
- Require confirmation and backup before every write operation.
Security Audit
High RiskMost alerts are false positives from Markdown backticks, loopback addresses, documented database names, and targeted environment access. Confirmed issues include unpinned package or script execution and a command that prints the API token. Unsafe write defaults and advice to disable host protections create additional high-risk concerns.
Confirmed security concerns (2)
Capability review items (8)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (26)
โ๏ธ External commands (40)
๐ Env variables (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/c0ntr0lledcha0s-connecting-to-logseq/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/c0ntr0lledcha0s-connecting-to-logseq.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
C0ntr0lledCha0s. (2026). connecting-to-logseq security audit report (audit version 9) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq/audits/9BibTeX citation
@techreport{c0ntr0lledcha0s-c0ntr0lledcha0s-connecting-to-logseq-2026,
author = {C0ntr0lledCha0s},
title = {connecting-to-logseq security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq/audits/9},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "connecting-to-logseq security audit report (audit version 9)"
version: "1.0.0"
type: report
authors:
- name: "C0ntr0lledCha0s"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/c0ntr0lledcha0s-connecting-to-logseq/audits/9"
identifiers:
- type: other
value: "skillstore:c0ntr0lledcha0s-connecting-to-logseq:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Connect a personal graph
Set up a local HTTP connection for reading and updating a personal Logseq graph.
Automate graph queries
Choose CLI commands for offline queries, exports, validation, or continuous integration.
Repair an integration
Trace authentication, port, graph path, query, or MCP startup failures.
Try These Prompts
Recommend a Logseq backend for my needs. I need [read or write access], and Logseq is [running or offline].
Guide me through enabling Logseq HTTP access and storing the API token without printing or committing it.
Diagnose this Logseq connection error: [error]. Ask before running commands and do not reveal credentials.
Plan a Logseq automation for [goal] using [CLI, HTTP, or MCP]. Include permissions, backups, confirmations, and failure recovery.
Best Practices
- Keep the API bound to localhost and never expose its port publicly.
- Store tokens in environment variables and test only whether each variable exists.
- Require confirmation and a current backup before modifying graph data.
Avoid
- Do not print API tokens in terminal output or assistant transcripts.
- Do not disable antivirus or run Logseq with elevated privileges for routine troubleshooting.
- Do not execute unpinned packages or unaudited setup scripts automatically.
Frequently Asked Questions
Which backend should I use?
Does Logseq need to be running?
Where should I store the API token?
Can this skill update my graph?
Are the referenced scripts included?
Does the skill support both Logseq graph formats?
Developer Details
Author
C0ntr0lledCha0sLicense
MIT
Author version
v1.0.0
Skillstore revision
r2
Ref
a39a91716eadede5f4cdefd78178fed4e837a128
Maintenance freshness
7/24/2026
Usage
6 downloads ยท 216 views
File structure
๐ assets/
๐ env.example.json
๐ references/
๐ cli-guide.md
๐ http-api-guide.md
๐ troubleshooting.md
๐ SKILL.md