File: /var/www/viitorx.stgviitor.com/.well-known/agent-skills/skills/browse-offerings.json
{
"schema_version": "0.2.0",
"id": "viitorx-browse-offerings",
"name": "Browse ViitorX Offerings",
"description": "Retrieve and browse the services and offerings provided by ViitorX digital agency, including web development, mobile app development, UI/UX design, and digital strategy services.",
"version": "1.0.0",
"provider": {
"name": "ViitorX",
"url": "https://viitorx.com",
"contact": "[email protected]"
},
"entry_point": {
"url": "https://viitorx.com/offerings/",
"method": "GET",
"content_types": ["text/html", "text/markdown"]
},
"parameters": [],
"auth_required": false,
"examples": [
{
"description": "Get the offerings page in markdown format for easy parsing",
"request": {
"url": "https://viitorx.com/offerings/",
"headers": {
"Accept": "text/markdown"
}
}
}
],
"tags": ["agency", "services", "web-development", "mobile", "design", "digital-marketing"]
}