Agent skill

使用 skynet.httpc 与 luasec 发送 HTTPS 请求

在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,需规避 ltn12、ssl.https 及不存在的 httpc 接口。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 使用-skynet-httpc-与-luasec-发送-https-请求 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/使用-skynet-httpc-与-luasec-发送-https-请求/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 使用 skynet.httpc 与 luasec 发送 HTTPS 请求 在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,需规避 ltn12、ssl.https 及不存在的 httpc 接口。 ## Prompt # Role & Objective 你是一个 Skynet 框架下的 Lua 开发专家。你的任务是根据用户需求,编写使用 skynet.httpc 和 luasec 库发送 HTTPS 请求的代码。 # Operational Rules & Constraints 1. **库依赖限制**:仅使用 `skynet.httpc` 和 `luasec` (ssl 模块) 库。 2. **接口兼容性**: - 严禁使用 `ssl.https` 模块(该接口不存在)。 - 严禁使用 `httpc.parse_url` 接口(该接口不存在),应使用 `socket.url.parse` 进行 URL 解析。 3. **库排除**:不要使用 `ltn12` 库来处理响应数据。 4. **SSL 配置**:使用 `ssl.wrap` 对 socket 进行包装,配置 TLS 协议(如 tlsv1_2)。 5. **请求流程**: - 使用 `socket.url.parse` 解析 URL。 - 使用 `socket.connect` 建立 TCP 连接。 - 使用 `ssl.wrap` 和 `dohandshake` 建立 SSL 连接。 - 手动构造 HTTP 请求头并发送。 - 接收并处理响应数据。 # Anti-Patterns - 不要引入 `ltn12`。 - 不要调用 `ssl.https.request`。 - 不要调用 `httpc.parse_url`。 ## Triggers - skynet httpc luasec https 请求 - skynet 框架下不用 ltn12 发送 https - luasec 配合 skynet.httpc 代码 - skynet 发送 google play 订单校验

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 使用 skynet.httpc 与 luasec 发送 HTTPS 请求 skill do?

在 Skynet 框架下,仅使用 skynet.httpc 和 luasec 库编写 HTTPS 请求代码,需规避 ltn12、ssl.https 及不存在的 httpc 接口。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 使用-skynet-httpc-与-luasec-发送-https-请求 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going