DescribePolarClawSkillDetail

Updated at:
Copy as MD

Queries the details of a PolarClaw Skill.

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

Slug

string

Yes

The Skill identifier.

alibacloud-rds-copilot

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

Owner

object

The Skill author information.

Image

string

The profile picture URL.

https://avatars.githubusercontent.com/u/58493?v=4

DisplayName

string

The display name of the author.

Peter Steinberger

Handle

string

The account identifier of the author.

steipete

UserId

string

The user ID of the author.

s179zksw999xz8ms4cy7pb2fr183m5jq

LatestVersion

object

The latest version information.

CreatedAt

integer

The version publish timestamp in Unix milliseconds.

1767545394459

Changelog

string

The version changelog.

empty

Version

string

The version number.

1.0.0

Skill

object

The core information of the Skill.

Slug

string

The Skill identifier.

weather

DisplayName

string

The display name.

Weather

Summary

string

The brief description.

Get current weather and forecasts (no API key required).

Tags

object

The tag key-value pairs.

{ "latest": "1.0.0" }

CreatedAt

integer

The first publish timestamp in Unix milliseconds.

1767545394459

UpdatedAt

integer

The last update timestamp in Unix milliseconds.

1778485729679

Stats

object

The statistics information.

InstallsCurrent

integer

3664

Comments

integer

6

Downloads

integer

155765

Versions

integer

1

Stars

integer

404

InstallsAllTime

integer

3787

Examples

Success response

JSON format

{
  "RequestId": "F45FFACC-xxx",
  "Message": "success",
  "Code": 200,
  "ApplicationId": "pa-xxx",
  "Owner": {
    "Image": "https://avatars.githubusercontent.com/u/58493?v=4",
    "DisplayName": "Peter Steinberger",
    "Handle": "steipete",
    "UserId": "s179zksw999xz8ms4cy7pb2fr183m5jq"
  },
  "LatestVersion": {
    "CreatedAt": 1767545394459,
    "Changelog": "empty",
    "Version": "1.0.0"
  },
  "Skill": {
    "Slug": "weather",
    "DisplayName": "Weather",
    "Summary": "Get current weather and forecasts (no API key required).",
    "Tags": {
      "latest": "1.0.0"
    },
    "CreatedAt": 1767545394459,
    "UpdatedAt": 1778485729679,
    "Stats": {
      "InstallsCurrent": 3664,
      "Comments": 6,
      "Downloads": 155765,
      "Versions": 1,
      "Stars": 404,
      "InstallsAllTime": 3787
    }
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.