Agent Skills
› companion-inc/feynman
› remote-compute-modal
remote-compute-modal
GitHub用于将研究笔记本或实验任务调度至 Modal 云环境执行,支持 GPU 作业及可复现远程计算。涵盖凭证验证、资源限制、任务提交、结果记录及生命周期管理。
Trigger Scenarios
需要运行 Feynman 研究笔记本
执行受限的 GPU 计算任务
进行可复现的远程实验
Install
npx skills add companion-inc/feynman --skill remote-compute-modal -g -y
SKILL.md
Frontmatter
{
"name": "remote-compute-modal",
"description": "Dispatch Feynman research notebook or experiment jobs to Modal. Use when a task has explicitly chosen Modal for bounded cloud compute, GPU jobs, or reproducible remote execution."
}
Remote Compute: Modal
Use this skill only after Modal is the chosen execution route.
Workflow:
- Verify Modal credentials and CLI availability through Feynman Settings or a non-secret CLI check.
- Keep the job bounded: inputs, package installs, hardware, timeout, and expected artifacts must be explicit.
- Submit through Feynman's notebook Modal path or a recorded Modal script.
- Save remote URL/handle, command, stdout/stderr, returned artifacts, and environment snapshot.
- Stop, retry, or mark failed jobs through the workbench compute lifecycle instead of hiding failures.
Do not use Modal for unrelated hosting or indefinite services from this skill.
Version History
- 54d08a3 Current 2026-07-25 07:16


