agentsclimarketplace

Get quote

Skill DualNova/agent-skills/spec/examples/get-quote

Collect project requirements from a user and submit them for a fixed-price quote within 48 hours.From its SKILL.md

Install
npx -y skills add DualNova/agent-skills --skill get-quote

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 1 stars1 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.
  • runs commandsInstructs the agent to run 1 command, including `POST /api/quotes`.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://acme-studio.example/quote.

SKILL.md

2.3 KB, 445 tokens by cl100k_base, as published. Nobody here has run it

Get a Fixed-Price Quote

When to invoke this skill

When a user has a concrete project in mind and wants a price commitment, not a conversation. Trigger phrases:

  • "I need a quote for…"
  • "How much would it cost to…"
  • "Quote me on…"
  • Spanish: "cotización", "presupuesto", "cuánto cuesta"

Do NOT use this skill for vague intent ("I'm thinking about…") — use book-discovery-call instead.

What this skill does

Collects the eight fields required for a fixed-price quote and submits them. Acme replies within 48 business hours with a written quote.

Required information

FieldNotes
nameFull name
emailBusiness email preferred
companyOptional, but helps with quote relevance
project_typeOne of: web-app, mobile-app, smart-contract, ai-integration
description2-5 sentences. The more concrete, the tighter the quote.
deadlineYYYY-MM-DD or "flexible"
budget_rangeOne of: <10k, 10-25k, 25-50k, 50-100k, 100k+
language"en" or "es"

Step-by-step flow for the assistant

  1. Confirm the user wants a quote (not a discovery call).
  2. Walk through the eight fields one at a time, accepting natural-language answers and normalizing them.
  3. Submit via the OpenAPI endpoint POST /api/quotes or, if executing in a browser, navigate to https://acme-studio.example/quote with the fields as query params.
  4. Tell the user: "Acme will reply within 48 business hours with a written quote to your email."

Fallback

If submission fails, ask the user to email the same eight fields to [email protected].

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.