Skip to main content

Command Palette

Search for a command to run...

Automating Slide Creation with Google NotebookLM × Majin Prompt

Updated
2 min read

日本語版はこちら

https://drive.google.com/file/d/1-h_VuKqM-H4p7XXEgE-x9KfhujhPwLNn/view?usp=share_link

I recently tried using Google NotebookLM × Majin Prompt to create slides for an AI study session.
It turned out to be really handy, saving me a lot of time. Here’s how I actually did it and what I learned.


How I Did It

1. Collect info with NotebookLM

I first gathered content using NotebookLM, organizing it into chapters like “History of AI,” “Technical Background,” and “Future Outlook.”


2. Feed into Majin Prompt

I put each chapter’s content into the Majin Prompt. It generated Google Apps Script code that could automatically build slides.

👉 The prompt is freely available here:
note: Majin Prompt Free Publication

This article is written in Japanese. You can use auto-translation.


3. Repeat per Chapter

Since one run missed some details, I repeated the process chapter by chapter.


4. Merge Slides

Each chapter became a separate deck, so I used Google Slides’ “Import Slides” function to merge them into one.


What I Learned

It’s not as simple as “AI makes the slides for you.”
I realized that if you don’t already know what you want to include or don’t have a clear idea in your head, the slides won’t turn out well.

In short, you still need to study, research, and plan your content first. Once that’s in place, automation like Majin Prompt works great for quickly shaping it into slides.


Takeaways

  • Majin Prompt saves you from writing Apps Script manually

  • Works naturally with NotebookLM for organizing → scripting → slide creation

  • Chapter-by-chapter workflow + merging ensures both completeness and consistency

  • But: automation only works well if you already know your material


Google NotebookLM × 魔神プロンプトでスライド作成を自動化してみた

https://drive.google.com/file/d/1-h_VuKqM-H4p7XXEgE-x9KfhujhPwLNn/view?usp=share_link

AI勉強会の資料を作ることになり、試しに Google NotebookLM × 魔神プロンプト を使ってみました。
結論から言うと、これがめちゃくちゃ便利で、スライド作りの負担がかなり減りました。ここでは、実際にやってみた手順や気づきを紹介します。


どうやってやったか

1. NotebookLMで情報を集める

まずはGoogleのNotebookLMを使って勉強会で話すネタを集めました。
「AIの歴史」「生成AIの仕組み」「社会への影響」といったテーマごとにまとめていきます。NotebookLMは要約が得意なので、荒削りのメモが一気に整理されていく感じです。


2. 魔神プロンプトに流し込む

次に、そのまとめた内容を 魔神プロンプト に入れます。
これはGoogle Apps Scriptを自動で吐き出してくれるプロンプトで、これを使うとスライドを自動生成するコードが出てきます。

👉 無料で公開されているので気になる人はチェックしてみてください:
note: 魔神プロンプト 無料公開記事


3. 章ごとに繰り返す

ここで大事なのが、一回だけだと情報が抜け落ちてしまうという点です。
なので「歴史編」「技術背景編」「未来編」…と章ごとに同じ流れを繰り返しました。


4. スライドをマージする

章ごとに別ファイルができるので、最後にGoogleスライドの「スライドをインポート」機能を使って一つの資料にまとめます。
これでようやく全体が一冊のスライドになりました。


実際にやってみて感じたこと

正直に言うと、「AIに任せれば全部勝手にいい感じに資料ができる」わけじゃないです。
やってみて気づいたのは、自分の頭に入れたい内容や構想がちゃんと整理されていないと、うまくスライドに反映されないということ。

つまり、まずは自分で調べて理解することが前提。そのうえで魔神プロンプトを使うと、一気に形にしてくれる、という感じでした。


まとめポイント

  • 魔神プロンプトのおかげでApps Scriptをゼロから書かずに済んだ

  • NotebookLMとの組み合わせで「知識整理 → スライド化」の流れが自然につながる

  • 章ごとに分けて処理し、最後にマージすると網羅性と一貫性が保てる

  • でも、知識ゼロの状態では使いこなせない。まずは情報収集と勉強が必須