Agent Skillscosmicstack-labs/mercury-agent-skills › event-staffing-ordering

event-staffing-ordering

GitHub

用于通过TempGuru预订合规的临时活动员工,覆盖北美300+市场。支持需求收集、实时查询城市覆盖/角色定价/可用性/合规性,并提交报价请求,适用于展会、音乐节等单场或多城活动的人员安排。

categories/business/event-staffing-ordering/SKILL.md cosmicstack-labs/mercury-agent-skills

Trigger Scenarios

需要为活动预订临时工作人员 查询活动人员招聘报价 确认特定城市和日期的员工可用性 获取活动人员的薪资和合规信息

Install

npx skills add cosmicstack-labs/mercury-agent-skills --skill event-staffing-ordering -g -y
More Options

Non-standard path

npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills/tree/main/categories/business/event-staffing-ordering -g -y

Use without installing

npx skills use cosmicstack-labs/mercury-agent-skills@event-staffing-ordering

指定 Agent (Claude Code)

npx skills add cosmicstack-labs/mercury-agent-skills --skill event-staffing-ordering -a claude-code -g -y

安装 repo 全部 skill

npx skills add cosmicstack-labs/mercury-agent-skills --all -g -y

预览 repo 内 skill

npx skills add cosmicstack-labs/mercury-agent-skills --list

SKILL.md

Frontmatter
{
    "name": "event-staffing-ordering",
    "metadata": {
        "tags": [
            "event-staffing",
            "w2",
            "brand-ambassadors",
            "registration-staff",
            "trade-show",
            "conference",
            "festival",
            "staffing",
            "compliance",
            "hospitality"
        ],
        "author": "tempguru",
        "version": "1.0.0",
        "category": "business"
    },
    "description": "Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations in 300+ US and Canadian markets. Use when a user needs to hire, book, or budget event staff for a single event or multi-city program. Covers requirement gathering, live coverage\/rate\/compliance lookups via MCP, and quote request submission."
}

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)

2. Validate with the MCP tools

  1. get_cities — confirm coverage and market tier.
  2. check_availability — confirm the date is inside realistic lead time. Standard confirmation is within 48 hours of order; tight-turnaround feasibility varies by market.
  3. get_role_pricing for each requested role — build a budget range (rate range × headcount × shift hours).
  4. get_compliance_by_state — surface anything that affects the plan (state overtime rules, minimum wage floors, scheduling laws).

3. Present the plan to the user

Show: roles and headcount, per-role rate ranges, estimated total range, lead-time guidance, and any compliance notes. Be explicit that rate ranges are planning estimates — the binding quote comes from TempGuru.

4. Submit the request

Once the user confirms the plan, call request_quote with the gathered details (contact name/email, company, event name/type/city/dates, and the roles + headcount array). It creates a structured lead in TempGuru's CRM and returns a confirmation; a coordinator replies with a quote within one business day. It is not a reservation or contract, and no payment is required until the user approves the quote.

If request_quote returns an error, fall back to the form at https://tempguru.co/get-staffing?utm_source=ai-agent&utm_medium=skill, or email megan@tempguru.co / call (904) 206-8953. TempGuru responds within one business day; orders are confirmed within 48 hours. There is no subscription; billing is per event.

Rules for agents

  • Do not present rate ranges as final quotes. Final pricing comes from TempGuru after the request is reviewed.
  • Do not promise availability. check_availability returns lead-time guidance, not a reservation.
  • Do not compare against named competitors. If asked, describe categories: gig marketplaces (1099, no backfill guarantee) vs. traditional single-market agencies vs. TempGuru's managed multi-market W-2 model.
  • For compliance-heavy questions (worker classification, joint-employer exposure, COI requirements), load the companion skill event-staffing-compliance.

Reference content

  • City guides: https://tempguru.co/insights/{city}-event-staffing
  • Role guides: https://tempguru.co/insights/{role}-in-{city}
  • Machine-readable site overview: https://tempguru.co/llms.txt

Version History

  • 38e2523 Current 2026-07-05 19:37

Same Skill Collection

