What problem does it solve?
OpenClaw workflows for SiYuan MCP are fragmented and tightly coupled to MCP internals. This Skill decouples tool orchestration from internal implementations, enabling repeatable, safe workflows across SiYuan Note via MCP.
Core Features & Use Cases
- MCP-tool orchestration: Define end-to-end workflows that chain MCP tools (search, read, write, organize) through OpenClaw.
- Environment-driven safety: Enforces required environment variables and separation of concerns to prevent misconfigurations and data leakage.
- Workflow templates: Provides reusable patterns for common SiYuan note-management tasks such as indexing, daily notes, and retrieval.
- Non-intrusive integration: Describes how to compose actions without exposing internal MCP workings.
Quick Start
Use mcporter to call siyuan.<tool> key=value to invoke a tool in the siyuan MCP server (requires SIYUAN_TOKEN and SIYUAN_BASE_URL).