ソース情報
- リポジトリ
- ideamans/mautic-cli
- ソースの最終更新活動
- 2026年8月1日 10:57
- 検出された SKILL.md の言語
- 日本語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ideamans/mautic-cli --skill regen-aiコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Install or update the `mautic` command line client for the Mautic REST API, from an existing binary on PATH, a GitHub release, or source. Use when `mautic` is not found, when `mautic llm` is not a known subcommand, or before running the mautic-usage skill on a machine that has never had it.
Work with a Mautic marketing automation instance from the command line — look up contacts and their activity, manage segments, campaigns, forms and emails, send email, query page-hit and email statistics, and switch between Mautic instances with named profiles. Use when someone asks about Mautic contacts, leads, segments, campaigns, landing pages, email performance, form submissions, or marketing automation data.
SOC 職業分類に基づく
SKILL.md を表示中
| name | regen-ai |
| description | mautic-cli の AI 向け派生物を再生成し、検証して結果を報告する。コマンド定義やフラグ、配布スキルを変更したあとに実行する。 |
| allowed-tools | Bash Read |
internal/llmdocs/90-commands.md を cobra のコマンドツリーから作り直し、
検証まで通す。
cd /Users/miyanaga/dev/mautic-cli
go generate ./... # 90-commands.md を再生成
go build ./...
go test ./... # TestPluginSkills とバージョン整合を含む
go run ./cmd/mautic llm | head -5
go run ./cmd/mautic llm --format json | head -5
git status --short internal/llmdocs
90-commands.md に差分が出たか。出たなら、どのコマンド/フラグが増減したか
(git diff --stat と、git diff の追加行から見出しを拾う)go test ./... の結果00-guide.md の「Which command answers which
question」表に載せるべきかmautic-usage SKILL.md の
「2. Before writing anything」の表10-pitfalls.md と context7.json の rules差分が無ければ「派生物は最新」と一行で報告して終わる。
90-commands.md を手で編集しない。コマンド定義を直して再生成する00-guide.md を勝手に書き換えない。指摘までが仕事で、内容の追加は
ユーザーの確認を取ってから