← Back to Skills Marketplace
izsook

Magyar Nyelvtan

by Izsook · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install magyar-nyelvtan
Description
Magyar helyesírási és nyelvtani ellenőrzés, igeragozás, névszóragozás, nyelvtani szabálymagyarázat és mondatrészek elemzése.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install magyar-nyelvtan
  3. After installation, invoke the skill by name or use /magyar-nyelvtan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Helyesírás AKH.12 + fogalmazás javítás
Metadata
Slug magyar-nyelvtan
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Magyar Nyelvtan?

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

Is Magyar Nyelvtan free?

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

Which platforms does Magyar Nyelvtan support?

Magyar Nyelvtan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Magyar Nyelvtan?

It is built and maintained by Izsook (@izsook); the current version is v1.0.0.

💬 Comments