← 返回 Skills 市场
tankscar

Payment Link Reader

作者 TanksCar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install payment-link-reader
功能描述
Fetch product info by payment link ID. Calls GStable API to get payment link details, returns product name, description, price, and supported payment tokens....
安全使用建议
This skill appears internally consistent and limited to calling GStable's public API. Before installing: 1) Run npm install in the skill directory to ensure 'tsx' is local (so npx won't fetch packages at runtime). 2) Be aware the script issues network requests to https://aipay.gstable.io (or any GSTABLE_API_BASE_URL you set) — if you have privacy or network restrictions, review that endpoint. 3) If you need higher assurance, inspect the shipped script (scripts/getPaymentLink.ts) yourself — it only parses the link_id and issues a GET request and prints JSON.
功能分析
Type: OpenClaw Skill Name: payment-link-reader Version: 1.0.0 The skill bundle is a legitimate utility for fetching product information from GStable payment links. The core logic in `scripts/getPaymentLink.ts` performs a simple GET request to a hardcoded API endpoint (https://aipay.gstable.io/api/v1) and includes proper regex validation for the input link ID. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md. The script calls the documented GStable endpoint and returns product/payment-token info. Required binary (node) is appropriate.
Instruction Scope
Runtime instructions are narrowly scoped: run npm install then execute the TypeScript script with a link_id or URL. The script only reads its CLI args and one optional env var (GSTABLE_API_BASE_URL) and performs a single HTTP GET to the API base URL.
Install Mechanism
No download-from-arbitrary-URL installs; install is via npm (package.json + devDependencies). The skill is instruction-first and includes source files. The shebang uses 'npx tsx' but package.json provides 'tsx' as a devDependency — running 'npm install' prevents npx from pulling packages at runtime.
Credentials
No required credentials or sensitive environment variables. Only an optional GSTABLE_API_BASE_URL is declared and used. No access to unrelated env vars or config paths.
Persistence & Privilege
Skill does not request persistent privileges (always is false). It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install payment-link-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /payment-link-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug payment-link-reader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Payment Link Reader 是什么?

Fetch product info by payment link ID. Calls GStable API to get payment link details, returns product name, description, price, and supported payment tokens.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Payment Link Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install payment-link-reader」即可一键安装,无需额外配置。

Payment Link Reader 是免费的吗?

是的,Payment Link Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Payment Link Reader 支持哪些平台?

Payment Link Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Payment Link Reader?

由 TanksCar(@tankscar)开发并维护,当前版本 v1.0.0。

💬 留言讨论