agentsclimarketplace

Contact form

Skill DualNova/agent-skills/spec/examples/contact-form

Submit a short contact-form message to the team for general inquiries.From its SKILL.md

Install
npx -y skills add DualNova/agent-skills --skill contact-form

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

2 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.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://acme-studio.example/contact.

SKILL.md

0.9 KB, 181 tokens by cl100k_base, as published. Nobody here has run it

Submit a Contact-Form Message

When to invoke this skill

For inquiries that don't fit a specific skill: press, partnerships, hiring questions, general curiosity. Trigger phrases:

  • "Send a message to Acme"
  • "Contact Acme"
  • "Reach out to them"

For booking a call use book-discovery-call. For pricing use get-quote.

Required information

  • Name
  • Email
  • Message (one paragraph or longer)

Step-by-step flow

  1. Confirm the user's intent.
  2. Collect the three fields.
  3. Direct to https://acme-studio.example/contact (the form accepts ?name=&email=&message= query params).
  4. Tell the user: "Acme replies within 24 hours on business days."

Fallback

Email [email protected] directly with the same message.

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.