一次性临时脚本执行(Python / shell),可用时优先走 bwrap sandbox。适合多行代码、快速数据处理与临时计算。
skillsy install hypoxanthineovo/hypoxanthine-agent@code-runcode-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。