screenshot-codex

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Screenshot workflow

截图工作流

  1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES):
    bunx @willbooster/agent-skills@latest screenshot --agent codex <initial-url> <page-name> <description>
    • <initial-url>
      : Initial URL to open before navigating
    • <page-name>
      : Page name to navigate to from the initial page
    • <description>
      : Description of the part to capture in the screenshot
  2. Report the screenshot file path returned by the agent.
  1. 运行以下命令并设置1小时超时(1小时结束前请勿停止命令):
    bunx @willbooster/agent-skills@latest screenshot --agent codex <initial-url> <page-name> <description>
    • <initial-url>
      :执行导航前要打开的初始URL
    • <page-name>
      :从初始页面跳转至的目标页面名称
    • <description>
      :截图中需要捕获区域的描述
  2. 上报Agent返回的截图文件路径。