reading-logseq-data
Read Logseq Graph Data
Logseq users often need reliable access to pages, blocks, properties, and relationships without hand-writing every query. This skill gives Claude, Codex, and Claude Code structured helpers for reading local Logseq graph data.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "reading-logseq-data" from https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data.md and its manifest at https://skillstore.io/api/skills/c0ntr0lledcha0s-reading-logseq-data/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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 "reading-logseq-data". Get the Logseq page "Project Alpha".
Expected outcome:
A concise page summary with properties, top-level blocks, and any missing page notice.
Using "reading-logseq-data". Find backlinks to "Hiring Plan".
Expected outcome:
- Referencing page names
- Matched block excerpts
- Counts grouped by page
Using "reading-logseq-data". List books rated at least 4 stars.
Expected outcome:
A table-style summary of matching book titles, authors, and ratings when those properties exist.
Security Audit
Medium RiskStatic command, network, environment, and reconnaissance matches were mostly false positives from documented local Logseq API and CLI access. Two semantic risks remain: bearer tokens can be sent to a configurable API URL, and CLI search fallback builds Datalog with unescaped search text.
Confirmed security concerns (2)
Risk Factors
โ๏ธ External commands (41)
๐ Network access (10)
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-reading-logseq-data/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/c0ntr0lledcha0s-reading-logseq-data/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/c0ntr0lledcha0s-reading-logseq-data.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). reading-logseq-data security audit report (audit version 11) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data/audits/11BibTeX citation
@techreport{c0ntr0lledcha0s-c0ntr0lledcha0s-reading-logseq-data-2026,
author = {C0ntr0lledCha0s},
title = {reading-logseq-data security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data/audits/11},
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: "reading-logseq-data security audit report (audit version 11)"
version: "1.0.0"
type: report
authors:
- name: "C0ntr0lledCha0s"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/c0ntr0lledcha0s-reading-logseq-data/audits/11"
identifiers:
- type: other
value: "skillstore:c0ntr0lledcha0s-reading-logseq-data:audit:11"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Inspect research notes
Find pages, backlinks, and related blocks before summarizing a research topic.
Build graph reports
Run Datalog queries to list tasks, tagged items, ratings, or other structured Logseq data.
Support local automation
Use Claude Code to retrieve Logseq data through a reusable Python client in scripts.
Try These Prompts
Use the Logseq reading skill to get the page named "Project Alpha" and summarize its blocks.
Use Logseq to find backlinks to "Quarterly Planning" and group the results by source page.
Run a Logseq Datalog query that finds all blocks tagged "Book" with a rating of 4 or higher.
Read my Logseq graph and list tasks with status "In Progress", including deadlines and parent pages when available.
Best Practices
- Keep the Logseq API bound to localhost unless remote access is required.
- Use parameterized Datalog queries for user-supplied values.
- Request only the fields needed to keep graph reads fast and private.
Avoid
- Do not paste sensitive graph exports into prompts when local API access is enough.
- Do not use broad pull-all queries for large graphs without a limit.
- Do not configure API tokens for remote URLs you do not control.
Frequently Asked Questions
Does this skill modify my Logseq graph?
What connection methods are supported?
Do I need an API token?
Can it run custom Datalog queries?
Is this useful for Markdown file graphs?
Can Claude Code use the included Python client?
Developer Details
Author
C0ntr0lledCha0sLicense
MIT
Author version
v1.0.0
Skillstore revision
r1
Ref
7db9b9f06e0ab79c575b58bc48c4d8dc9849f424
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 213 views
File structure
๐ references/
๐ read-operations.md
๐ scripts/
๐ logseq-client.py
๐ templates/
๐ query-template.edn
๐ SKILL.md