con un clic
code-run
一次性临时脚本执行(Python / shell),可用时优先走 bwrap sandbox。适合多行代码、快速数据处理与临时计算。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
一次性临时脚本执行(Python / shell),可用时优先走 bwrap sandbox。适合多行代码、快速数据处理与临时计算。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | code-run |
| description | 一次性临时脚本执行(Python / shell),可用时优先走 bwrap sandbox。适合多行代码、快速数据处理与临时计算。 |
| compatibility | linux |
| allowed-tools | run_code |
| metadata | {"hypo.category":"internal","hypo.backend":"code_run","hypo.exec_profile":null,"hypo.triggers":"","hypo.risk":"medium","hypo.dependencies":"bash,python,bwrap(optional)"} |
code-run 用于一次性临时脚本执行。它适合多行 Python 或 shell 代码、快速数据处理、格式转换和临时计算,并在可用时优先走 bwrap sandbox。
run_code:把输入代码写入 temp file,执行后捕获输出并清理临时文件。python 和 shell。run_code 用于长时间运行的 process、daemon 或持续交互任务。bwrap sandbox 只是优先路径,不是绝对保证;当 bwrap 不可用或失败时,runtime 可能 fallback 到普通 shell execution。code-run vs execexec_command。run_code。