Skip to content

Instawork/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instawork Agent Skills

A collection of agent skills for AI coding assistants (Cursor, Claude Code, etc.) provided by Instawork — the leading platform for flexible staffing.

Skills

find-workers

Guides finding workers and booking shifts on the Instawork platform for business partners via the Instawork Partner MCP server.

Use this skill to:

  • Book temporary workers for shifts
  • Find pricing for positions and locations
  • Search available locations and positions
  • Rebook from previous shifts or templates

Note

Only USA and Canada are supported. Long-term staffing and permanent positions are not supported.

Getting Started

Prerequisites

MCP Server Setup

Add the Instawork Partner MCP server to your AI assistant configuration:

Cursor / Claude Desktop (mcp.json or claude_desktop_config.json):

{
  "mcpServers": {
    "instawork-partner": {
      "command": "npx",
      "args": ["mcp-remote", "https://finch.instawork.com/mcp/partner/"]
    }
  }
}

Claude Code:

claude mcp add instawork-partner -- npx mcp-remote https://finch.instawork.com/mcp/partner/

Authentication is handled via OAuth. You will be prompted to log in with your Instawork partner credentials on first use.

Usage

Once set up, you can ask your AI assistant natural language questions like:

  • "Book 3 warehouse workers for Friday at our Chicago location"
  • "What's the pricing for a line cook shift next week?"
  • "Rebook the same team from our last event"

The skill will guide you through the booking workflow, confirm details, and submit the booking on your behalf.

About

Agent skills for staffing solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors