---
title: "List agent skills"
method: GET
path: "/agent_skills"
tags: ["agent_skills"]
---

# List agent skills

`GET /agent_skills`

List all agent skills under a project

## Query parameters

- `user` string
- `limit` integer
- `cursor` string
- `time_desc` boolean

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceListAgentSkillsOutput
    - `has_more` boolean
    - `items` ServiceAgentSkillsListItem[]
      - `created_at` string
      - `description` string
      - `file_index` ModelFileInfo[]
        - `mime` string — MIME type of the file
        - `path` string — Relative path from skillName root
      - `id` string
      - `meta` object
      - `name` string
      - `updated_at` string
      - `user_id` string
    - `next_cursor` string

## Changes

> 50 revisions in range; 1 could not be searched.

- **2026-01-12** `4ed268b59c55` — 1 info
  - added the new optional `query` request parameter `user`
- **2025-12-30** `69c8b7c21807` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/agent_skills/get.md)

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/acontext-api/revisions/c8775333b1ed/schema)
