← 返回 Skills 市场
divyn

Solana Stablecoin Payments in Real-time

作者 Divyasshree · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install solana-stablecoin-payments-tracking
功能描述
Real-time streaming Solana SPL stablecoin transfers (USDT and USDC) over WebSocket from the Bitquery GraphQL API. Subscribes to Transfers filtered by USDT/US...
安全使用建议
This skill appears coherent and limited to connecting to Bitquery's streaming API for USDC/USDT transfers, but check the following before installing: 1) Keep your BITQUERY_API_KEY in an environment variable and do not print or commit it; Bitquery requires the token in the WebSocket URL which can leak in proxies/logs — rotate the key if exposed. 2) Run the script in a sandbox or container first and limit network exposure to trusted egress where possible. 3) Confirm the registry metadata lists BITQUERY_API_KEY correctly (the package summary shows '[object Object]' which is a minor packaging bug). 4) Ensure you trust Bitquery and are comfortable with streaming wallet addresses and transaction metadata being printed to your console or captured by any downstream logging/monitoring. 5) Consider using a restricted API token (if Bitquery supports token scopes) and rotate credentials periodically.
功能分析
Type: OpenClaw Skill Name: solana-stablecoin-payments-tracking Version: 1.0.1 The skill is a legitimate tool for streaming Solana stablecoin transfers via the Bitquery GraphQL API. It follows its stated purpose, includes appropriate security warnings regarding the handling of the BITQUERY_API_KEY in WebSocket URLs, and contains no evidence of malicious execution, data exfiltration, or obfuscation in 'scripts/stream_stablecoin_payments.py' or 'SKILL.md'.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script consistently implement a WebSocket GraphQL subscription to Bitquery for USDC/USDT Solana transfers. The only required credential (BITQUERY_API_KEY) is appropriate for this integration and no unrelated services, binaries, or config paths are requested.
Instruction Scope
Runtime instructions only reference the Bitquery stream, the BITQUERY_API_KEY env var, and installing the 'gql[websockets]' dependency. The script reads only the declared env var, subscribes to the expected GraphQL fields, and prints formatted transfer records. The SKILL.md warns not to log the full WebSocket URL; the code follows that guidance (it does not print the URL).
Install Mechanism
There is no installation of third-party archives or downloads; dependency installation is via pip for 'gql[websockets]', a standard Python package. No extract-from-URL installs or unusual system changes are present.
Credentials
Only BITQUERY_API_KEY is required, which is proportionate. Minor packaging inconsistency: registry summary shows 'Required env vars: [object Object]' instead of enumerating BITQUERY_API_KEY — this is a metadata/packaging bug but not a functional security issue.
Persistence & Privilege
The skill does not request always:true and does not modify system or other skills' configs. It's instruction-only and runs when invoked; normal autonomous invocation settings remain default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-stablecoin-payments-tracking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-stablecoin-payments-tracking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill name updated from "stablecoin-payments" to "solana-stablecoin-payments-tracking" - No code or logic changes; documentation and registry metadata only - Name, description, and registry-facing identifiers standardized for clarity and discoverability
v1.0.0
- Initial release: Real-time streaming of Solana stablecoin (USDT & USDC) transfers using Bitquery's WebSocket API. - Filters transfers to exclude "swap" program methods for cleaner payment data. - Exposes key fields: amounts (with USD conversion), sender/receiver addresses, currency details, transaction signature, fee, and block info. - Requires `BITQUERY_API_KEY` as an environment variable for authentication (passed only via WebSocket URL). - Includes full setup instructions, security checklist, usage examples, and inline Python subscription sample. - Designed for dashboards, payment monitoring, reconciliation, and large-transfer alerting on Solana stablecoin flows.
元数据
Slug solana-stablecoin-payments-tracking
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Solana Stablecoin Payments in Real-time 是什么?

Real-time streaming Solana SPL stablecoin transfers (USDT and USDC) over WebSocket from the Bitquery GraphQL API. Subscribes to Transfers filtered by USDT/US... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Solana Stablecoin Payments in Real-time?

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

Solana Stablecoin Payments in Real-time 是免费的吗?

是的,Solana Stablecoin Payments in Real-time 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Solana Stablecoin Payments in Real-time 支持哪些平台?

Solana Stablecoin Payments in Real-time 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Solana Stablecoin Payments in Real-time?

由 Divyasshree(@divyn)开发并维护,当前版本 v1.0.1。

💬 留言讨论