Skip to main content
GET
/
workspace
/
skill
List Skills
curl --request GET \
  --url https://api.example.com/workspace/skill \
  --header 'x-user-id: <x-user-id>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "dir": "<string>",
    "markdown": "<string>",
    "updated_at": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Query Parameters

agent_id
string
required
session_id
string
required

Response

Successful Response

name
string
required
description
string
required
dir
string
required
markdown
string
required
updated_at
number
required