← 返回 Skills 市场
efedurmaz16

Sardis Balance

作者 EfeDurmaz16 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
317
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sardis-balance
功能描述
Read-only balance checking and spending analytics for Sardis agent wallets
安全使用建议
This skill appears to do what it says (read-only balance and spending queries) and only needs SARDIS_API_KEY, curl, and jq — but before installing: (1) ask the publisher to confirm whether the npm package @sardis/sdk will be installed automatically, why it's needed, and which version (verify the package on npm and its maintainer); (2) ensure the SARDIS_API_KEY you supply is scoped with least privilege (read-only) so it cannot be used to initiate payments; (3) note the SKILL.md examples use bc (for numeric comparison) though bc is not listed as required — ensure the runtime environment has bc or that examples are updated; (4) confirm the skill provenance (homepage and publisher) since registry metadata lists source as unknown. If you cannot verify the npm package and API key scopes, treat the install as higher-risk and avoid supplying high-privilege credentials.
功能分析
Type: OpenClaw Skill Name: sardis-balance Version: 1.0.0 The sardis-balance skill is a legitimate tool designed for read-only monitoring of wallet balances and transaction history via the Sardis API (api.sardis.sh). It uses standard system utilities (curl, jq) and follows expected patterns for API interaction using an environment variable (SARDIS_API_KEY) without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name, description, required env (SARDIS_API_KEY), and required binaries (curl, jq) align with a read-only wallet/analytics skill. However, the SKILL.md lists an npm install for "@sardis/sdk" which is not necessary for the curl/jq examples and is not reflected in the registry install metadata — this mismatch is unexplained but could be legitimate.
Instruction Scope
SKILL.md instructions are scoped to read-only GET calls to api.sardis.sh and do not request unrelated files or extra environment variables. Example scripts do reference other utilities (e.g., bc in the budget alert example) that are not declared as required binaries — a minor inconsistency that could cause runtime failures and indicates the doc and metadata are not perfectly synchronized.
Install Mechanism
Registry/summary said 'No install spec', but SKILL.md metadata contains an npm install line for "@sardis/sdk". Installing an npm package is a higher-risk install mechanism than pure instruction-only usage; the skill provides no provenance or version pinning for that package. This discrepancy (no install spec vs. an install entry in SKILL.md) should be resolved before trusting automatic installs.
Credentials
Only a single credential (SARDIS_API_KEY) is required and is clearly the primary credential — appropriate for this purpose. The SKILL.md claims read-only behavior, but it does not state the required API key scopes; if the API key grants write/payment permissions, that would be a risk. Also: 'No WALLET_ID required - can query any wallet you have access to' means an API key with broad scope could expose many wallets.
Persistence & Privilege
Skill is not marked 'always: true' and uses default autonomous invocation settings (normal). There is no instruction to modify other skills or system-wide settings; nothing requests persistent privileges beyond using the provided API key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sardis-balance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sardis-balance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sardis-balance: read-only wallet analytics and monitoring. - Check real-time wallet balances across multiple agent wallets - Generate detailed spending summaries (daily, weekly, monthly, etc.) - Review full transaction history with rich filtering options - Track remaining budgets against daily/weekly/monthly limits - All features are strictly read-only (no payment execution or wallet modification)
元数据
Slug sardis-balance
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sardis Balance 是什么?

Read-only balance checking and spending analytics for Sardis agent wallets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 317 次。

如何安装 Sardis Balance?

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

Sardis Balance 是免费的吗?

是的,Sardis Balance 完全免费(开源免费),可自由下载、安装和使用。

Sardis Balance 支持哪些平台?

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

谁开发了 Sardis Balance?

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

💬 留言讨论