From heptabase-linking
Interact with Heptabase via CLI to create, read, edit notes/journals/tags/cards, manage whiteboards, and browse AI Tutor content. Use for knowledge base management, card searches, journal/tag/whiteboard tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/heptabase-linking:heptabase-cliThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- CLI installed from the desktop app. The command is `heptabase` on macOS/Linux; Windows installs `heptabase.cmd` for cmd/PowerShell and a `heptabase` shim for POSIX shells.
heptabase on macOS/Linux; Windows installs heptabase.cmd for cmd/PowerShell and a heptabase shim for POSIX shells.heptabase --version. If the installed CLI version is outside this skill's compatibility range (0.2.x), you MUST stop and ask the user to update either the Heptabase desktop app or this skill package before continuing.Run heptabase help to see all available top-level commands. This is always up to date. Each command supports --help for detailed usage:
heptabase help
heptabase note --help
heptabase note create --help
Use these as quick recipes for frequent requests. For less common flags or if a command fails, run heptabase help or <command> --help to discover the correct syntax.
heptabase card list --sort createdTime --direction descending --limit 20heptabase journal read $(date +%Y-%m-%d)heptabase card list -q "<keyword>" --limit 20heptabase whiteboard cards <whiteboardId>heptabase whiteboard add-card --whiteboard-id <whiteboardId> --card-id <cardIdOrDate>Every command prints JSON to stdout. You can parse it with jq or pipe it to other tools.
heptabase start to launch and wait for readiness.fileId.npx claudepluginhub madeyexz/heptabase-skill --plugin heptabase-linkingManage Heptabase knowledge base content, search cards, edit properties, read parsed PDF and media transcripts, export files, and browse AI Tutor goals, courses, and lessons via CLI.
Guides orchestration of Joplin note, notebook, and tag management tools via MCP, including setup, editing, reading long notes, and bulk tagging.
Enforces schema-as-code for Obsidian vaults. Discovers structure, builds a schema, and runs health checks, dedup, link cleanup, MOC generation, and decay cycles.