Marineconnect support triage
Installable MarineConnect agent skills and OAuth-backed MCP plugin for Codex and ChatGPT Work mode.
npx -y skills add Marineconnect/marineconnect-agent-skills --skill marineconnect-support-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Triage MarineConnect support tickets. Use when the user asks to list open/pending tickets, inspect ticket content, read ticket messages, diagnose customer requests, build a diagnostic plan, check router reboot requests from tickets, connect a ticket to tenant/device/customer context, or prepare a support response using MarineConnect MCP tools.
SKILL.md
1.5 KB, 246 tokens by cl100k_base, as published. Nobody here has run it
MarineConnect Support Triage
Workflow
- Discover tools with
mcp_list_tools_by_roleusing the ticket prompt. - If no ticket id is provided, call
support_tickets_list_openorsupport_tickets_list_pending. - Call
support_tickets_get_detailandsupport_tickets_get_messages. - Call
support_ticket_triage_intentorsupport_ticket_build_diagnostic_plan. - Resolve tenant/device/customer using resolver tools from the diagnostic plan.
- For reboot/Wi-Fi requests, stop at preflight tools and summarize readiness.
Preferred Tools
support_tickets_list_open,support_tickets_list_pending.support_tickets_get_detail,support_tickets_get_messages.support_ticket_build_diagnostic_plan,support_ticket_triage_intent.support_tickets_search_context_options,support_tickets_get_transfer_history.tech_search_devices,tech_router_reboot_preflight,tech_preview_router_wifi_changewhen ticket content mentions router actions.
Output
- Ticket summary, detected intent, linked tenant/device/customer, evidence from tools, and safe next action.
- Do not perform a reboot or config write in Phase 2.
What ships with it: 1 file
484 B alongside SKILL.md
agents/
- openai.yaml484 B