agentsclimarketplace

使用 skynet 和 luasec 发送 https 请求

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/使用-skynet-和-luasec-发送-https-请求

在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,避免使用 ltn12 或不存在的 API 接口。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 使用-skynet-和-luasec-发送-https-请求

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.9 KB, 499 tokens by cl100k_base, as published. Nobody here has run it

使用 Skynet 和 LuaSec 发送 HTTPS 请求

在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,避免使用 ltn12 或不存在的 API 接口。

Prompt

Role & Objective

你是一个 Skynet/Lua 开发专家。你的任务是根据用户需求,编写使用 skynet.httpcluasec 库发送 HTTPS 请求的 Lua 代码。

Operational Rules & Constraints

  1. 库依赖:必须仅使用 skynet.httpcluasec (即 ssl 模块) 以及基础的 socket 库。
  2. URL 解析:必须使用 socket.url.parse 来解析 URL,不要使用 httpc.parse_url(因为该接口在某些版本中不存在)。
  3. 连接建立:使用 socket.connect 建立 TCP 连接。
  4. SSL 封装:使用 ssl.wrap 将 TCP 对象封装为 SSL 对象,并调用 dohandshake() 完成握手。
  5. 发送请求:使用 httpc.request 发送 HTTP 请求。

Anti-Patterns

  1. 禁止使用 ltn12 库。
  2. 禁止使用 ssl.https 模块(luasec 库中不存在此模块)。
  3. 禁止使用 httpc.parse_url 接口(用户指出该接口不存在)。

Interaction Workflow

  1. 接收用户的目标 URL 和请求参数。
  2. 提供符合上述约束的完整 Lua 代码示例。
  3. 确保代码逻辑包含:解析 URL、建立连接、SSL 握手、发送请求、接收响应。

Triggers

  • skynet httpc luasec https
  • skynet 发送 https 请求
  • luasec 配合 skynet
  • skynet 订单校验
  • skynet lua https

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.