← 返回 Skills 市场
izsook

Magyar Formázás

作者 Izsook · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
229
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install magyar-formatter
功能描述
Formáz magyar dátumokat, számokat, pénzösszegeket, telefonszámokat és címeket a helyi magyar szabályok szerint.
使用说明 (SKILL.md)

Magyar Formázás

Áttekintés

Magyar helyi formátumok alkalmazása: dátum, számok, pénzek, telefonszámok, és címek.

Mikor használd

  • Dátum formázás: magyar dátum (YYYY. MM. DD.)
  • Szám formázás: tizedesvessző, ezres elválasztó
  • Pénz formázás: Ft szimbólum, helyi valuta
  • Telefonszám: +36 XX XXX XXXX formátum
  • Cím formátum: magyar cím szerkezet

Formátum szabályok

1. Dátum

Magyar: 2026. március 18.
Rövid: 2026. 03. 18.
ISO: 2026-03-18 (konvertáld magyarra)

2. Számok

Angol: 1,234.56
Magyar: 1 234,56 (ezres szóköz, tizedesvessző)

3. Pénz

Angol: $1,234.56
Magyar: 1 234,56 Ft
Nagy összeg: 1,2 millió Ft

4. Telefonszám

Nemzetközi: +36 30 123 4567
Helyi: (30) 123-4567

5. Cím

1234 Budapest, Petőfi utca 12. fsz. 3.
irányítószám város, utca házszám emelet ajtó

Scriptek

  • scripts/format_date.py – dátum magyar formázás
  • scripts/format_number.py – számok formázása
  • scripts/format_currency.py – pénz Ft-ban
  • scripts/format_phone.py – telefonszám formázás

Példakód

def format_hungarian_date(date):
    return f"{date.year}. {date.month:02d}. {date.day:02d}."

def format_hungarian_number(num):
    return f"{int(num):,}".replace(',', ' ') + f",{abs(num - int(num)):.2f}"[2:]

def format_forint(amount):
    return f"{format_hungarian_number(amount)} Ft"

Referenciák

  • references/date-formats.md – dátum formátumok részletesen
  • references/currency.md – Ft konverziók, váltások
  • references/address-format.md – magyar cím szerkezet

Jegyzetek

  • Tizedesvessző kritikus (nem pont!)
  • Ezres elválasztó: szóköz vagy keskeny szóköz
  • Ft mindig szám után, szóközzel
  • Dátum pontok kötelezőek
安全使用建议
This skill appears to do what it says (Hungarian formatting) and requests no credentials or installs, so the immediate risk is low. However, the SKILL.md mentions scripts and reference files that are not included in the package and the source/homepage is unknown — this could mean the skill is incomplete or the registry entry is inaccurate. Before installing or enabling: (1) ask the publisher for the missing scripts/references or a homepage/source link; (2) test the skill on non-sensitive sample data to verify output; (3) avoid sending real PII until you confirm the implementation; and (4) prefer a skill package that includes the promised files or points to a trusted repository so you can review the actual code. If the publisher cannot provide the missing artifacts or a trustworthy source, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: magyar-formatter Version: 1.0.0 The skill bundle is designed for formatting dates, numbers, currency, and addresses according to Hungarian locale standards. The instructions in SKILL.md and the provided Python code snippets are consistent with the stated purpose and contain no indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description match the declared behavior (date, number, currency, phone, address formatting). However, the SKILL.md lists scripts (scripts/format_date.py, scripts/format_number.py, etc.) and reference files (references/*.md) that are not present in the package manifest — an inconsistency between claimed artifacts and the actual bundle.
Instruction Scope
The runtime instructions are limited to formatting rules and small example functions; they do not request credentials, system files, or network access. Still, the doc references external script files and reference docs that the agent would presumably rely on, but those files are missing from the skill, which makes the instructions incomplete.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes the risk of arbitrary code being written to disk or executed during install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The SKILL.md does not reference hidden env vars or secrets. Requested access is proportional to the stated purpose.
Persistence & Privilege
The skill is not forced-always (always: false) and uses default autonomous invocation settings. There is no indication it attempts to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install magyar-formatter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /magyar-formatter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Dátum/szám/Ft formázás magyar szabályok szerint
元数据
Slug magyar-formatter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Magyar Formázás 是什么?

Formáz magyar dátumokat, számokat, pénzösszegeket, telefonszámokat és címeket a helyi magyar szabályok szerint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。

如何安装 Magyar Formázás?

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

Magyar Formázás 是免费的吗?

是的,Magyar Formázás 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Magyar Formázás 支持哪些平台?

Magyar Formázás 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Magyar Formázás?

由 Izsook(@izsook)开发并维护,当前版本 v1.0.0。

💬 留言讨论