{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "name": "AgencyKit Agent Skills",
  "description": "Skills for AI agents to interact with AgencyKit \u2014 freelancer and agency management platform",
  "skills": [
    {
      "name": "create-proposal",
      "type": "api",
      "description": "Create a client proposal with line items, pricing, and terms",
      "url": "https://agencykit.tech/.well-known/agent-skills/create-proposal.json",
      "sha256": "b3dca70a186e244eb5eee4a997e42afc5d33a56997496ef5eed76f4e2b87b7c3"
    },
    {
      "name": "create-invoice",
      "type": "api",
      "description": "Generate an invoice from a proposal or from scratch",
      "url": "https://agencykit.tech/.well-known/agent-skills/create-invoice.json",
      "sha256": "c710ff7f920dcfe8b8eebc228ed7d856ff8c76e4696bc954a8f7ac7bdda0f2ec"
    },
    {
      "name": "log-time",
      "type": "api",
      "description": "Log billable hours against a client or project",
      "url": "https://agencykit.tech/.well-known/agent-skills/log-time.json",
      "sha256": "211ab1a762dd8a804a8dd12fa6fda7bd69256da33c08314f1607c4fe6aa4eb91"
    },
    {
      "name": "list-clients",
      "type": "api",
      "description": "Retrieve all clients with contact info and project status",
      "url": "https://agencykit.tech/.well-known/agent-skills/list-clients.json",
      "sha256": "b5b2db4a702b5026dd1c22c74038da4ecb7700215adc407ae70b220523adfdec"
    }
  ]
}