dse-loop

dse-loop is a skill for Claude Code from AI4Scientist/nano-scientist. It costs 70 tokens per session (3,264 once invoked), scanned C, original, no licence file.

An automated design-space exploration loop for computer architecture and electronic-design automation. Design-space exploration means testing different parameter settings to find one that best meets a chosen objective.

In plain words
What is it for?
Use it to run a program, inspect its results, adjust parameters, and repeat the process while searching for a suitable configuration.
Why use it?
It removes the need to run and compare every tuning attempt manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to run a program, inspect its results, adjust parameters, and repeat the process while searching for a suitable configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ai4scientist/nano-scientist/dse-loop
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 AI4Scientist/nano-scientist --skill dse-loop
Clone the repo
git clone --depth 1 https://github.com/AI4Scientist/nano-scientist

Made for: Claude Code.

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 dse-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai4scientist/nano-scientist/dse-loop.svg)](https://agentmods.dev/skills/ai4scientist/nano-scientist/dse-loop)
Your own site
<a href="https://agentmods.dev/skills/ai4scientist/nano-scientist/dse-loop"><img src="https://agentmods.dev/badge/skills/ai4scientist/nano-scientist/dse-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00070 $0.03264
Opus 5 $0.00035 $0.01632
Sonnet 5 $0.00014 $0.00653
Haiku 4.5 $0.00007 $0.00326

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

Security

Grade C, and why

dse-loop scanned grade C with 1 finding 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 7d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- `rm -rf`, `rm -r`, or any recursive deletion
skills/dse-loop/SKILL.md · 279 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. 7d ago First seen · 279 lines · 70 tokens per session scan C c8ed70b66ae3

Subscribe to this mod's changes

dse-loop is a skill published in the GitHub repository AI4Scientist/nano-scientist (127 stars, last pushed 3mo ago), with no licence file. It adds 70 tokens to every session and 3,264 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

aris-dse-loop

Autonomous design space exploration loop for computer architecture and EDA. Runs a program, analyzes results, tunes parameters, and iterates until objective is met or timeout. Use when user says "DSE", "design space exploration", "sweep parameters", "optimize", "find best config", or wants iterative parameter tuning.

OpenLAIR/dr-claw · 71 tokens

lab-hardware-cad

Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…

K-Dense-AI/scientific-agent-skills · 106 tokens

opentrons-integration

Author, review, migrate, simulate, and troubleshoot official Opentrons Python Protocol API v2 protocols for Flex and OT-2 robots. Use for robot-specific liquid handling, deck and labware setup, pipettes, modules, runtime parameters, liquid classes, and Opentrons App analysis. Use pylabrobot instead when one workflow…

K-Dense-AI/scientific-agent-skills · 79 tokens

pylabrobot

Develop and review PyLabRobot lab-automation resources, liquid-handling plans, offline simulations, and supported-device integrations. Use for PyLabRobot protocols or API questions; keep physical execution behind an explicit operator safety gate.

K-Dense-AI/scientific-agent-skills · 49 tokens

baseline-comparison-audit

Audit whether a paper's baseline comparisons are COMPLETE, FAIR, and SIGNIFICANT: a required recent SOTA baseline is missing while 'best/SOTA' is claimed (HP-MISSING-BASELINE); a baseline is undertuned / given less compute-tuning-data, run at a mismatched config, or the equal-budget ablation-as-baseline is absent…

wanshuiyin/Anti-Autoresearch · 310 tokens

eval-design-forensics

Audit whether a paper's EVALUATION DESIGN actually measures what it claims and whether its reporting is complete — the validity layer family D (experiment-forensics) cannot reach. Three patterns: train/test leakage means the reported score may not measure generalization (HP-EVAL-LEAKAGE — adopts the Kapoor & Narayanan…

wanshuiyin/Anti-Autoresearch · 458 tokens