一键导入
time-analysis
Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze whether a role-play agent's activity output reads like a real human. Use when the user says "分析对话", "analyze activity", or "检查角色扮演".
Deeply analyze a simulation run's results — agent experiences, inner journey, personality growth, etc. Use when the user says "分析run", "analyze run", or "分析这个运行".
Compute numerical metrics for a simulation run (as opposed to the qualitative analysis done by analyze-run). Use when the user says "run metrics", "计算指标", or "compute metrics".
| name | time-analysis |
| description | Measure wall-clock time consumed per week of a simulation run. Use when the user says "时间分析", "time analysis", "每周耗时", or "运行时间". |
| allowed-tools | Bash(python scripts/time_analysis.py *) |
Analyze the per-week wall-clock time of a simulation run, reporting each week's start/end time (GMT+8) and duration.
Run the matching command based on the user's request:
python scripts/time_analysis.py <run_id>
python scripts/time_analysis.py <run_id1> <run_id2> <run_id3>
python scripts/time_analysis.py --latest 3
python scripts/time_analysis.py --all
python scripts/time_analysis.py --no-save <run_id>
data/{run_id}/time_analysis.md, containing the full markdown report.