← 返回 Skills 市场
izsook

Magyar Nyelvtan

作者 Izsook · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install magyar-nyelvtan
功能描述
Magyar helyesírási és nyelvtani ellenőrzés, igeragozás, névszóragozás, nyelvtani szabálymagyarázat és mondatrészek elemzése.
使用说明 (SKILL.md)

Magyar Nyelvtan

Áttekintés

Magyar helyesírási ellenőrzés, nyelvtani szabályok alkalmazása, ragozási minták, és nyelvtani tanácsadás.

Mikor használd

  • Helyesírás ellenőrzés: magyar szöveg elírásainak javítása
  • Ragozás: igei és névszói ragozási formák
  • Nyelvtani magyarázat: szabályok, kivételek magyarázata
  • Mondeelemek azonosítása: alany, állítmány, tárgy
  • Szófaj meghatározás: főnév, ige, melléknév stb.

Helyesírási szabályok

1. Egybeírás vs különírás

- egybe: hozzáad, beleír, rámutat (igei előtag + ige)
- külön: oda megy, le ír (határozószó + ige)

2. Toldalékok

  • Birtokos jelek: -m, -d, -ja/-je, -nk, -tok/-tek/-tök
  • Többes szám: -k, -ak/-ek/-ok
  • Esetjelek: -t (tárgyas), -nak/-nek (részes), -ban/-ben (inesszív)

3. Igeragozás

határozott: olvasom, olvasod, olvoosja
határozatlan: olvasok, olvasz, olvas

Ellenőrzési workflow

def check_hungarian_spelling(text):
    # 1. Tokenizálás
    tokens = tokenize(text)
    # 2. Szótár ellenőrzés
    errors = []
    for token in tokens:
        if not in_dict(token):
            errors.append(suggest_correction(token))
    # 3. Nyelvtani egyezőség
    check_agreement(errors)
    return errors

Referenciák

  • references/akh12.md – MTA A magyar helyesírás szabályai (12. kiadás)
  • references/fogalmazas.md – pontos magyar fogalmazás, idegen szavak kerülése
  • references/ragozas.md – teljes ragozási táblázatok
  • references/szofajok.md – szófajok és jellemzőik
  • references/peldak.md – helyes/hibás példamondeaok

Hivatalos forrás

MTA Helyesírás: https://helyesiras.mta.hu/helyesiras/default/akh12

Fogalmazás javítás

Lásd references/f1ogalmazas.md:

  • Idegen szavak kerülése (implementál → megvalósít)
  • Tükörfordítások javítása
  • Mondatszerkezet optimalizálás
  • Stílus ajánlások

Scriptek

  • scripts/spellcheck.py – helyesírás ellenőrző
  • scripts/conjugate.py – igeragozás generátor
  • scripts/grammar_check.py – nyelvtani egyezőség ellenőrzés

Jegyzetek

  • Magyar agglutináló nyelv: sok toldalék
  • Hangrendi illeszkedés: mély/magas hangrend
  • Deflexion: határozott/határozatlan ragozás
安全使用建议
This skill appears to be a harmless, instruction-only Hungarian grammar and spelling helper: it requests no credentials, doesn't install anything, and only points to the official MTA site. However, note these practical cautions before installing or enabling autonomous use: (1) SKILL.md mentions scripts and several reference files that are not included — ask the publisher for the missing files or review any future code additions before enabling the skill to run autonomously; (2) the doc suggests downloading the AKH PDF from the MTA site — only download from the official domain and review downloaded files; (3) there are typos and inconsistent filenames in the docs (e.g., misspelled examples and references), which suggest the package was assembled hastily — prefer skills with verifiable source/homepage; (4) if you will feed sensitive text into the skill, be aware that model-autonomous use may transmit content to the model provider — restrict autonomous invocation or review privacy settings if this matters. If the publisher provides the missing scripts, review their code; otherwise this instruction-only skill is internally coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: magyar-nyelvtan Version: 1.0.0 The skill bundle is a collection of documentation and instructions designed to help an AI agent provide Hungarian grammar and spelling assistance. It contains legitimate linguistic rules, style guides, and pseudo-code examples for spelling checks, with no executable scripts, malicious instructions, or evidence of data exfiltration. All content, including the references to the official MTA (Hungarian Academy of Sciences) spelling portal, is consistent with the stated purpose of the skill.
能力评估
Purpose & Capability
The name and description (Hungarian spelling/grammar, conjugation, analysis) match the SKILL.md content. The skill requests no binaries, env vars, or installs, which is proportionate. Minor incoherences: SKILL.md references several script files (scripts/spellcheck.py, scripts/conjugate.py, scripts/grammar_check.py) and additional reference files (references/ragozas.md, references/szofajok.md, references/peldak.md) that are not present in the package, and there are small typographical errors in examples; these look like documentation sloppiness rather than malicious misdirection.
Instruction Scope
Runtime instructions are limited to guidance for Hungarian checks, a small pseudocode snippet, and references to official MTA guidance. The SKILL.md suggests optionally downloading the official PDF (MTA) for offline reference and mentions local scripts; it does not instruct the agent to read system-wide config, environment variables, or exfiltrate data. The download suggestion is reasonable for building a local reference but means the agent (or a user following the doc) could fetch external content — the only external URL is the official MTA site. Because scripts are referenced but not included, implementers might later add executable code; reviewers should verify any such additions.
Install Mechanism
No install spec is provided and there are no code files to execute. Instruction-only skills have the lowest install risk. There is no download or extract step in the manifest.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. That is proportionate for a grammar/spelling helper.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. This is the platform default and acceptable for this kind of skill; the skill does not request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install magyar-nyelvtan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /magyar-nyelvtan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Helyesírás AKH.12 + fogalmazás javítás
元数据
Slug magyar-nyelvtan
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Magyar Nyelvtan 是什么?

Magyar helyesírási és nyelvtani ellenőrzés, igeragozás, névszóragozás, nyelvtani szabálymagyarázat és mondatrészek elemzése. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Magyar Nyelvtan?

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

Magyar Nyelvtan 是免费的吗?

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

Magyar Nyelvtan 支持哪些平台?

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

谁开发了 Magyar Nyelvtan?

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

💬 留言讨论