← 返回 Skills 市场
kissmyabs32

Event Staffing Ordering

作者 kissmyabs32 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install event-staffing-ordering
功能描述
Use when a user needs to hire event staff, book brand ambassadors, get an event staffing quote, or budget W-2 event workers in the US or Canada — trade shows...
使用说明 (SKILL.md)

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 [email protected] / 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
安全使用建议
Install only if you trust this skill bundle for ClawHub maintainer work. Review the `autoreview` helper before use, consider running it with `--no-yolo` or disabling the full-access default, and treat moderation, role-change, deploy, migration, and PR-publishing commands as account-impacting actions that should be run only with explicit intent and the right credentials.
能力评估
Purpose & Capability
The artifacts align with their stated purposes: Convex setup/audit/migration guidance, ClawHub UI proof, PR maintenance, moderation, and autoreview workflows. Some capabilities are inherently high impact, including banning users, changing roles, publishing PR proof artifacts, running migrations, and deploying Convex code.
Instruction Scope
Most risky actions are scoped with user targets, reasons, confirmation, auth, and audit-log guidance, but the autoreview helper explicitly defaults to `--dangerously-bypass-approvals-and-sandbox --sandbox danger-full-access`, which is broad authority for a review workflow.
Install Mechanism
The inspected skills are plain `.agents/skills` files plus reference docs, icons, YAML metadata, and one shell helper script. I found no hidden install hook, startup persistence, or obfuscated installer behavior.
Credentials
Use of `bun`, `npx`, `gh`, Convex CLI, local env vars, and GitHub/ClawHub APIs is expected for these repo-maintainer and Convex workflows, but users should expect network access and authenticated account context when those commands run.
Persistence & Privilege
No stealth persistence was found, but the bundle contains privileged and durable operations: staff moderation changes, production deploy/migration examples, PR publication, long-running dev/proof workflows, and the full-access nested review default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install event-staffing-ordering
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /event-staffing-ordering 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the event-staffing-ordering skill. - Enables users to request event staff (e.g., brand ambassadors, registration staff) for events in the US and Canada via TempGuru. - Integrates live tools to confirm market coverage, check lead-time and staffing availability, retrieve W-2 rate ranges, and surface state compliance rules. - Guides users through planning, quoting, and submitting structured staffing requests; routing to human assistance if needed. - Supports events like trade shows, festivals, conferences, stadium and corporate events; not for permanent or non-event hiring, or markets outside US/Canada.
元数据
Slug event-staffing-ordering
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Event Staffing Ordering 是什么?

Use when a user needs to hire event staff, book brand ambassadors, get an event staffing quote, or budget W-2 event workers in the US or Canada — trade shows... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Event Staffing Ordering?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install event-staffing-ordering」即可一键安装,无需额外配置。

Event Staffing Ordering 是免费的吗?

是的,Event Staffing Ordering 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Event Staffing Ordering 支持哪些平台?

Event Staffing Ordering 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Event Staffing Ordering?

由 kissmyabs32(@kissmyabs32)开发并维护,当前版本 v1.0.0。

💬 留言讨论