Contact form
Specification + validator for the agent-skills standard — machine-readable .well-known/agent-skills/SKILL.md files that let AI assistants (ChatGPT, Claude, Perplexity, Gemini) execute capabilities on your site's behalf.
npx -y skills add DualNova/agent-skills --skill contact-formAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
What its author says it does
Copied from the file, not written here
Submit a short contact-form message to the team for general inquiries.
SKILL.md
0.9 KB, 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
- Message (one paragraph or longer)
Step-by-step flow
- Confirm the user's intent.
- Collect the three fields.
- Direct to https://acme-studio.example/contact (the form accepts
?name=&email=&message=query params). - Tell the user: "Acme replies within 24 hours on business days."
Fallback
Email [email protected] directly with the same message.