Initialize Logseq integration environment with interactive setup wizard
Configures Logseq integration by detecting installation, setting up API token, and creating environment configuration.
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install logseq-expert@claude-code-plugin-automationsRun the interactive setup wizard to configure Logseq integration.
cd {projectRoot}
python3 logseq-expert/scripts/init-environment.py
If the script succeeds, it will create .claude/logseq-expert/env.json with your configuration.
/logseq-expert:status to verify connection/logseq-expert:get-page to test reading data/logseq-expert:sync-notes to test writing dataIf automatic detection fails, you can manually create .claude/logseq-expert/env.json:
{
"backend": "http",
"http": {
"url": "http://127.0.0.1:12315",
"token": "your-api-token-here"
}
}
Get your token from: Logseq Settings > Features > Authorization tokens