hackmdiohackmdioOfficial·1 Agent Skills Included

hackmd-cli

Manage HackMD notes, folders, and teams from terminal

Creates, updates, deletes, and exports HackMD notes and folders directly from the command line. Organizes personal and team documentation, sets permissions, and syncs local markdown files without opening a browser. Outputs JSON, CSV, or YAML so notes and folders can be scripted into automated documentation workflows.
npx skills add hackmdio/hackmd-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install hackmd-cli?

Run `npx skills add hackmdio/hackmd-cli --all -g -y` in your terminal to install this skill globally.

How to manage HackMD notes from the terminal?

After logging in with your API token, use commands like `hackmd-cli notes create` and `hackmd-cli notes update` to create, edit, list, and delete notes without opening a browser.

Can I sync local markdown files to HackMD?

Yes. Pipe any local file into the CLI, for example `cat doc.md | hackmd-cli notes create`, to publish or update notes directly from your filesystem.

Does hackmd-cli support team workspaces?

Yes. It includes team-notes and team-folders commands to create, organize, and reorder shared documentation inside any HackMD team you belong to.

Can I use hackmd-cli in scripts and automation?

Yes. Every list command supports JSON, CSV, and YAML output plus filtering and sorting flags, making it easy to chain with tools like jq in CI pipelines.

Related Repositories in Content & Communication

View All in Content & Communication