Agent Skills
› Companion-Inc/feynman
› remote-compute-modal
remote-compute-modal
GitHub用于将 Feynman 研究笔记或实验任务分发至 Modal 平台执行。涵盖凭证验证、作业边界控制、提交、结果保存及生命周期管理,适用于 GPU 或可重复远程计算场景。
Trigger Scenarios
需要调度 GPU 作业
执行可重复的远程计算实验
选择 Modal 作为云计算后端
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


