> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# My Skills

> List skills submitted by the authenticated user, with trade counts.



## OpenAPI

````yaml /openapi.json get /api/sdk/skills/mine
openapi: 3.1.0
info:
  title: Simmer API
  description: Agent-native trading infrastructure for prediction markets.
  version: 1.0.0
servers:
  - url: https://api.simmer.markets
security: []
paths:
  /api/sdk/skills/mine:
    get:
      summary: My Skills
      description: List skills submitted by the authenticated user, with trade counts.
      operationId: api_sdk_my_skills_api_sdk_skills_mine_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````