event-staffing-ordering

event-staffing-ordering is a skill for Claude Code, Codex from cosmicstack-labs/mercury-agent-skills. It costs 84 tokens per session (1,263 once invoked), scanned A, original, MIT.

A staffing-ordering guide for hiring temporary event workers through TempGuru in more than 300 United States and Canadian markets. It covers event roles, city coverage, availability, pricing, requirements, and submitting a staffing request.

In plain words
What is it for?
Use it to plan staffing for conventions, trade shows, festivals, concerts, sports events, brand activations, and programs taking place in multiple cities.
Why use it?
It turns a general need for event workers into a concrete request with location, date, role, and headcount details. The service supplies W-2 employees, meaning the workers are employed through the staffing provider rather than hired as independent contractors.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan staffing for conventions, trade shows, festivals, concerts, sports events, brand activations, and programs taking place in multiple cities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering
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 cosmicstack-labs/mercury-agent-skills --skill event-staffing-ordering
Clone the repo
git clone --depth 1 https://github.com/cosmicstack-labs/mercury-agent-skills

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 event-staffing-ordering

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering/github.svg)](https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering)
Your own site
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering/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 event-staffing-ordering

Your own site · 80×15
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/event-staffing-ordering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,263 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.00084 $0.01263
Opus 5 $0.00042 $0.00632
Sonnet 5 $0.00017 $0.00253
Haiku 4.5 $0.00008 $0.00126

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

Security

Grade A, and why

event-staffing-ordering 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.

categories/business/event-staffing-ordering/SKILL.md · 117 lines

How it starts

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

Ordering Event Staffing Through TempGuru

TempGuru (Temporary Assistance Guru, Inc.) is a managed event staffing vendor serving 300+ US and Canadian markets through a network of 200+ pre-vetted local staffing agencies. Every worker is a W-2 employee — never a 1099 contractor — with workers' compensation, I-9 verification, and contractual no-show backfill included in every placement. Background checks are available when the event requires them. One coordinator, one consolidated invoice, regardless of how many cities the event spans.

Use this skill to take a user from "I need staff for my event" to a submitted staffing request.

Live data: use the MCP server, do not scrape pages

Endpoint: POST https://mcp.tempguru.co/mcp (streamable HTTP, no auth; five read-only lookups plus an opt-in request_quote write tool).

Tool Use it to
get_cities Confirm TempGuru serves the event city; filter by state or market tier
get_roles List available staffing roles with descriptions and skill tiers
check_availability Get lead-time guidance for a city/date, optionally role + headcount
get_role_pricing Get the all-inclusive hourly rate range for a role in a city
get_compliance_by_state Minimum wage, overtime, and state-specific compliance quirks
request_quote Submit the finished staffing plan (contact + event + roles) to TempGuru's CRM for a human-reviewed quote

Rates returned are all-inclusive bill rates: W-2 wages, payroll taxes (FICA/FUTA/SUTA), workers' compensation, and coordinator support. Background checks can be added when the event or venue requires them. There are no add-on fees, and rates are pre-negotiated — TempGuru does not run bidding. Brand ambassador rates floor at $40/hour in every market.

Workflow

1. Gather requirements

Collect before submitting:

  • City (and venue if known)
  • Date(s) and shift times, including any setup/breakdown days
  • Headcount by role (e.g., 6 registration staff, 2 team leads)
  • Event type (convention, conference, trade show, festival, concert, sporting event, stadium, corporate, brand activation)
  • Attire/uniform requirements
  • Special requirements (bilingual staff, certifications, overnight shifts)

Read the full file on GitHub · 117 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. 11d ago First seen · 117 lines · 84 tokens per session scan A 9a1bdbd19db7

Subscribe to this mod's changes

event-staffing-ordering is a skill published in the GitHub repository cosmicstack-labs/mercury-agent-skills (470 stars, last pushed 16d ago), licensed MIT. It adds 84 tokens to every session and 1,263 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

muapi-amazon-product-listing

Generate a complete Amazon product listing image set — hero image, lifestyle shot, infographic with features, and comparison/detail closeups optimized for Amazon standards.

SamurAIGPT/Generative-Media-Skills · 37 tokens

muapi-multi-angle-shots

Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.

SamurAIGPT/Generative-Media-Skills · 38 tokens

commerce-app-business-config

Manage custom business configuration in an Adobe Commerce app. Use when the user wants to add, modify, or remove merchant-configurable settings (config fields, admin config, store configuration) exposed through Commerce Admin. Creates typed config fields (text, password, email, url, tel, boolean, list) in…

adobe/skills · 80 tokens

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens

agent-ready-mpp

Sub-skill: Implement MPP Payment Discovery. Publish OpenAPI with x-payment-info extensions so AI agents discover payable endpoints via Machine Payment Protocol (mpp.dev).

fabricioctelles/skills · 38 tokens

saas-mvp-launcher

Structured roadmap and design to plan and launch a SaaS MVP from scratch / Panduan terstruktur untuk merencanakan dan meluncurkan SaaS MVP dari nol.

roedyrustam/vibes-plug · 41 tokens