arbor-agent-plugins-hitl-budget

arbor-agent-plugins-hitl-budget is a skill for Claude Code, Codex from RUC-NLPIR/Arbor. It costs 76 tokens per session (914 once invoked), scanned A, original, Apache-2.0.

A configuration guide for Arbor, a research workflow that tests ideas and changes code. It covers plugins, human review, evaluation rules, protected files, required results, and spending limits.

In plain words
What is it for?
Use it to configure domain-specific plugins, control automatic or human review, protect files, require output files, run machine-learning or Kaggle experiments, and stop early when progress has converged.
Why use it?
It prevents run behavior from changing unpredictably when settings, profiles, or plugins alter how the workflow operates.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the arbor plugin — 11 skills shipped together

Good fit Use it to configure domain-specific plugins, control automatic or human review, protect files, require output files, run machine-learning or Kaggle experiments, and stop early when progress has converged.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget
About the project

Arbor is an autonomous research agent that proposes hypotheses, edits code, runs experiments, and retains improvements that succeed on held-out data in a growing hypothesis tree. Researchers use it to investigate problems and iteratively optimize solutions with real experiments. The catalogue skills and plugin expose Arbor's research-agent workflow to coding agents.

RUC-NLPIR/Arbor · 1,063 stars · on GitHub · ruc-nlpir.github.io

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 RUC-NLPIR/Arbor --skill arbor-agent-plugins-hitl-budget
Clone the repo
git clone --depth 1 https://github.com/RUC-NLPIR/Arbor

Made for: Claude Code, Codex.

Or install arbor, the plugin that ships this one along with the rest of its 11 skills.

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 arbor-agent-plugins-hitl-budget

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget/github.svg)](https://agentmods.dev/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget)
Your own site
<a href="https://agentmods.dev/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget"><img src="https://agentmods.dev/badge/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget/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 arbor-agent-plugins-hitl-budget

Your own site · 80×15
<a href="https://agentmods.dev/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget"><img src="https://agentmods.dev/badge/skills/ruc-nlpir/arbor/arbor-agent-plugins-hitl-budget.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 914 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00076 $0.00914
Opus 5 $0.00038 $0.00457
Sonnet 5 $0.00015 $0.00183
Haiku 4.5 $0.00008 $0.00091

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

Security

Grade A, and why

arbor-agent-plugins-hitl-budget scanned grade A with 0 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/arbor-agent-plugins-hitl-budget/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Arbor Plugins, HITL, And Budget

Use this when run behavior is modified by configuration rather than by code.

Plugin Contract

A plugin is a YAML domain adapter. It can define:

  • Prompt injections: meta_preamble_inject, meta_init_inject, meta_ideate_inject, meta_decide_inject, sub_preamble_inject, sub_workflow_inject.
  • eval_contract: prefilled metadata such as metric_direction, eval_cmd, submission_path, and sample_submission_path.
  • protected_paths: globs a branch must not modify.
  • required_outputs: files that must exist for merge.
  • config_overrides and named profiles.
  • lifecycle_hooks: on_workspace_setup, after_executor, on_finalize.
  • convergence: early stop policy.

Plugin precedence:

defaults < plugin.config_overrides < active profile < project YAML < CLI

MLE/Kaggle Mode

The built-in mle_kaggle plugin is performance-first:

  • Novelty has zero value; only metric improvement matters.
  • skills_enabled may be disabled for strict idea drafting because parameter tuning, prompt edits, feature engineering, ensembling, and scaling can be valid.
  • A valid submission.csv is a first-class artifact.
  • Data/eval directories are protected.
  • Merge requires required outputs and verified score.

Priority:

  1. Produce and evaluate a valid baseline submission.
  2. Establish robust validation.
  3. Explore diverse approach families.
  4. Refine promising families.
  5. Ensemble/blend diverse winners.
  6. Reserve finalization time for best submission recovery.

Budget Policy

Default Arbor behavior favors long real experiments. Do not invent staged budgets unless configured.

If budget_policy.stages exists, use configured stages such as smoke, pilot, and full with RunTraining(budget_stage=...).

If require_cost_estimate is true, every idea needs:

  • estimated wall time;
  • minimal smoke test;
  • promotion gate from cheap to expensive fidelity.

Do not launch a new executor when remaining budget cannot cover the executor plus finalization buffer.

Read the full file on GitHub · 122 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 122 lines · 76 tokens per session scan A 5ae23237633d

Subscribe to this mod's changes

arbor-agent-plugins-hitl-budget is a skill published in the GitHub repository RUC-NLPIR/Arbor (1,063 stars, last pushed 4d ago), licensed Apache-2.0. It adds 76 tokens to every session and 914 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. 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

skill-forge

Autonome Verbesserung nach dem Autoresearch-Paradigma (Karpathy). Zwei Modi: (1) Skill-Modus — optimiert eine SKILL.md durch iterative Mutation und Evaluation. (2) Generic-Modus — optimiert beliebige Dateien gegen jede mechanische Metrik (Testabdeckung, Bundle-Size, Lighthouse-Score, Docker-Image-Größe, etc.). Zwei…

GodModeAI2025/skill-forge · 276 tokens

flow-nexus-swarm

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform.

ruvnet/ruflo · 20 tokens

autogpt-agents

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

davila7/claude-code-templates · 39 tokens

autocontext

Iterative strategy generation and evaluation system. Use when the user wants to evaluate agent output quality, run improvement loops, queue tasks for background evaluation, check run status, inspect runtime artifacts and session branch lineage, or discover available scenarios. Provides LLM-based judging with…

greyhaven-ai/autocontext · 60 tokens

autocontext-consumer

Use when an agent needs to USE knowledge Autocontext already produced - find which scenarios have knowledge, read the playbook and lessons for one, understand the on-disk file and folder layout, and move knowledge between checkouts. Host-agnostic; requires only the autoctx CLI and the filesystem.

greyhaven-ai/autocontext · 67 tokens

autocontext-creator

Use when an agent needs to CREATE knowledge with Autocontext - run a scenario or plain-language task through the improvement loop, judge or improve a single output, and inspect what the run produced. Host-agnostic; requires only the autoctx CLI.

greyhaven-ai/autocontext · 57 tokens