ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

logseq

Provide commands for interacting with a local Logseq instance through its Plugin API. Use for creating pages, inserting blocks, querying the graph database, managing tasks, retrieving content, or automating workflows in Logseq. Only works with a locally running instance with the API enabled; default port or set path expected for [$API accessible skill].

Why use this skill?

Automate your Logseq workflow with OpenClaw. Query your graph, manage blocks, and sync tasks directly using the Logseq Plugin API for enhanced productivity.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/juanirm/logseq
Or

What This Skill Does

The Logseq skill enables OpenClaw to interact directly with your local Logseq graph instance. By leveraging the Logseq Plugin API, this skill allows you to automate note-taking, query your knowledge base using Datalog, manage tasks, and manipulate blocks dynamically. It essentially turns your Logseq instance into an interactive backend that the AI can read from and write to, allowing for powerful workflows like daily review automation, knowledge synthesis, or complex database queries without needing to manually click through the UI.

Installation

To install this skill, use the following command in your terminal or OpenClaw interface: clawhub install openclaw/skills/skills/juanirm/logseq

Prerequisites: Ensure you have a bridge plugin installed in Logseq that exposes its local API via a reachable HTTP endpoint or use a local Node.js process acting as a proxy. Without a locally running Logseq instance, the skill cannot communicate with your graph.

Use Cases

  • Automated Summarization: Have the AI scan your 'Daily Notes' and generate a weekly summary of tasks completed.
  • Knowledge Retrieval: Query your graph for all pages tagged with specific topics to generate a structured report.
  • Workflow Automation: Create a slash command that auto-populates a meeting template on your current page.
  • Task Management: Bulk update task statuses based on Datalog queries (e.g., mark all outdated TODOs as CANCELED).

Example Prompts

  1. "Look at my current page in Logseq, find all blocks with the TODO marker, and create a summary list of these items.
  2. "Create a new page named 'Project Architecture' and insert a bulleted list of the technical requirements I previously defined in the 'Brainstorm' page.
  3. "Query my graph for all pages linked to 'AI Research' and summarize the last three entries found under those pages.

Tips & Limitations

  • Security: Since this skill can modify your files, ensure you trust the bridge plugin you are using for the API.
  • Performance: Datalog queries on very large graphs might take a moment to compute; keep queries specific to avoid performance lag.
  • Dependencies: The skill relies on the presence of the Logseq API. If the API port is blocked or Logseq is closed, the skill will return an error. Always verify your local connectivity settings if commands fail.

Metadata

Author@juanirm
Stars1865
Views1
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-juanirm-logseq": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#logseq#pkm#automation#knowledge-graph#productivity
Safety Score: 3/5

Flags: file-write, file-read, network-access