← 返回 Skills 市场
Sardis Cards
作者
EfeDurmaz16
· GitHub ↗
· v1.0.0
318
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sardis-cards
功能描述
Virtual card issuance and management for AI agents to make real-world purchases
安全使用建议
This skill appears to do what it says (manage virtual cards) and only asks for a SARDIS_API_KEY, which is appropriate. Before installing: 1) Verify the npm package '@sardis/sdk' and the domain https://sardis.sh are legitimate and trustworthy — the SKILL.md references an npm install even though the registry entry shows no install spec. 2) If you allow the SDK to be installed, review its code or use a scoped/trusted package mirror. 3) Limit autonomous invocation or require manual confirmation for actions that create cards or call the 'reveal' endpoint (full card numbers/CVV); otherwise an agent could create cards or expose sensitive data without oversight. 4) Keep the SARDIS_API_KEY secret, rotate it if compromised, and do not paste it into logs or public channels. 5) Note the examples use bc for numeric checks but bc is not listed as required; ensure your runtime has needed binaries. If you want a lower-risk install, ask the skill author to: include a clear install spec in the registry, declare all required binaries, and document the exact npm package version or provide a vetted SDK.
功能分析
Type: OpenClaw Skill
Name: sardis-cards
Version: 1.0.0
The sardis-cards skill provides a legitimate interface for managing virtual payment cards via the Sardis API (api.sardis.sh). The documentation (SKILL.md) includes strong security guardrails, explicitly instructing the AI agent to never log full card numbers, enforce spending limits, and freeze cards upon detecting anomalies. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name, description, and required items line up: it manages virtual cards and only requests a SARDIS_API_KEY plus curl and jq. The API endpoints and examples are coherent with a card-management service.
Instruction Scope
SKILL.md stays within the card-management domain (issue, reveal, freeze, limit updates). It warns not to log full card numbers. Minor scope issues: example scripts use bc (for numeric comparison) but bc is not listed in required binaries; one example is truncated. The SKILL.md instructs retrieving sensitive card details (reveal endpoint) which is expected but high-risk — the agent must be constrained to avoid accidental exfiltration.
Install Mechanism
Registry metadata indicated no install spec, but the SKILL.md metadata includes an npm install of '@sardis/sdk'. This mismatch is concerning: either the registry omitted an install step or the skill is relying on an npm SDK that will be pulled at runtime. Installing an npm package is a non-trivial trust action — verify package provenance and review the SDK before allowing automatic installs.
Credentials
Only one credential is requested (SARDIS_API_KEY) and it is the primary credential — appropriate and proportional for a payment-card API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. However, it is allowed to be invoked autonomously (platform default). Because the skill can create cards and reveal full PAN/CVV data, consider requiring user confirmation or restricting autonomous actions to reduce financial risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sardis-cards - 安装完成后,直接呼叫该 Skill 的名称或使用
/sardis-cards触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sardis-cards, enabling virtual card issuance and management for AI agents:
- Issue and manage virtual cards with customizable spending and merchant controls.
- Instantly freeze/unfreeze cards and respond to suspicious activity with automatic fraud detection.
- Monitor real-time transactions, set per-transaction/daily/monthly limits, and view transaction history.
- Securely retrieve masked or full card details and comply with strict security policies.
- Provides API examples and bash scripts for common card operations.
元数据
常见问题
Sardis Cards 是什么?
Virtual card issuance and management for AI agents to make real-world purchases. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Sardis Cards?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sardis-cards」即可一键安装,无需额外配置。
Sardis Cards 是免费的吗?
是的,Sardis Cards 完全免费(开源免费),可自由下载、安装和使用。
Sardis Cards 支持哪些平台?
Sardis Cards 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sardis Cards?
由 EfeDurmaz16(@efedurmaz16)开发并维护,当前版本 v1.0.0。
推荐 Skills