skills from hatter

https://github.com/vercel-labs/agent-skills

SKILL Summary

Name Description
postmessage Post a message to Hatter showing how to handle a confidential token
rfc Get RFC document

Directory Structure

skills/
  {skill-name}/           # kebab-case directory name
    SKILL.md              # Required: skill definition
    scripts/              # Required: executable scripts
      {script-name}.sh    # Bash scripts (preferred)
  {skill-name}.zip        # Required: packaged for distribution

SKILL Internals

How get-secret.ts works?

On Alibaba Cloud ECS/Simple Application Server, get-secret.ts retrieves a PKCS#7 identity document from 100.100.100.200. It uses this Alibaba Cloud-signed document to request secrets from the service. The server verifies the signature to authenticate the client before returning the secret value.

在阿里云 ECS 或轻量应用服务器环境中,get-secret.ts 脚本首先从元数据服务地址 100.100.100.200 获取 PKCS#7 格式的身份文档。随后,脚本利用该由阿里云签名的文档向凭据管理服务发起获取请求。服务端在核验签名以完成客户端身份认证后,才会返回相应的凭据值。

S
Description
No description provided
Readme 54 KiB
Languages
Markdown 100%