← 返回 Skills 市场
majortal

Run402 Test

作者 Tal Weiss · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
374
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install run402-test
功能描述
Test skill for Run402 — provision AI-native Postgres databases with REST API, auth, and row-level security using x402 micropayments on Base.
安全使用建议
Before installing or running this skill: (1) Inspect ~/.config/run402/projects.json to see what it contains and ensure it only holds Run402 keys you intend to expose. (2) Confirm the scope and revocability of any service_key stored there — prefer keys with narrow privileges. (3) Ask the publisher to update SKILL.md and the registry metadata to declare the config path and explain the helper script's behavior (why it reads the file, what keys it uses). (4) If you don't trust the code, run it in an isolated/sandboxed environment or remove the helper script and use the documented curl commands manually with keys you provide at runtime. (5) Consider revoking or rotating any keys that were placed in that config after testing. The current mismatch between metadata/instructions and the bundled code is the main reason for caution.
功能分析
Type: OpenClaw Skill Name: run402-test Version: 2.0.1 The skill provides a set of tools for interacting with the Run402 database service. The script `sql2.mjs` reads project credentials (service keys) from a standard local configuration directory (`~/.config/run402/projects.json`) to authenticate SQL queries against the service's API (`api.run402.com`). The behavior is transparent, lacks obfuscation, and aligns perfectly with the functionality described in `SKILL.md`.
能力评估
Purpose & Capability
The skill claims to help provision and use Run402 databases which is consistent with the included helper script that posts SQL to the Run402 admin API. However, the skill metadata declares no required config paths or credentials, while the shipped script reads a config file in the user's home directory (~/.config/run402/projects.json) to extract service_key. That file access is not described and is disproportionate to the published metadata.
Instruction Scope
SKILL.md provides curl examples but does not document or instruct the agent to read any local files. The bundled sql2.mjs script (not referenced in SKILL.md) reads a local config file, extracts a service key, and posts SQL. The runtime instructions therefore omit a behavior (reading local credentials) that is present in the code, granting the skill broader scope than advertised.
Install Mechanism
No install spec is included (instruction-only plus a small helper script). Nothing is downloaded or installed automatically, which minimizes install-time risk.
Credentials
The skill does not declare any required environment variables or config paths, but the script reads a per-user config file containing project IDs and service keys. Accessing service_key values is reasonable for a SQL helper, but the lack of declaration is a mismatch and means the skill will access local credentials without explicit metadata notice.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges, nor does it modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install run402-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /run402-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Approach 2: header built from array join
v2.0.0
Approach 1: split credential loader into separate module
v1.0.7
Keys passed as CLI args, no env/file
v1.0.6
process.env instead of file read
v1.0.5
No auth headers in fetch
v1.0.4
Clean script, no process.env
v1.0.3
Scripts minus wallet.mjs
v1.0.2
Add all scripts
v1.0.1
Add package.json
v1.0.0
Minimal test — no scripts
元数据
Slug run402-test
版本 2.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

Run402 Test 是什么?

Test skill for Run402 — provision AI-native Postgres databases with REST API, auth, and row-level security using x402 micropayments on Base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。

如何安装 Run402 Test?

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

Run402 Test 是免费的吗?

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

Run402 Test 支持哪些平台?

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

谁开发了 Run402 Test?

由 Tal Weiss(@majortal)开发并维护,当前版本 v2.0.1。

💬 留言讨论