Agent skill · mims-harvard

setup-depmap-24q2-remote-tool

Set up, launch, validate, and troubleshoot the DepMap 24Q2 ToolUniverse remote tool and optionally relay it through ToolUniverse Connect. Use when deploying or auditing this implementation.

What it needs

About 4k tokens when loaded.

What this skill does

Set up DepMap 24Q2 as a remote tool Validation status (2026-08-16): loopback discovery and correlation retrieval passed against a deterministic safe artifact fixture with finite bounded output. Production DepMap 24Q2 data, public publication, cross-user isolation, scale, and scientific-value validation remain incomplete. Authenticated private Platform import and owner testing passed on 2026-08-16; public publication and independent-caller authorization/isolation remain untested. Prerequisites Run from the ToolUniverse repository root on Linux with Python 3.12.3. CPU only; size RAM for the provider dataset. Keep provider data, weights, caches, and credentials outside Git. Bind to loopback. A non-loopback bind requires TOOLUNIVERSEAPITOKEN; never put it in arguments or results. Run the standard-library contract check before downloading large dependencies: ~~~bash python scripts/remotevalidation/setupskillpreflight.py --implementation depmap-24q2 ~~~ After exporting provider resources, add --check-provider-env. After the server starts, add --live to verify the exact MCP tool set without running the model. Before sharing, add --check-connect-prereqs; this reports only whether a key is set and never prints its value. Create an isolated environment ~~~bash python3 -m venv .venvs/depmap-24q2 . .venvs/depmap-24q2/bin/activate python -m pip install --upgrade pip python -m pip install -e . python -m pip install -r src/tooluniverse/remote/depmap24q2/requirements.txt ~~~ Package/network-dependent commands must be rerun in a clean environment before marking this skill complete. Obtain credentials, data, and model weights Set DEPMAPDATAPATH to the reviewed provider artifact; it initializes once per process. Confirm DepMap data-use terms. Authorize once, then share with one short command After installing dependencies, exporting the provider resources above, and installing the pinned relay SDK described under Connect below, run from the repository root. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mims-harvard/setup-depmap-24q2-remote-tool

View the source on GitHub

Browse the @skills marketplace