← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install axiom-iban-validator
功能描述
IBAN validator — check IBAN format and mod-97 checksum for 100+ countries. Use when you need to validate international bank account numbers. Pure stdlib, no...
使用说明 (SKILL.md)
axiom-iban-validator
Version: 0.1.2 Axioma Tools
Validates IBANs using the mod-97 algorithm with country-specific length checks.
What this skill does
- Mod-97 checksum validation
- Country-specific length check (FR=27, DE=22, GB=22, etc.)
- Strips spaces/dashes from input
- Returns BBAN breakdown
When to use this skill
- ✅ Validate IBAN before payment submission
- ✅ Audit customer bank data
- ✅ Pre-validate in payment forms
- ❌ Verify if the account actually exists (separate API)
Usage
python3 axiom_iban_validator.py "FR76 3000 6000 0112 3456 7890 189"
python3 axiom_iban_validator.py --country FR --number "3000600011234567890189"
from axiom_iban_validator import validate_iban
validate_iban('FR7630006000011234567890189') # True
# Returns: {valid, country, bban, checksum_ok, length_ok}
Validation
| Check | Status |
|---|---|
| Unit tests | 20+ cases |
| Performance | \x3C100ms |
| Security | Pure stdlib, no injection |
| Determinism | Byte-to-byte stable |
| License | Apache-2.0 |
Last updated: 2026-06-14
安全使用建议
Install only if you want maintainer-oriented ClawHub and Convex workflows. Review commands before running them, especially admin moderation, production migration, GitHub posting, and the autoreview helper; use the helper's no-yolo option if you do not want nested Codex to run with full sandbox bypass.
能力评估
Purpose & Capability
The skills focus on ClawHub moderation, PR maintenance, Convex setup/performance/migrations, and code review; the documented commands match those stated purposes.
Instruction Scope
Some workflows have high impact, including admin moderation, production migrations, GitHub actions, and nested code review, but the instructions generally require explicit targets, reasons, confirmation, dry runs, verification, or existing auth.
Install Mechanism
The skill artifacts are mostly Markdown guidance plus reference files/icons; the only notable executable helper is the disclosed autoreview script, with no hidden installer or obfuscated setup found.
Credentials
These skills are proportionate for ClawHub maintainers or Convex developers with the expected repo tools and permissions, but they are not appropriate for casual users without that operational context.
Persistence & Privilege
No autonomous persistence was found. The autoreview helper can run nested Codex with full-access sandbox bypass by default, but this is disclosed and user-invoked with an opt-out flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axiom-iban-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/axiom-iban-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
v0.1.2: Make trilingual EN/FR/ZH the latest version (was 0.1.1/0.1.6, semver too low)
v0.1.1
v0.1.1: Trilingual SKILL.md (EN/FR/ZH) added for ClawHub
v0.1.0
v0.1.0: IBAN validator. Mod-97 check + country-specific length validation. 100+ country support.
元数据
常见问题
axiom-iban-validator 是什么?
IBAN validator — check IBAN format and mod-97 checksum for 100+ countries. Use when you need to validate international bank account numbers. Pure stdlib, no... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 axiom-iban-validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axiom-iban-validator」即可一键安装,无需额外配置。
axiom-iban-validator 是免费的吗?
是的,axiom-iban-validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
axiom-iban-validator 支持哪些平台?
axiom-iban-validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 axiom-iban-validator?
由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。
推荐 Skills