hep-local.body

hep-local.body is a command for Claude Code from agentlas-ai/Agentlas-OS. It costs 0 tokens per session (1,052 once invoked), scanned A, a copy of hep-local, Apache-2.0.

A local workforce command that searches agents registered on this machine and prepares a selected group for a task.

In plain words
What is it for?
Finding and selecting locally installed agents for project work.
Why use it?
It keeps private project details on the host and prevents cloud or public agents from being included in a local-only search.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Finding and selecting locally installed agents for project work.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/agentlas-ai/agentlas-os/hep-local.body
About the project

Agentlas OS is a local-first system for creating, storing, borrowing, and running specialist AI agents and temporary agent teams through supported hosts and models. It serves people who want reusable agents that remain available across computers and model workspaces, and the catalogue contains its skills, commands, hooks, agents, instructions, plugin, and rule.

agentlas-ai/Agentlas-OS · 1,105 stars · on GitHub · agentlas.cloud

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.

Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS

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 hep-local.body

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-local.body/github.svg)](https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-local.body)
Your own site
<a href="https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-local.body"><img src="https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-local.body/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 hep-local.body

Your own site · 80×15
<a href="https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-local.body"><img src="https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-local.body.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,052 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.
Origin 94% copy Near-identical to another mod 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.00000 $0.01052
Opus 5 $0.00000 $0.00526
Sonnet 5 $0.00000 $0.00210
Haiku 4.5 $0.00000 $0.00105

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

Security

Grade A, and why

hep-local.body 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 6d 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.

Origin

This is a copy

94% identical to hep-local — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

contracts/commands/hep-local.body.md · 64 lines

How it starts

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

Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.

/hep-local

Raw request: {{ARGS}}

Act as the temporary top-level workforce orchestrator. Use the local Agentlas OS MCP server hephaestus-network and call the Workforce tools with exact sourceScope: "local". Before every unpinned discovery, Core refreshes the current safe snapshot for each active registered Local source, creating a new release when the source folder changed. This command searches only that registered Local inventory; it must not add owner Cloud or public Hub candidates. A prepared or goal-bound selection remains pinned to its exact release. network reindex rebuilds the card cache but is not the release refresh mechanism, and a new source still requires explicit registration.

  1. Author a redacted agentlas.workforce-work-order.v1; private project grounding stays on-host.
  2. Call workforce.search_candidates with {workOrder, sourceScope: "local"} and keep the complete response as federationResult, including its local registry receipt.
  3. Author the final agentlas.workforce-selection.v1 as the active host LLM, then call workforce.validate_selection with {workOrder, selection} and keep the response as federatedSelection. Revise on rejection; do not accept a deterministic picker or unrelated fallback.
  4. Call workforce.prepare_execution with {workOrder, selection, federatedSelection, projectDir}. Require every selected row to remain pinned to source local, exact package/content identity, runtime bundle, permission policy, and context digest.
  5. Execute distinct planner/manager, worker, synthesis, and verifier calls with explicit artifact handoffs. Preserve packaged Team graphs.

If the local Core MCP or registered inventory is unavailable, report source_unavailable; do not silently search Cloud or Hub. A prepared roster is not proof of execution.

Rules carried from the other runtime copies

These lines existed in one runtime's hand-maintained copy and not in the longest one. They are kept verbatim rather than dropped — a rule that only one runtime enforced was still a rule someone wrote on purpose.

Read the full file on GitHub · 64 lines

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. 6d ago First seen · 64 lines · 0 tokens per session scan A db347cedfedb

Subscribe to this mod's changes

hep-local.body is a command published in the GitHub repository agentlas-ai/Agentlas-OS (1,105 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,052 tokens. A static security scan graded it A with 0 findings. It is 94% identical to hep-local, differing in 9 lines, and is treated as a copy.