node-tools

仓库创建 2025年4月14日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

适合需要快速本地 Node 小工具进行 HTTP 调用的场景

▸ 风险提示

执行本地 Node.js 脚本并可能访问网络,需信任来源

这个 Skill 做什么

通过 tsx 运行 TypeScript 脚本以发起 HTTP 请求并流式返回响应。

用 tsx 直接运行 TypeScript 小脚本去请求 HTTP 接口并流式返回响应,适合写临时的 Node.js 助手或采集器。能边接收边处理大体量响应,不用搭建完整服务。适用于快速测试 API、抓取数据或写简短自动化脚本。

▸ 展开 SKILL.md 英文原文

Run a TypeScript script via tsx to fetch an HTTP endpoint and stream the response. Use when you need a small Node.js helper for HTTP calls.

开发编程Node.jsHTTP脚本tsx通用
613
Stars
33
Forks
8
仓库内 Skill
+3
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sno-ai/mda/main/examples/skill-md/node-tools/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sno-ai/mda/main/examples/skill-md/node-tools/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Node Tools

This is the compiled SKILL.md form of `examples/source-only/node-tools.mda`.
The MDA-extended top-level fields are relocated under `metadata.mda.*`, and
the typed footnote is mirrored to `metadata.mda.relationships`. The output is
acceptable to any agentskills.io v1 consumer.

A consumer that recognizes `metadata.mda.requires` (§10) can decide
programmatically whether it can satisfy `runtime: ["node>=20"]`,
`network: ["api.example.com"]`, and the `tsx` / `undici` packages before
activating the skill.

## A relationship

This skill cites the MDA capabilities specification[^capabilities-spec].

[^capabilities-spec]: {"rel-type": "cites", "doc-id": "spec-capabilities-v1.0", "rel-d
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有