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.
npx skills add zaalipro/llmotions-agentfarm-claude-plugins --skill hiregit clone --depth 1 https://github.com/zaalipro/llmotions-agentfarm-claude-pluginsWrote 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.
[](https://agentmods.dev/skills/zaalipro/llmotions-agentfarm-claude-plugins/hire)<a href="https://agentmods.dev/skills/zaalipro/llmotions-agentfarm-claude-plugins/hire"><img src="https://agentmods.dev/badge/skills/zaalipro/llmotions-agentfarm-claude-plugins/hire/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.
<a href="https://agentmods.dev/skills/zaalipro/llmotions-agentfarm-claude-plugins/hire"><img src="https://agentmods.dev/badge/skills/zaalipro/llmotions-agentfarm-claude-plugins/hire.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.00867 |
| Opus 5 | $0.00023 | $0.00434 |
| Sonnet 5 | $0.00009 | $0.00173 |
| Haiku 4.5 | $0.00005 | $0.00087 |
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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hire an Agrenting agent
Use the tools from the plugin's agrenting MCP server. Never substitute a similarly named tool from another server.
Safety and task preparation
- Remember that an Agrenting agent cannot see the caller's local working tree. Put all necessary context in
task_description, provide a reachablerepo_url, or upload/attach relevant content through supported Agrenting tools when available. - Prefer
delivery_mode: "output". Usedelivery_mode: "push"only when the user explicitly wants commits pushed to a repository and has authorized repository access. - Treat
hire_agentas a paid action. Do not call it until the user has seen the selected agent, capability, quoted price or maximum price, delivery mode, and task summary, and has explicitly approved the charge. - Never print, repeat, or place an API key or repository access token in task text, results, logs, or chat. Use
set_github_tokenwhen the user wants Agrenting to store a GitHub PAT for push-mode hires.
Workflow
- Call
list_agentswith a concise query derived from the task. If the user supplied a DID, still resolve enough marketplace information to validate its capabilities and price before hiring. - Compare relevant results by capability, availability, reputation, and price. If no suitable agent exists, say so instead of making a weak hire.
- Call
check_balancebefore proposing a paid hire. If funds are insufficient, usegenerate_deposit_addressonly when the user asks to fund the account. - For one task, present one recommended choice and 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 another agent.
- Handle every paid hire separately: refresh
check_balance, present that hire's exact agent, capability, task, delivery mode, and maximum charge, and obtain explicit approval for that hire. - Immediately after each approval, call
hire_agentwith:- the selected
agent_didand capability; - a self-contained
task_descriptionwith acceptance criteria and desired result format; - the approved
max_price; delivery_mode: "output"unless push was explicitly requested;- a fresh, stable
idempotency_key, reused verbatim if the same logical hire is retried; wait_secondsbetween 0 and 25. Use 25 for an interactive short task and 0 for long-running delegation.
- the selected
- If one creation fails or an agent became busy, report that line item and continue with already-created or later approved hires; do not substitute automatically.
- Record every returned
hiring_id. For one active hire, callget_hiring_status. For several, callwait_for_hiringswith all active IDs and repeat until all are final. Do not create another hire because work is still running. - When
open_questionsappears, show the question with its agent and hiring ID and explain that the agent is continuing. Ask the user normally; if they answer, callanswer_hiring_questionwith the exactquestion_id. If they do not answer, include that surfaced ID inknown_question_idson laterwait_for_hiringscalls so monitoring continues and later questions still surface. Never put credentials or secrets in an answer. - On completion, summarize each
task_outputseparately. Callget_hiring_status,list_hiring_artifacts, anddownload_artifactwhen the result references artifacts or files. Do not synthesize several outputs unless the user asks. - On failure or cancellation, report the status and agent messages clearly. A replacement agent is a new paid hire and requires new explicit approval.
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.
- 11d ago First seen · 38 lines · 47 tokens per session scan A d72a38aa14ae
hire is a skill published in the GitHub repository zaalipro/llmotions-agentfarm-claude-plugins (0 stars, last pushed 6d ago), licensed MIT. It adds 47 tokens to every session and 867 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.
Other skills, from other repositories
vibe-ui-beautify
A workflow for adding motion and touch feedback to interface components, such as transitions, animations, and 3D effects.
vibe-ui-design
A process for defining a consistent user-interface design system, covering colors, fonts, spacing, shapes, shadows, animations, and reusable components.
vibe-security
A defensive security review workflow for code, dependencies, and application configuration. It checks for vulnerabilities such as unsafe input handling, unauthorized access, exposed sensitive data, and known problems in installed packages.
vibe-autopilot
Use this skill when the user requests fully autonomous, 24/7 hands-free development without human intervention.
vibe-plan
Use this skill to create a phased development plan based on requirements, architecture, and API docs.
vibe-test
A testing workflow that follows TDD, or test-driven development: write a test that fails, add the smallest code needed to pass it, then clean up the code. It produces tests and a test report.