File: //var/www/viitorx.stgviitor.com/.well-known/agent-skills/skills/contact.json
{
"schema_version": "0.2.0",
"id": "viitorx-contact",
"name": "Contact ViitorX",
"description": "Access the ViitorX contact page to send a project inquiry or general message to the ViitorX team. The contact form collects name, email, phone number, and message details.",
"version": "1.0.0",
"provider": {
"name": "ViitorX",
"url": "https://viitorx.com",
"contact": "[email protected]"
},
"entry_point": {
"url": "https://viitorx.com/contact-us/",
"method": "GET",
"content_types": ["text/html", "text/markdown"]
},
"parameters": [],
"auth_required": false,
"human_in_the_loop": true,
"human_in_the_loop_note": "Form submission requires a human to complete the form fields. Agents should direct users to the contact page rather than submitting on their behalf.",
"examples": [
{
"description": "Get the contact page in markdown format",
"request": {
"url": "https://viitorx.com/contact-us/",
"headers": {
"Accept": "text/markdown"
}
}
}
],
"direct_contact": {
"email": "[email protected]",
"note": "For API access requests or business inquiries, email directly."
},
"tags": ["contact", "inquiry", "form", "business", "agency"]
}