Agent Skills
› companion-inc/feynman
› remote-compute-modal
remote-compute-modal
GitHub指导将 Feynman 研究笔记本或实验任务分发至 Modal 执行。涵盖凭据验证、资源限制、作业提交及生命周期管理,适用于 GPU 或可复现的远程计算场景。
Trigger Scenarios
需要调度 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


