Contact form
Submit a short contact-form message to the team for general inquiries.From its SKILL.md
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.
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
- 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.