Marineconnect pricing quote
Work with MarineConnect pricing and quote workflows. Use for global plan price, tenant product pricing, device/vessel plan pricing, marketplace prices, quote building, subscription request price calculation, pricing import preview, vessel plan upsert preview, and questions about which price source should be used.From its SKILL.md
npx -y skills add Marineconnect/marineconnect-agent-skills --skill marineconnect-pricing-quoteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 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.
SKILL.md
1.1 KB, 161 tokens by cl100k_base, as published. Nobody here has run it
MarineConnect Pricing Quote
Workflow
- Resolve tenant, device, plan, and pricing ids as needed.
- Get global plans with
finance_list_subscription_plans/finance_get_subscription_plan. - Get tenant prices with
finance_list_tenant_pricing/finance_get_tenant_pricing. - Get device/vessel plan prices with
finance_list_vessel_plansand related device subscription tools from discovery. - Build read-safe quote/price calculations with
finance_build_quote_from_devicesandfinance_calculate_subscription_request_price. - Use preview tools only for imports/upserts; do not execute imports.
Output
- Price source chain, resolved ids, quoted items, mismatches, currency assumptions, and next finance action.
What ships with it: 1 file
498 B alongside SKILL.md
agents/
- openai.yaml498 B
Gives 0 of the 12 instructions most sales audience skills give in 161 tokens
Counted across 401 of the 401 authors here whose files we hold, read 2026-08-07
- Read product marketing context before asking questionsin 21 of 401, across 11 files
- Acknowledge competitor strengths honestlyin 18 of 401, across 7 files
- Start every page with a summaryin 15 of 401, across 4 files
- Use a single, low-friction call to actionin 15 of 401, across 7 files
- Create a single source of truth for each competitorin 14 of 401, across 3 files
- Make each follow-up email add new valuein 11 of 401, across 5 files
- Cut any sentence that does not drive a replyin 10 of 401, across 4 files
- Tie personalization directly to the problemin 10 of 401, across 4 files
- Write paragraph comparisons for each dimensionin 9 of 401, across 3 files
- Link between related competitor pagesin 9 of 401, across 3 files
- Keep subject lines short and lowercasein 9 of 401, across 3 files
- Define ideal customer profile from top customersin 9 of 401, across 3 files
Said here and by no other author read
- Resolve tenant, device, plan, and pricing ids as needed
- Get global plans using finance list or get subscription plan
- Get tenant prices using finance list or get tenant pricing
- Get device or vessel plan prices using finance vessel plans
- Build quotes using finance build quote from devices
- Calculate subscription request prices using finance calculate
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.