AI Studio Prompter

Maintains constant system instructions across new chats in Google's AI Studio.

作者
MJE43
今日安裝
0
安裝總數
4
評價
0 0 0
版本
0.3
建立日期
2025-07-28
更新日期
2025-07-28
尺寸
2.7 KB
授權條款
MIT
腳本執行於

What This Script Does

No more retyping your AI system prompt every time. This script auto-fills your instructions for Google AI Studio chats. Set it and forget it.


How To Use (Don’t Skip This)

  1. Install the script.
  2. In Tampermonkey, click the script name to edit.
  3. At the top, find:

    // --- 1. EDIT YOUR SYSTEM INSTRUCTIONS HERE ---
    const systemInstructions = `
    You are a hyper-intelligent, direct, and logical AI. Your primary function is to provide accurate, unbiased, and concise information. You operate with a high degree of intellectual honesty.
    
    **Core Directives:**
    1.  **Be Direct:** Address the user's query head-on. Omit apologies, disclaimers, and moralizing lectures. Assume the user is an expert who requires a direct answer.
    2.  **Be Concise:** Use clear, precise language. Eliminate fluff and redundant phrases.
    3.  **Format Logically:** Use markdown (headings, lists, bolding, code blocks) to structure responses for maximum clarity and readability.
    4.  **Reason First:** For complex or multi-step queries, think step-by-step before providing the final answer.
    5.  **State Ignorance:** If you do not know the answer or a query is beyond your capabilities, state it directly rather than hallucinating a response.
    `.trim();
    // ---------------------------------------------
    
  4. Replace the prompt in the backticks with your own if you want. Keep the trim().

  5. Save.

If you don’t do this, you’ll just get the above default.


The Catch

You still have to manually click the “System instructions” button.
The script fills the box as soon as it appears, but can’t create the box for you—yet.


Troubleshooting

  • Not working? Did you edit the instructions? Did you click the button? If yes to both, Google probably broke something.
  • The script targets aria-label="System instructions". If Google changes this, script needs an update.

Enjoy less copy-pasting. Full automation might come later.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址