hep-network

hep-network is a skill for Claude Code from agentlas-ai/Agentlas-OS. It costs 18 tokens per session (1,178 once invoked), scanned A, original, Apache-2.0.

A workforce-orchestration skill that recruits and coordinates registered local agents, the signed-in owner's Cloud agents, and public Hub agents. It uses those agents as a network for completing a task.

In plain words
What is it for?
Use it to staff roles, reuse an ongoing project context, coordinate specialist agents, and verify the completed work.
Why use it?
It provides one workflow for selecting agents across the available sources while preserving their provenance and handoffs.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

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,101 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.

agentmods
npx agentmods add skills/agentlas-ai/agentlas-os/hep-network
Any agent
npx skills add agentlas-ai/Agentlas-OS --skill hep-network
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-network

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/hep-network.svg)](https://agentmods.dev/skills/agentlas-ai/agentlas-os/hep-network)
Your own site
<a href="https://agentmods.dev/skills/agentlas-ai/agentlas-os/hep-network"><img src="https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/hep-network.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,178 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00018 $0.01178
Opus 5 $0.00009 $0.00589
Sonnet 5 $0.00004 $0.00236
Haiku 4.5 $0.00002 $0.00118

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

Security

Grade A, and why

hep-network 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 2d 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.

kimi/skills/hep-network/SKILL.md · 90 lines

How it starts

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

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

Hephaestus Workforce Network

Raw request: $ARGUMENTS

Act as the active top-level workforce orchestrator. Use MCP server hephaestus-network, the local Agentlas OS Core and only host-visible Workforce MCP. Core reaches Cloud and Hub through its internal upstream client. Network means registered Local + signed-in owner Cloud + public Hub.

The user does not need to say goal. First read workforce.goal_context(projectDir) and reuse an active binding for the same ongoing work before considering recruitment.

Before the first Cloud or Hub source call, reuse the installed Agentlas sign-in. Resolve the runner only for authentication; staffing remains in the Workforce MCP tools:

RUNNER=""
for candidate in \
  "$HOME/.agentlas/runtime/current/bin/hephaestus" \
  "./bin/hephaestus"
do
  if [ -n "$candidate" ] && [ -x "$candidate" ]; then RUNNER="$candidate"; break; fi
done
[ -n "$RUNNER" ] && "$RUNNER" auth ensure --timeout 180 >/dev/null 2>&1 || true
  1. Author a redacted agentlas.workforce-work-order.v1 with substantive role slots. Fill a slot with task/cardinality/criticality plus only the communities/skills/knowledge, runtimes, and languages that genuinely constrain the hire; omit every other list field (absent = empty — the wire normalizes) and never fill requiredToolCapabilities, requiredAuthorities, forbiddenAuthorities, consumes, produces, requiredRoles, or modalities: tools, authorities, and modalities attach to the executing runtime, not the agent card, so those gates only exclude real candidates — put ordinary inputs/outputs in the task text and handoffs in edges. Private grounding stays local. Write every discovery-facing field in English, faithfully translating a non-English request (the candidate corpus is English and cross-lingual matching buries the correct agent — measured 1st vs 144th for one query); keep an untranslatable term with a short English gloss. languages is the delivery language, not the search language — keep it as the required output language even though the order is authored in English.
  2. Call workforce.search_candidates with {workOrder, sourceScope: "network"} and preserve source receipts plus selectionSessionId. The default response is a projected menu, not a complete federationResult; do not echo it as one. Unavailable sources remain explicit.
  3. From content and qualification evidence, author agentlas.workforce-selection.v1 yourself. Call workforce.validate_selection with {workOrder, selection} and keep its response as federatedSelection. Revise on rejection. Deterministic code may enforce governance but may not pick, rerank, or silently substitute.
  4. Call workforce.prepare_execution with {workOrder, selection, federatedSelection, projectDir, goalId?} and require exact source, release, package/content, runtime-bundle, permission, and context pins for every selected row. projectDir is mandatory; pass the incumbent goalId when continuing. Otherwise Core derives it from the WorkOrder id and automatically binds the successful plan before execution.
  5. Every later turn reads workforce.goal_context, reuses the incumbent roster plus local skills when sufficient, and recruits only a real additive gap using the same goalId. Record the turn posture through workforce.record_goal_turn.
  6. Before every bound invocation, advertise the live host sessions and call model.resolve_allocation with that inventory plus the host-owned stage: planner/manager-plan, worker, manager-synthesis/synthesis, or verifier. Use the receipt's exact provider, model, and effort for that invocation. Model pins and ceilings come only from the MCP server's operator policy, never from the task or tool arguments. A missing worker policy inherits orchestrator; orchestrator never falls through to worker.
  7. Spawn only the useful bound planner/manager, worker, synthesis, and verifier invocations with explicit artifact handoffs; preserve authoritative Team graphs. Allocation receipts have usage: null before execution, so record actual usage on the later invocation/run receipt instead of inventing zero.

Read the full file on GitHub · 90 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. 2d ago First seen · 90 lines · 18 tokens per session scan A e255d668aa5d

Subscribe to this mod's changes

hep-network is a skill published in the GitHub repository agentlas-ai/Agentlas-OS (1,101 stars, last pushed 3d ago), licensed Apache-2.0. It adds 18 tokens to every session and 1,178 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

doubt-driven-review

In-flight adversarial check on a non-trivial decision BEFORE it stands — distinct from post-hoc review of a finished diff. Use on "stress-test this decision", "are we sure about this", "verify before commit", "poke holes in this", when working in unfamiliar code, or before an irreversible step (migration, prod deploy…

BlackBeltTechnology/pi-agent-dashboard · 90 tokens

faq-mine

Mine docs/faq.md from README.md, docs/.md, and the pi-hermes memory stores. Dispatches @fast subagents per source, dedupes against the existing FAQ, and merges entries in caveman style. Use when asked to "build / regenerate / extend the FAQ", "mine docs into FAQ", "mine hermes memory into FAQ", "surface runtime…

BlackBeltTechnology/pi-agent-dashboard · 94 tokens

autofix

Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directly.

BlackBeltTechnology/pi-agent-dashboard · 30 tokens

performance-optimization

Measure-first performance work. Use on triggers like "it's slow", "profile this", "optimize perf", "fix the bottleneck", "improve load time / Core Web Vitals", or when a measured regression needs fixing. Enforces measure-before-optimize. Fills a perf gap not covered by existing project skills. Not a build/ship…

BlackBeltTechnology/pi-agent-dashboard · 77 tokens

scenario-design

Draft real-life test SCENARIOS (not smoke tests) from a change/feature spec. Derives edge-case, performance, frontend-quirk and error-handling scenarios with ISTQB techniques, routes each to a test level, and writes test-plan.md, emitting clarification questions on a spec gap. Use on "design test scenarios", "what…

BlackBeltTechnology/pi-agent-dashboard · 88 tokens

plan-proposal

Develop-side planning orchestrator for an OpenSpec change: artifact creation → doubt-driven-review → scenario-design → fold of automated scenarios into tasks.md, then STOPS at the git-worktree boundary. Main interactive session only; never a subagent. Triggers: "plan this change", "draft the proposal and plan"…

BlackBeltTechnology/pi-agent-dashboard · 83 tokens