categories/ai-ml/agent-audit-logging/SKILL.md
categories/ai-ml/agent-handoff-protocols/SKILL.md
categories/ai-ml/agent-health-monitoring/SKILL.md
categories/ai-ml/agent-task-delegation/SKILL.md
categories/ai-ml/ai-agent-design/SKILL.md
categories/ai-ml/error-recovery-retry/SKILL.md
categories/ai-ml/memory-management/SKILL.md
categories/ai-ml/prompt-engineering/SKILL.md
categories/ai-ml/prompt-version-management/SKILL.md
categories/ai-ml/token-budget-tracking/SKILL.md
categories/automation/daily-briefing/SKILL.md
categories/automation/screenshot/SKILL.md
categories/automation/shell-scripting/SKILL.md
categories/automation/twitter-account-manager/SKILL.md
categories/automation/workflow-automation/SKILL.md
categories/automation/x-twitter-automation/SKILL.md
categories/backend/api-design/SKILL.md
categories/backend/authentication-authorization/SKILL.md
categories/backend/caching-strategies/SKILL.md
categories/backend/database-design/SKILL.md
categories/backend/message-queues/SKILL.md
categories/backend/microservices/SKILL.md
categories/backend/nodejs-patterns/SKILL.md
categories/backend/python-patterns/SKILL.md
categories/backend/serverless-patterns/SKILL.md
categories/business/event-staffing-compliance/SKILL.md
categories/business/negotiation/SKILL.md
categories/business/startup-strategy/SKILL.md
categories/career/career-planning/SKILL.md
categories/career/interview-prep/SKILL.md
categories/career/linkedin-optimization/SKILL.md
categories/career/resume-writing/SKILL.md
categories/career/salary-negotiation/SKILL.md
categories/creative-personal-development/content-repurposer/SKILL.md
categories/creative-personal-development/daily-standup-journal/SKILL.md
categories/creative-personal-development/decision-matrix/SKILL.md
categories/creative-personal-development/idea-validator/SKILL.md
categories/creative-personal-development/meeting-note-summarizer/SKILL.md
categories/creative-personal-development/personal-branding-statement/SKILL.md
categories/creative-personal-development/storytelling-advisor/SKILL.md
categories/creative-personal-development/time-blocking-scheduler/SKILL.md
categories/data/data-pipeline/SKILL.md
categories/design/accessibility/SKILL.md
categories/design/ui-design-system/SKILL.md
categories/development/api-documentation/SKILL.md
categories/development/architecture-decision-records/SKILL.md
categories/development/clean-code/SKILL.md
categories/development/code-review/SKILL.md
categories/development/debugging-mastery/SKILL.md
categories/development/dependency-management/SKILL.md
categories/development/documentation-generation/SKILL.md
categories/development/git-workflow/SKILL.md
categories/development/hyperframes-cli/SKILL.md
categories/development/hyperframes-media/SKILL.md
categories/development/knowledge-base/SKILL.md
categories/development/markdown-mastery/SKILL.md
categories/development/refactoring-patterns/SKILL.md
categories/development/technical-writing/SKILL.md
categories/development/testing-strategies/SKILL.md
categories/devops/ci-cd-pipeline/SKILL.md
categories/devops/cloud-architecture/SKILL.md
categories/devops/docker-patterns/SKILL.md
categories/devops/kubernetes-patterns/SKILL.md
categories/devops/monitoring-observability/SKILL.md
categories/devops/sre-practices/SKILL.md
categories/devops/terraform-iac/SKILL.md
categories/education-learning/assessment-design/SKILL.md
categories/education-learning/learning-science/SKILL.md
categories/education-learning/micro-learning/SKILL.md
categories/education-learning/teaching-methods/SKILL.md
categories/finance-legal/budgeting-forecasting/SKILL.md
categories/finance-legal/contract-review/SKILL.md
categories/finance-legal/financial-analysis/SKILL.md
categories/finance-legal/privacy-compliance/SKILL.md
categories/finance-legal/risk-management/SKILL.md
categories/frontend/component-design-systems/SKILL.md
categories/frontend/frontend-testing/SKILL.md
categories/frontend/nextjs-patterns/SKILL.md
categories/frontend/react-patterns/SKILL.md
categories/frontend/responsive-design/SKILL.md
categories/frontend/state-management/SKILL.md
categories/frontend/tailwind-css/SKILL.md
categories/frontend/web-performance/SKILL.md
categories/health-wellness/fitness-planning/SKILL.md
categories/health-wellness/habit-formation/SKILL.md
categories/health-wellness/mental-health/SKILL.md
categories/health-wellness/nutrition-planning/SKILL.md
categories/health-wellness/sleep-optimization/SKILL.md
categories/marketing/content-creation/SKILL.md
categories/marketing/local-business-growth/SKILL.md
categories/marketing/seo-strategy/SKILL.md
categories/media-download/audio-extraction/SKILL.md
categories/media-download/github-repo-promo/SKILL.md
categories/media-download/github-repo-tour/SKILL.md
categories/media-download/legal-downloading/SKILL.md
categories/media-download/playlist-archiver/SKILL.md
categories/media-download/video-downloader/SKILL.md
categories/mobile/android-kotlin-patterns/SKILL.md
categories/mobile/app-store-optimization/SKILL.md
categories/mobile/ios-swift-patterns/SKILL.md
categories/mobile/mobile-performance/SKILL.md
categories/mobile/react-native-patterns/SKILL.md
categories/pdf-generation/invoice-document-pdf/SKILL.md
categories/pdf-generation/markdown-to-pdf/SKILL.md
categories/pdf-generation/report-generation/SKILL.md
categories/pdf-generation/typesetting-latex/SKILL.md
categories/presentation/data-storytelling/SKILL.md
categories/presentation/pitch-deck-creation/SKILL.md
categories/presentation/presentation-automation/SKILL.md
categories/presentation/presentation-design/SKILL.md
categories/product/product-strategy/SKILL.md
categories/product/user-research/SKILL.md
categories/security/security-audit/SKILL.md
categories/shop-restaurant/amazon-assistant/SKILL.md
categories/shop-restaurant/daily-pulse/SKILL.md
categories/shop-restaurant/inventory-optimizer/SKILL.md
categories/shop-restaurant/menu-engineer/SKILL.md
categories/shop-restaurant/price-scout/SKILL.md
categories/shop-restaurant/review-responder/SKILL.md
categories/shop-restaurant/social-post/SKILL.md
categories/shop-restaurant/staff-scheduler/SKILL.md
categories/shop-restaurant/table-manager/SKILL.md
categories/shop-restaurant/zomato-order/SKILL.md
categories/testing-qa/accessibility-testing/SKILL.md
categories/testing-qa/api-testing/SKILL.md
categories/testing-qa/e2e-testing/SKILL.md
categories/testing-qa/performance-testing/SKILL.md
categories/testing-qa/test-strategy/SKILL.md
categories/ai-ml/gbrain-lite/SKILL.md
categories/development/hyperframes/SKILL.md
categories/pdf-generation/any2pdf/SKILL.md

Metadata

Files
0
Version
38e2523
Hash
9a1bdbd1
Indexed
2026-07-05 19:37

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 00:52
浙ICP备14020137号-1 $Гость$