Save chats. Craft personas. Customize everything. The toolkit Z.ai should have shipped with.
Six capabilities that transform Z.ai from a chat window into a professional workspace.
Save conversations to your personal library. Instantly search by keyword across all saved threads. Rename any chat for clarity. Your most valuable AI exchanges, organized and always one click away.
Save · Search · RenameDefine custom system prompts and attach them to your session. Every message automatically gets your persona prepended—no copy-paste needed.
Auto-injectBuild a library of reusable prompt fragments. One click inserts them into the input field. Stop retyping the same instructions.
One-click insertSwap Z.ai's branding for Claude's visual identity—logo, favicon, loading screen. Seamless aesthetic transformation, one toggle.
Visual swapHide history sidebar, template prompts, and advertisement banners. A clean, distraction-free workspace tailored to your workflow.
DeclutterAyu Dark brings editor-quality syntax highlighting to Z.ai's code blocks. Keywords in amber, strings in lime, functions in gold. Toggle it and watch the transformation.
// Analyze text sentiment with keyword matching function analyzeSentiment(text) { const tokens = text.toLowerCase().split(' '); const positive = ['good', 'great', 'excellent']; const score = tokens.filter(t => positive.includes(t) ).length; return { score: score / tokens.length, label: score > 0 ? 'positive' : 'neutral' }; }
Currently available by direct request. Drop an email and you'll get the extension delivered to your inbox.