← Back to Skills Marketplace
efedurmaz16

Sardis Balance

by EfeDurmaz16 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
317
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sardis-balance
Description
Read-only balance checking and spending analytics for Sardis agent wallets
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sardis-balance
  3. After installation, invoke the skill by name or use /sardis-balance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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)
Metadata
Slug sardis-balance
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sardis Balance?

Read-only balance checking and spending analytics for Sardis agent wallets. It is an AI Agent Skill for Claude Code / OpenClaw, with 317 downloads so far.

How do I install Sardis Balance?

Run "/install sardis-balance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sardis Balance free?

Yes, Sardis Balance is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sardis Balance support?

Sardis Balance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sardis Balance?

It is built and maintained by EfeDurmaz16 (@efedurmaz16); the current version is v1.0.0.

💬 Comments