opentrons-dev-setup

opentrons-dev-setup is a skill for Claude Code, Codex from koji/opentrons-devenv-skill. It costs 164 tokens per session (3,267 once invoked), scanned D, original, no licence file.

A setup guide for developing the Opentrons software repository. A monorepo is one repository containing multiple related projects and their shared dependencies.

In plain words
What is it for?
It is for cloning the Opentrons repository, installing its development dependencies, and troubleshooting setup errors.
Why use it?
It helps contributors prepare the local tools and dependencies needed to work on Opentrons.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for cloning the Opentrons repository, installing its development dependencies, and troubleshooting setup errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/koji/opentrons-devenv-skill/opentrons-dev-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add koji/opentrons-devenv-skill --skill opentrons-dev-setup
Clone the repo
git clone --depth 1 https://github.com/koji/opentrons-devenv-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for opentrons-dev-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/koji/opentrons-devenv-skill/opentrons-dev-setup/github.svg)](https://agentmods.dev/skills/koji/opentrons-devenv-skill/opentrons-dev-setup)
Your own site
<a href="https://agentmods.dev/skills/koji/opentrons-devenv-skill/opentrons-dev-setup"><img src="https://agentmods.dev/badge/skills/koji/opentrons-devenv-skill/opentrons-dev-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for opentrons-dev-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/koji/opentrons-devenv-skill/opentrons-dev-setup"><img src="https://agentmods.dev/badge/skills/koji/opentrons-devenv-skill/opentrons-dev-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,267 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.03267
Opus 5 $0.00082 $0.01633
Sonnet 5 $0.00033 $0.00653
Haiku 4.5 $0.00016 $0.00327

Measured 10d ago against content hash 3a5ab4608f08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade D, and why

opentrons-dev-setup scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt-get update

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -LsSf https://astral.sh/uv/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -LsSf https://astral.sh/uv/install.sh | sh
opentrons-dev-setup/SKILL.md · 380 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 380 lines · 164 tokens per session scan D 3a5ab4608f08

Subscribe to this mod's changes

opentrons-dev-setup is a skill published in the GitHub repository koji/opentrons-devenv-skill (1 stars, last pushed 6mo ago), with no licence file. It adds 164 tokens to every session and 3,267 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

governance-and-sustainability

Keep a project and its maintainers alive over years. Use when deciding how decisions get made, writing GOVERNANCE.md or a code of conduct enforcement process, adding or removing maintainers, handling burnout or stepping away, setting up funding (GitHub Sponsors, Open Collective, a foundation), handling a fork or a…

the-open-agent/oss-skills · 95 tokens

api-design

Design public interfaces for libraries and tools that other people depend on. Use when designing or reviewing a public API surface, deciding what to export, naming functions and CLI flags, adding configuration options, planning deprecations, or when the user asks "is this a good API" or "how do I change this without…

the-open-agent/oss-skills · 107 tokens

code-review

Review a pull request the way a good open-source maintainer does. Use when reviewing an incoming PR, when the user asks "review this PR" or "is this ready to merge", when triaging a stale PR queue, or when writing review feedback to an external contributor. Covers what to check and in what order, severity levels…

the-open-agent/oss-skills · 118 tokens

contributor-experience

Turn users into contributors and make their first PR succeed. Use when a project gets stars but no contributions, when first-time PRs stall or get abandoned, when writing or improving CONTRIBUTING.md, when setting up a dev environment that works on the first try, or when the user asks "how do I get contributors" or…

the-open-agent/oss-skills · 101 tokens

dependency-hygiene

Manage a project's dependencies so they stay small, current, and safe. Use when deciding whether to add a dependency, auditing an existing dependency tree, configuring Dependabot or Renovate, dealing with upgrade churn or a flood of bot PRs, resolving version conflicts, choosing between dependency ranges and pinning…

the-open-agent/oss-skills · 101 tokens

issue-triage

Build and run a system for handling incoming issues. Use when an issue backlog has become unmanageable, when setting up issue templates or a label taxonomy, when deciding what to close, when configuring stale bots or automation, or when the user asks "how do I deal with all these issues". Covers issue forms, a minimal…

the-open-agent/oss-skills · 102 tokens