{"id":"91f85db0-81b0-41fd-a2f0-9c0c4fc56175","shortId":"rq5bmG","kind":"skill","title":"dispatch","tagline":"Dispatch integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Dispatch data.","description":"# Dispatch\n\nDispatch is a platform for managing and automating field service operations. It's used by businesses with mobile workforces, such as HVAC, plumbing, or electrical services, to schedule jobs, track technicians, and communicate with customers.\n\nOfficial docs: https://developers.dispatch.me/\n\n## Dispatch Overview\n\n- **Dispatch Company**\n  - **Driver**\n  - **Vehicle**\n- **Trip**\n\nUse action names and parameters as needed.\n\n## Working with Dispatch\n\nThis skill uses the Membrane CLI to interact with Dispatch. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.\n\n### Install the CLI\n\nInstall the Membrane CLI so you can run `membrane` from the terminal:\n\n```bash\nnpm install -g @membranehq/cli@latest\n```\n\n### Authentication\n\n```bash\nmembrane login --tenant --clientName=<agentType>\n```\n\n\nThis will either open a browser for authentication or print an authorization URL to the console, depending on whether interactive mode is available.\n\n**Headless environments:** The command will print an authorization URL. Ask the user to open it in a browser. When they see a code after completing login, finish with:\n\n```bash\nmembrane login complete <code>\n```\n\nAdd `--json` to any command for machine-readable JSON output.\n\n**Agent Types** : claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling to be used best with your harness\n\n### Connecting to Dispatch\n\nUse `connection connect` to create a new connection:\n\n```bash\nmembrane connect --connectorKey dispatch\n```\nThe user completes authentication in the browser. The output contains the new connection id.\n\n\n#### Listing existing connections\n\n```bash\nmembrane connection list --json\n```\n\n### Searching for actions\n\nSearch using a natural language description of what you want to do:\n\n```bash\nmembrane action list --connectionId=CONNECTION_ID --intent \"QUERY\" --limit 10 --json\n```\n\nYou should always search for actions in the context of a specific connection.\n\nEach result includes `id`, `name`, `description`, `inputSchema` (what parameters the action accepts), and `outputSchema` (what it returns).\n\n## Popular actions\n\n| Name | Key | Description |\n|---|---|---|\n| List Users | list-users | Retrieve all users in the organization |\n| List Vehicles | list-vehicles | Retrieve all vehicles in the organization |\n| List Drivers | list-drivers | Retrieve all drivers in the organization |\n| List Orders | list-orders | Retrieve a list of orders with optional filtering |\n| List Invoices | list-invoices | List invoices from the user's organization |\n| List Manifests | list-manifests | Retrieve all manifests for a specific date |\n| List Organizations | list-organizations | Retrieve a list of organizations |\n| Get Order | get-order | Retrieve details of a specific order by ID |\n| Get Delivery | get-delivery | Retrieve details of a specific delivery by ID |\n| Get Vehicle | get-vehicle | Retrieve details of a specific vehicle by ID |\n| Get Invoice | get-invoice | Get details of a specific invoice by ID |\n| Create Order | create-order | Create a new delivery order with pickup and drop-off information |\n| Create Vehicle | create-vehicle | Create a new vehicle in the organization |\n| Update Order | update-order | Edit an existing order |\n| Delete Vehicle | delete-vehicle | Delete a vehicle from the organization |\n| Get Delivery Events | get-delivery-events | Retrieve events/history for a specific delivery |\n| Get Order Events | get-order-events | Retrieve events/history for a specific order |\n| Create Estimate | create-estimate | Get a delivery cost estimate before creating an order |\n| Cancel Order | cancel-order | Cancel an existing order |\n| Assign Driver to Vehicle | assign-driver-to-vehicle | Assign a driver to a specific vehicle |\n\n### Creating an action (if none exists)\n\nIf no suitable action exists, describe what you want — Membrane will build it automatically:\n\n```bash\nmembrane action create \"DESCRIPTION\" --connectionId=CONNECTION_ID --json\n```\n\nThe action starts in `BUILDING` state. Poll until it's ready:\n\n```bash\nmembrane action get <id> --wait --json\n```\n\nThe `--wait` flag long-polls (up to `--timeout` seconds, default 30) until the state changes. Keep polling until `state` is no longer `BUILDING`.\n\n- **`READY`** — action is fully built. Proceed to running it.\n- **`CONFIGURATION_ERROR`** or **`SETUP_FAILED`** — something went wrong. Check the `error` field for details.\n\n### Running actions\n\n```bash\nmembrane action run <actionId> --connectionId=CONNECTION_ID --json\n```\n\nTo pass JSON parameters:\n\n```bash\nmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{\"key\": \"value\"}' --json\n```\n\nThe result is in the `output` field of the response.\n\n## Best practices\n\n- **Always prefer Membrane to talk with external apps** — Membrane provides pre-built actions with built-in auth, pagination, and error handling. This will burn less tokens and make communication more secure\n- **Discover before you build** — run `membrane action list --intent=QUERY` (replace QUERY with your intent) to find existing actions before writing custom API calls. Pre-built actions handle pagination, field mapping, and edge cases that raw API calls miss.\n- **Let Membrane handle credentials** — never ask the user for API keys or tokens. Create a connection instead; Membrane manages the full Auth lifecycle server-side with no local secrets.","tags":["dispatch","application","skills","membranedev","agent-skills","claude-code-skill","claude-skills","membrane"],"capabilities":["skill","source-membranedev","skill-dispatch","topic-agent-skills","topic-claude-code-skill","topic-claude-skills","topic-membrane","topic-skills"],"categories":["application-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/membranedev/application-skills/dispatch","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add membranedev/application-skills","source_repo":"https://github.com/membranedev/application-skills","install_from":"skills.sh"}},"qualityScore":"0.464","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 29 github stars · SKILL.md body (5,444 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-27T12:58:41.825Z","embedding":null,"createdAt":"2026-04-18T22:34:36.334Z","updatedAt":"2026-04-27T12:58:41.825Z","lastSeenAt":"2026-04-27T12:58:41.825Z","tsv":"'10':286 '30':626 'accept':312 'action':70,263,278,293,311,319,571,578,591,599,611,640,663,666,678,712,738,750,759 'activ':10 'add':190 'adjust':214 'agent':201 'alway':290,699 'api':754,769,781 'app':706 'ask':167,777 'assign':553,558,562 'assign-driver-to-vehicl':557 'auth':106,717,793 'authent':91,129,142,242 'author':146,165 'autom':31 'automat':95,588 'avail':157 'bash':123,130,186,234,256,276,589,609,664,676 'best':219,697 'browser':140,175,245 'build':586,602,638,735 'built':643,711,715,758 'built-in':714 'burn':724 'busi':39 'call':755,770 'cancel':544,547,549 'cancel-ord':546 'case':766 'chang':630 'check':656 'claud':203 'cli':84,110,114 'clientnam':134 'code':180 'codex':205 'command':161,194 'communic':56,729 'compani':65 'complet':182,189,241 'configur':648 'connect':223,227,228,233,236,251,255,258,281,300,595,669,681,787 'connectionid':280,594,668,680 'connectorkey':237 'consol':150 'contain':248 'context':296 'cost':538 'creat':230,455,458,460,472,475,477,530,533,541,569,592,785 'create-estim':532 'create-ord':457 'create-vehicl':474 'credenti':93,775 'custom':58,753 'data':22 'date':392 'deal':7 'default':625 'delet':493,496,498 'delete-vehicl':495 'deliveri':417,420,426,463,505,509,516,537 'depend':151 'describ':580 'descript':269,306,322,593 'detail':409,422,435,448,661 'developers.dispatch.me':61 'discov':732 'dispatch':1,2,21,23,24,62,64,78,88,225,238 'doc':60 'driver':66,346,349,352,554,559,564 'drop':469 'drop-off':468 'edg':765 'edit':489 'either':137 'electr':48 'environ':159 'error':649,658,720 'estim':531,534,539 'etc':208 'event':506,510,519,523 'events/history':512,525 'exist':254,491,551,574,579,749 'extern':705 'fail':652 'field':32,659,693,762 'filter':368 'find':748 'finish':184 'flag':617 'focus':99 'full':792 'fulli':642 'g':126 'get':403,406,416,419,429,432,442,445,447,504,508,517,521,535,612 'get-deliveri':418 'get-delivery-ev':507 'get-invoic':444 'get-ord':405 'get-order-ev':520 'get-vehicl':431 'handl':90,721,760,774 'har':222 'headless':158 'hvac':45 'id':252,282,304,415,428,441,454,596,670,682 'includ':303 'inform':471 'input':683 'inputschema':307 'instal':108,111,125 'instead':788 'integr':3,102 'intent':283,740,746 'interact':19,86,154 'invoic':370,373,375,443,446,452 'job':52 'json':191,199,260,287,597,614,671,674,686 'keep':631 'key':321,684,782 'languag':268 'latest':128 'lead':8 'less':725 'let':772 'lifecycl':794 'limit':285 'list':253,259,279,323,326,334,337,345,348,356,359,363,369,372,374,381,384,393,396,400,739 'list-driv':347 'list-invoic':371 'list-manifest':383 'list-ord':358 'list-organ':395 'list-us':325 'list-vehicl':336 'local':800 'logic':103 'login':132,183,188 'long':619 'long-pol':618 'longer':637 'machin':197 'machine-read':196 'make':728 'manag':4,29,790 'manifest':382,385,388 'map':763 'membran':83,89,113,119,131,187,235,257,277,584,590,610,665,677,701,707,737,773,789 'membranehq/cli':127 'miss':771 'mobil':41 'mode':155 'name':71,305,320 'natur':267 'need':75 'never':776 'new':232,250,462,479 'none':573 'npm':124 'offici':59 'open':138,171 'openclaw':204 'oper':34 'option':367 'order':357,360,365,404,407,413,456,459,464,485,488,492,518,522,529,543,545,548,552 'organ':6,333,344,355,380,394,397,402,483,503 'output':200,247,692 'outputschema':314 'overview':63 'pagin':718,761 'paramet':73,309,675 'pass':673 'person':5 'pickup':466 'platform':27 'plumb':46,107 'poll':604,620,632 'popular':318 'practic':698 'pre':710,757 'pre-built':709,756 'prefer':700 'print':144,163 'proceed':644 'project':9 'provid':708 'queri':284,741,743 'rather':104 'raw':768 'readabl':198 'readi':608,639 'refresh':94 'replac':742 'respons':696 'result':302,688 'retriev':328,339,350,361,386,398,408,421,434,511,524 'return':317 'run':118,646,662,667,679,736 'schedul':51 'search':261,264,291 'second':624 'secret':801 'secur':731 'see':178 'server':796 'server-sid':795 'servic':33,49 'setup':651 'side':797 'skill':80 'skill-dispatch' 'someth':653 'source-membranedev' 'specif':299,391,412,425,438,451,515,528,567 'start':600 'state':603,629,634 'suitabl':577 'talk':703 'technician':54 'tenant':133 'termin':122 'timeout':623 'token':726,784 'tool':215 'topic-agent-skills' 'topic-claude-code-skill' 'topic-claude-skills' 'topic-membrane' 'topic-skills' 'track':53 'trip':68 'type':202 'updat':484,487 'update-ord':486 'url':147,166 'use':13,37,69,81,212,218,226,265 'user':16,169,240,324,327,330,378,779 'valu':685 'vehicl':67,335,338,341,430,433,439,473,476,480,494,497,500,556,561,568 'wait':613,616 'want':17,273,583 'warp':206 'went':654 'whether':153 'windsurf':207 'work':76 'workforc':42 'write':752 'wrong':655","prices":[{"id":"91334696-6562-4a0c-bac9-9808300fbb2d","listingId":"91f85db0-81b0-41fd-a2f0-9c0c4fc56175","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"membranedev","category":"application-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T22:34:36.334Z"}],"sources":[{"listingId":"91f85db0-81b0-41fd-a2f0-9c0c4fc56175","source":"github","sourceId":"membranedev/application-skills/dispatch","sourceUrl":"https://github.com/membranedev/application-skills/tree/main/skills/dispatch","isPrimary":false,"firstSeenAt":"2026-04-18T22:34:36.334Z","lastSeenAt":"2026-04-27T12:58:41.825Z"}],"details":{"listingId":"91f85db0-81b0-41fd-a2f0-9c0c4fc56175","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"membranedev","slug":"dispatch","github":{"repo":"membranedev/application-skills","stars":29,"topics":["agent-skills","claude-code-skill","claude-skills","membrane","skills"],"license":null,"html_url":"https://github.com/membranedev/application-skills","pushed_at":"2026-04-21T11:38:16Z","description":null,"skill_md_sha":"9f290cb60cca2a69512673935444146603246020","skill_md_path":"skills/dispatch/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/membranedev/application-skills/tree/main/skills/dispatch"},"layout":"multi","source":"github","category":"application-skills","frontmatter":{"name":"dispatch","license":"MIT","description":"Dispatch integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Dispatch data.","compatibility":"Requires network access and a valid Membrane account (Free tier supported)."},"skills_sh_url":"https://skills.sh/membranedev/application-skills/dispatch"},"updatedAt":"2026-04-27T12:58:41.825Z"}}