SearchPolarClawSkills

Updated at:
Copy as MD

Searches for PolarClaw Skills.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

The application ID.

pa-xxx

Query

string

No

The search keyword. If this parameter is not specified, popular or recommended results are returned.

rds

Limit

integer

No

The maximum number of results to return. Valid values: 1 to 100.

10

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

F45FFACC-xxx

Message

string

The response message.

success

Code

integer

The response status code.

200

ApplicationId

string

The application ID.

pa-xxx

Results

array<object>

The list of search results.

object

The search result.

Score

number

The relevance score.

0.95

Slug

string

The skill identifier.

alibacloud-rds-copilot

DisplayName

string

The display name.

RDS Copilot

Summary

string

The brief description.

A copilot for RDS

Version

string

The latest version.

1.2.0

UpdatedAt

integer

The UNIX timestamp of the last update, in seconds.

1716000000

Examples

Success response

JSON format

{
  "RequestId": "F45FFACC-xxx",
  "Message": "success",
  "Code": 200,
  "ApplicationId": "pa-xxx",
  "Results": [
    {
      "Score": 0.95,
      "Slug": "alibacloud-rds-copilot",
      "DisplayName": "RDS Copilot",
      "Summary": "A copilot for RDS",
      "Version": "1.2.0",
      "UpdatedAt": 1716000000
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.