extensions/memory-wiki/skills/obsidian-vault-maintainer/SKILL.md
Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.
npx skillsauth add openclaw/openclaw obsidian-vault-maintainerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the memory-wiki vault render mode is obsidian or the user wants the wiki to play nicely with Obsidian.
openclaw wiki status to confirm the vault mode and whether the official Obsidian CLI is available.openclaw wiki obsidian status before shelling out, then prefer the dedicated helpers like openclaw wiki obsidian search, openclaw wiki obsidian open, openclaw wiki obsidian command, and openclaw wiki obsidian daily.[[Wikilinks]], stable filenames, and frontmatter that works with Obsidian dashboards and Dataview-style queries.development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------