reading-logseq-data

Extract pages, blocks, properties, and Datalog queries from Logseq graphs.

3|2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill reading-logseq-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-logseq-data
Source: https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations/tree/main/logseq-expert/skills/reading-logseq-data
Command: npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill reading-logseq-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Expert in reading data from Logseq graphs, including pages, blocks, properties, and Datalog queries.

Core Features & Use Cases

  • Read operations for pages, blocks, and properties
  • Datalog queries and graph exploration
  • Backlinks and content search
  • Client library usage and CLI fallback

Quick Start

Fetch a page by title using the HTTP API client and inspect properties.

Frequently Asked Questions about reading-logseq-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract pages and blocks from a Logseq graph?

This Skill reads pages, blocks, and properties directly from Logseq graphs via HTTP API or CLI. It fetches structured data from your graph, letting you access individual pages and their nested blocks without manual export.

Can I query a Logseq graph using Datalog?

Yes. This Skill executes Datalog queries against Logseq graphs, enabling graph exploration and complex data retrieval. You can discover relationships, backlinks, and structured content across your entire graph.

What's the difference between using the HTTP API and CLI to read Logseq data?

The HTTP API provides remote access to live Logseq instances, while the CLI backend offers a fallback for local graphs. This Skill auto-detects and switches between both, so you choose the approach that fits your workflow.

How do I search and find backlinks within a Logseq graph?

This Skill searches content and discovers backlinks and relationships across your Logseq graph. It surfaces connected pages and blocks, letting you map how ideas relate without manual link-tracing.

Do I need to set up a Logseq server to use this Skill?

No. This Skill supports both HTTP API backends (which require a running Logseq instance) and CLI backends (which work locally). It handles backend detection automatically, so you can start with whichever is available.

What error handling does this Skill provide?

This Skill includes robust error handling with defined exceptions for failed API calls, missing data, and backend unavailability. It surfaces clear errors so you can debug connection or data issues quickly.