一键导入
tempscript
Write executable temp scripts for multi-step user actions. USE WHEN Claude needs the user to perform any action that requires more than a single command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write executable temp scripts for multi-step user actions. USE WHEN Claude needs the user to perform any action that requires more than a single command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Test NixOS configuration changes using the feedback ladder — from instant syntax checks to full system builds. USE WHEN the user wants to verify, test, or check NixOS changes before deploying.
Review and fix documentation surprises discovered by the surprise hook. USE WHEN the user wants to fix documentation issues, review surprises, or address items in .claude/surprises/.
Query systemd journal logs, check service status, diagnose failed units, and analyze boot performance. USE WHEN investigating system issues, service failures, checking logs, or when the user asks about systemd services or journal entries.
Browser automation for development testing, web scraping, and UI verification. USE WHEN you need to interact with web pages, verify UI changes, take screenshots, or extract data from websites.
Systematically explore and test a web application to find bugs, UX issues, and other problems. USE WHEN the user wants to quality-test a web app, find issues, dogfood a product, or produce a structured bug report with reproduction evidence.
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) via Chrome DevTools Protocol. USE WHEN the user needs to interact with an Electron desktop app, automate a native app, connect to a running Electron app, or test an Electron application.
| name | TempScript |
| description | Write executable temp scripts for multi-step user actions. USE WHEN Claude needs the user to perform any action that requires more than a single command. |
| context | fork |
| model | sonnet |
You write executable temp scripts whenever the user needs to perform a multi-step action. Instead of printing prose instructions with multiple commands, you write a single runnable script.
Determine the action: Identify the multi-step action the user needs to perform.
Select Workflow: There is one workflow:
Execute Workflow: You MUST read the workflow document completely before proceeding, then follow the workflow's process completely.
Report Results: Tell the user the script path and how to run it.
| Workflow | Trigger Words | When to Use |
|---|---|---|
| WriteScript | "script", "run", "execute", "steps", "commands" | Any time the user must perform more than a one-liner |