seer

Provision GPU-enabled Modal sandboxes with pre-loaded models for interpretability research.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/ajobi-uhc/seer-claude-plugin --skill seer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seer
Source: https://github.com/ajobi-uhc/seer-claude-plugin/tree/main/seer-plugin/skills/seer
Command: npx skills add https://github.com/ajobi-uhc/seer-claude-plugin --skill seer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines provisioning of GPU sandbox environments for interpretability research, enabling researchers to quickly spin up pre-loaded notebooks and experiments without manual configuration.

Core Features & Use Cases

  • Automated GPU sandbox creation with Modal using SandboxConfig, ModelConfig, and ExecutionMode to preload models and resources.
  • One-click notebook session setup and attachment workflow to access Jupyter environments for experimentation.
  • End-to-end guidance for writing setup scripts, connecting to sessions, and executing interpretability experiments in GPU sandboxes.

Quick Start

Install or enable the seer skill in your workflow, configure a SandboxConfig with a supported GPU (e.g., A100), include desired models, start the sandbox, create a notebook session, and attach to it to begin experiments.

Frequently Asked Questions about seer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a GPU sandbox for interpretability research?

You can provision a GPU sandbox for interpretability research by configuring SandboxConfig with a supported GPU like A100, including desired models, and starting the sandbox to run experiments.

Does this workflow support running notebook sessions on H100 GPUs?

Yes, the workflow supports provisioning GPU sandboxes across diverse GPUs including H100 and A100, allowing you to create and attach to notebook sessions for interpretability experiments.

What's the best way to preload models into a remote sandbox environment?

The best way to preload models into a remote sandbox is by defining a ModelConfig within your setup script, which automates the remote provisioning and resource loading before you attach to the notebook session.

Do I need a setup script to create and connect to GPU notebook sessions?

Yes, you need a script-based workflow to create and connect to notebook sessions, utilizing Modal-based tooling like ExecutionMode to manage the remote provisioning and attachment workflows.

How does automated GPU sandbox creation work with Modal?

Automated GPU sandbox creation uses Modal tooling with SandboxConfig, ModelConfig, and ExecutionMode to provision remote environments, preload models, and establish notebook sessions without manual configuration.