← 返回 Skills 市场
kofna3369

axiom-phone-e164

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
50
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install axiom-phone-e164
功能描述
Phone number normalizer — convert any phone number to E.164 international format. Use when you need a canonical phone representation for storage or compariso...
使用说明 (SKILL.md)

axiom-phone-e164

Version: 0.1.2 Axioma Tools

Normalizes phone numbers to the E.164 standard (e.g., +14155552671).

What this skill does

  • Parses local and international formats
  • Detects country code (default: US/CA)
  • Returns canonical E.164 string
  • Validates length and country prefix

When to use this skill

  • ✅ Normalize user-entered phone for storage
  • ✅ Deduplicate contacts
  • ✅ Format for SMS APIs (Twilio, etc.)
  • ❌ Validate if a number is reachable (separate API)

Usage

python3 axiom_phone_e164.py "(415) 555-2671"
python3 axiom_phone_e164.py "14155552671" --country US
from axiom_phone_e164 import normalize
normalize('(415) 555-2671', default_country='US')  # '+14155552671'

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 if you need an offline, zero-dependency JSON canonicalization helper. Do not rely on it as authoritative RFC 8785/JCS canonicalization for OAuth, JWT, signatures, or legal/compliance integrity workflows until you verify the Unicode and number-format behavior against your exact standard.
能力评估
Purpose & Capability
The artifact coherently provides a Python stdlib tool to canonicalize JSON for hashing, signing, comparison, and verification. The main caveat is that it claims strict RFC 8785/JCS suitability while the implementation intentionally NFC-normalizes strings and keys, which may not match strict JCS behavior.
Instruction Scope
Instructions are limited to CLI and Python API usage and do not include hidden agent directives, exfiltration, or unsafe automation. The signing/OAuth/JWT examples are security-sensitive and should be treated as guidance only after independent standards validation.
Install Mechanism
The package contains documentation, tests, a manifest, and a Python script; there is no installer, package-manager hook, shell bootstrap, or background setup.
Credentials
The code does not request API keys, wallets, OAuth tokens, or network access, despite registry metadata capability tags suggesting sensitive credentials. That metadata appears overbroad for the actual artifact.
Persistence & Privilege
No persistence, privilege escalation, subprocess execution, network calls, or credential-store access were found. Runtime behavior is limited to reading user-specified JSON/stdin and writing canonical output to stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-phone-e164
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-phone-e164 触发
  4. 根据 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: Phone number normalization to E.164. Country detection, format parsing.
元数据
Slug axiom-phone-e164
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

axiom-phone-e164 是什么?

Phone number normalizer — convert any phone number to E.164 international format. Use when you need a canonical phone representation for storage or compariso... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 axiom-phone-e164?

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

axiom-phone-e164 是免费的吗?

是的,axiom-phone-e164 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

axiom-phone-e164 支持哪些平台?

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

谁开发了 axiom-phone-e164?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论