What is note-automation?
Markdownの下書き投稿からハッシュタグ設定・公開までを一気通貫で実行するオーケストレーションスキル Source: anyoneanderson/note-md-publisher.
Markdownの下書き投稿からハッシュタグ設定・公開までを一気通貫で実行するオーケストレーションスキル
Quickly install note-automation AI skill to your development environment via command line
Source: anyoneanderson/note-md-publisher.
note-draft(下書き投稿)と note-publish(タグ設定+公開)を組み合わせ、Markdownファイルから公開まで一気通貫で実行するオーケストレーションスキルです。
| (未指定) | note-draft → note-publish(タグ+公開) | MDファイルから公開まで一気通貫 | | --skip-draft | note-publish のみ | 既存の下書き記事にタグ+公開 | | --skip-publish | note-draft → note-publish(タグのみ) | 下書き投稿+タグ設定まで | | --draft-only | note-draft のみ | 下書き投稿のみ |
各ステップでエラーが発生した場合、その時点でパイプラインを停止し、エラー内容と対処法を表示します。 Step 1 で成功していれば、下書き記事は保存されたままなので、Step 2 を --skip-draft で再実行できます。
Markdownの下書き投稿からハッシュタグ設定・公開までを一気通貫で実行するオーケストレーションスキル Source: anyoneanderson/note-md-publisher.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/anyoneanderson/note-md-publisher --skill note-automationMarkdownの下書き投稿からハッシュタグ設定・公開までを一気通貫で実行するオーケストレーションスキル Source: anyoneanderson/note-md-publisher.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/anyoneanderson/note-md-publisher --skill note-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/anyoneanderson/note-md-publisher