{
  "version": "1",
  "service": "Continua personal AI",
  "provider": "Continua AI",
  "agent_endpoint": "https://agent.continua.ai/api/agents/message",
  "discovery_endpoint": "https://agent.continua.ai/.well-known/webfinger",
  "protocols": ["gravity/delegation/v1", "a2a/v1"],
  "skills": [
    {
      "id": "schedule_meeting",
      "name": "Schedule meeting",
      "description": "Check the user's calendar availability and propose meeting times",
      "tags": ["calendar", "scheduling", "availability"],
      "examples": ["Find a few times next week for a 30-minute meeting with Sarah."]
    },
    {
      "id": "preference_query",
      "name": "Preference query",
      "description": "Answer questions about the user's preferences, dietary restrictions, interests",
      "tags": ["preferences", "dietary", "interests", "memory"],
      "examples": ["Does the user have any dietary restrictions for dinner?"]
    },
    {
      "id": "reminder",
      "name": "Set reminder",
      "description": "Accept a reminder and deliver it to the user at the right time",
      "tags": ["reminders", "notifications", "tasks"],
      "examples": ["Remind the user tomorrow at 9 AM to call the dentist."]
    },
    {
      "id": "email_summary",
      "name": "Email summary",
      "description": "Summarize or triage the user's recent email",
      "tags": ["email", "inbox", "triage"],
      "examples": ["Summarize important unread emails from today."]
    },
    {
      "id": "context_query",
      "name": "Context query",
      "description": "Answer general questions using the user's memory and connected services",
      "tags": ["memory", "context", "search"],
      "examples": ["What should the user know before meeting Alex this afternoon?"]
    }
  ],
  "auth": {
    "type": "bearer",
    "description": "Firebase ID token or Continua API key"
  }
}
