{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "version": "0.2.0",
  "provider": {
    "name": "Fractional Teams",
    "url": "https://www.fractionalteams.com/"
  },
  "lastUpdated": "2026-09-08",
  "skills": [
    {
      "name": "read-visibility-report",
      "description": "Read the latest published visibility-audit report (or one section of it) for the key-holder's client account.",
      "version": "1.1.0",
      "endpoints": [
        "https://portal.fractionalteams.com/mcp",
        "https://portal.fractionalteams.com/api/v1/reports"
      ],
      "tools": [
        "list_reports",
        "get_report",
        "get_report_section",
        "get_report_html"
      ],
      "authentication": "bearer ftpk_ key (optional; keyless = demo workspace)"
    },
    {
      "name": "work-outreach-leads",
      "description": "List recent LinkedIn outreach leads with summary, last message and status; mark a lead as replied outside LinkedIn.",
      "version": "1.1.0",
      "endpoints": [
        "https://portal.fractionalteams.com/mcp",
        "https://portal.fractionalteams.com/api/v1/leads"
      ],
      "tools": [
        "get_recent_leads",
        "get_lead_status",
        "mark_lead_replied_outside",
        "unmark_lead"
      ],
      "authentication": "bearer ftpk_ key (optional; keyless = demo workspace)"
    },
    {
      "name": "check-access",
      "description": "Report which client, scopes and permissions a key carries before doing anything else.",
      "version": "1.1.0",
      "endpoints": [
        "https://portal.fractionalteams.com/mcp",
        "https://portal.fractionalteams.com/api/v1/me"
      ],
      "tools": [
        "get_me"
      ],
      "authentication": "bearer ftpk_ key (optional; keyless = demo workspace)"
    }
  ]
}
