← Back to Skills Marketplace
kofna3369

axiom-iban-validator

by Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install axiom-iban-validator
Description
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...
README (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

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install axiom-iban-validator
  3. After installation, invoke the skill by name or use /axiom-iban-validator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug axiom-iban-validator
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install axiom-iban-validator?

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

Is axiom-iban-validator free?

Yes, axiom-iban-validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does axiom-iban-validator support?

axiom-iban-validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created axiom-iban-validator?

It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.2.

💬 Comments