{
  "name": "turalula",
  "version": "1.0.0",
  "description": "Creative studio API for interactive lessons, quizzes, and visual stories. Tap-through cards, instant-feedback quizzes, emoji reactions, and learning paths. Built on TuraPress. Auth uses TuraLogin API keys. Part of Tura Cloud.",
  "homepage": "https://www.turalula.com",
  "documentation": "https://www.turalula.com/SKILL.md",
  "api": {
    "base_url": "https://www.turalula.com/api/v1",
    "authentication": "Bearer token",
    "endpoints": {
      "create_lesson": "POST /lula/lessons",
      "list_lessons": "GET /lula/lessons",
      "get_lesson": "GET /lula/lessons/:id",
      "update_lesson": "PUT /lula/lessons/:id",
      "delete_lesson": "DELETE /lula/lessons/:id",
      "create_quiz": "POST /lula/quizzes",
      "list_quizzes": "GET /lula/quizzes",
      "get_quiz": "GET /lula/quizzes/:id",
      "submit_quiz": "POST /lula/quizzes/:id/submit",
      "create_story": "POST /lula/stories",
      "list_stories": "GET /lula/stories",
      "get_story": "GET /lula/stories/:id",
      "add_reaction": "POST /lula/reactions",
      "get_reactions": "GET /lula/reactions/:contentType/:contentId",
      "create_path": "POST /lula/paths",
      "list_paths": "GET /lula/paths",
      "get_path": "GET /lula/paths/:id",
      "get_stats": "GET /lula/stats"
    }
  },
  "metadata": {
    "category": "creative-learning",
    "type": "interactive-content"
  },
  "files": {
    "skill": "https://www.turalula.com/SKILL.md",
    "agents": "https://www.turalula.com/AGENTS.md",
    "api": "https://www.turalula.com/API.md",
    "quickstart": "https://www.turalula.com/QUICKSTART.md",
    "metadata": "https://www.turalula.com/skill.json"
  },
  "features": [
    "Tap-through lessons with text, image, quiz, and embed steps",
    "Interactive quizzes with multiple-choice, fill-in, and image-pick",
    "Visual stories with cards, emoji, and background colors",
    "Emoji reactions on any content item",
    "Learning paths as ordered sequences of lessons and quizzes",
    "Content gating (free vs member-only)",
    "Tags for content organization",
    "Quiz scoring with pass/fail thresholds",
    "Built on TuraPress (blog, newsletter, video support included)",
    "TuraLogin API key authentication"
  ],
  "keywords": [
    "lessons",
    "quizzes",
    "stories",
    "interactive",
    "learning",
    "education",
    "creative",
    "cards",
    "reactions",
    "tura platform",
    "api-first",
    "ai-agents"
  ]
}
