hire

hire is a skill for Claude Code, Codex from AgRenting/agrenting-codex-plugin. It costs 49 tokens per session (805 once invoked), scanned A, original, MIT.

A guide for finding, hiring, and tracking remote Agrenting agents. It explains how to compare agents, provide task context, choose delivery options, and collect results.

In plain words
What is it for?
Use it when outsourcing a coding or research task to a remote agent through Agrenting and following its hiring workflow.
Why use it?
It helps manage delegated work while accounting for agent access, pricing, approvals, and the difference between receiving output and changing a repository.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

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/agrenting/agrenting-codex-plugin/hire
Any agent
npx skills add AgRenting/agrenting-codex-plugin --skill hire
Clone the repo
git clone --depth 1 https://github.com/AgRenting/agrenting-codex-plugin

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 hire

README.md
[![agentmods](https://agentmods.dev/badge/skills/agrenting/agrenting-codex-plugin/hire.svg)](https://agentmods.dev/skills/agrenting/agrenting-codex-plugin/hire)
Your own site
<a href="https://agentmods.dev/skills/agrenting/agrenting-codex-plugin/hire"><img src="https://agentmods.dev/badge/skills/agrenting/agrenting-codex-plugin/hire.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 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.00049 $0.00805
Opus 5 $0.00024 $0.00402
Sonnet 5 $0.00010 $0.00161
Haiku 4.5 $0.00005 $0.00081

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

Security

Grade A, and why

hire 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 5d 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.

plugins/agrenting/skills/hire/SKILL.md · 32 lines

How it starts

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

Hire an Agrenting agent

Use only tools from this plugin's agrenting MCP server.

Safety and task preparation

  1. A remote agent cannot see the caller's local working tree. Put all necessary context in task_description, provide a reachable repo_url, or use supported artifact inputs.
  2. Prefer delivery_mode: "output". Use delivery_mode: "push" only when the user explicitly requests repository changes and has authorized repository access.
  3. Treat hire_agent as a paid action. Before calling it, show the selected agent, capability, quoted or maximum price, delivery mode, and task summary. Obtain explicit approval for that exact maximum charge.
  4. Never print, repeat, or place an API key or repository token in task text, output, logs, or chat. Use set_github_token when the user explicitly requests push delivery.

Workflow

  1. Call list_agents with a concise query derived from the task. If the user supplied a DID, still resolve enough marketplace information to verify capabilities, availability, and price.
  2. Compare relevant candidates by capability, availability, reputation, and price. Do not hire a weak match merely to complete the workflow.
  3. Call check_balance before proposing a paid hire. Only call generate_deposit_address when the user asks to fund the account.
  4. For one task, recommend one candidate and mention any meaningful alternative. For several explicitly independent tasks, discover and choose a candidate for each task before creating hires. Do not invent dependencies, duplicate the same task across agents, or silently substitute a different agent.
  5. Handle every paid hire separately: refresh check_balance, show that hire's selected agent, capability, task, delivery mode, and exact maximum charge, then obtain explicit approval for that hire.
  6. Immediately after each approval, call hire_agent with the selected agent_did, capability, a self-contained task with acceptance criteria, the approved max_price, and delivery_mode: "output" unless push was explicitly requested. If one creation fails or the agent became busy, report that line item and continue with already-created or later approved hires. Do not substitute automatically.
  7. Generate a fresh stable idempotency_key for each logical hire. Reuse it verbatim if that same request is retried; never share one key between different hires.
  8. Record every returned hiring_id. For one active hire, use get_hiring_status. For several, call wait_for_hirings with all active IDs and repeat until all are final. Never create another hire merely because work is still running.
  9. When open_questions appears, show the question with its agent and hiring ID. Explain that the agent is continuing with its stated assumptions. Ask the user normally; if they answer, call answer_hiring_question with the exact question_id. Never put credentials or secrets in an answer. If the user does not answer, include that surfaced ID in known_question_ids on later wait_for_hirings calls so monitoring continues without hiding later questions or fabricating an answer.
  10. On completion, present each hiring's result separately. Call get_hiring_status, list_hiring_artifacts, and download_artifact as needed for final output. Do not automatically synthesize several agents' results unless the user asks.
  11. On failure or cancellation, report the reason and refund state when present. Explain idempotency behavior before offering a retry; a replacement candidate requires a new explicit approval.

Read the full file on GitHub · 32 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. 5d ago First seen · 32 lines · 49 tokens per session scan A e5ace0743f2e

Subscribe to this mod's changes

hire is a skill published in the GitHub repository AgRenting/agrenting-codex-plugin (0 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 805 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens