Magyar API Dokumentáció

v1.0.0

Magyar nyelvű API dokumentációk, fejlesztői útmutatók, technikai szakkifejezések és példakódok keresése és magyarázata.

0· 165·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for izsook/magyar-api-docs.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Magyar API Dokumentáció" (izsook/magyar-api-docs) from ClawHub.
Skill page: https://clawhub.ai/izsook/magyar-api-docs
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install magyar-api-docs

ClawHub CLI

Package manager switcher

npx clawhub@latest install magyar-api-docs
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description claim Hungarian API documentation, search, and explanations — this matches the SKILL.md content. Minor mismatch: the doc says it supports 'storage and search' but there is no install, no declared storage mechanism, and no required config paths — the skill is instruction-only and does not itself implement persistent storage.
Instruction Scope
SKILL.md contains only documentation structure, usage guidance, glossary and code examples. It does not instruct the agent to read unrelated files, access environment variables, or exfiltrate data. References to a 'references/' folder are localized examples, not explicit directives to access system-wide or sensitive paths.
Install Mechanism
No install spec or code files are present. Instruction-only skills have minimal on-disk footprint and no download/execute steps.
Credentials
The skill declares no required environment variables, credentials, or config paths. Nothing requested is disproportionate to providing documentation and examples.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. It does not request elevated privileges or modify other skills/configurations. The 'store/search' wording is conceptual — actual persistence depends on the agent/platform environment, not this skill.
Assessment
This is an instruction-only Hungarian API documentation helper and is internally consistent. Before installing, verify how your agent/platform handles skill-local files: if the agent will expose a workspace or a references/ folder, confirm those files are safe to be read by the skill. Also note the SKILL.md mentions storing documents but provides no storage mechanism — if you need persistent storage, ensure you supply and secure that separately. No credentials or network installs are required by the skill itself.

Like a lobster shell, security has layers — review code before you run it.

latestvk977p1s8vvvz1e8x5qvbt592c58349sa
165downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Magyar API Dokumentáció

Áttekintés

Magyar nyelvű API dokumentációk, fejlesztői útmutatók, és technikai referenciák tárolása és keresése.

Mikor használd

  • API keresés: magyar leírású endpointok keresése
  • Dokumentáció olvasás: fejlesztői útmutatók magyarul
  • Szakkifejezések: technikai magyar szakkifejezések magyarázata
  • Példakód: magyar kommentárral ellátott kódminták
  • Hibakeresés: magyar hibaüzenetek, stack trace elemzése

Dokumentáció szerkezet

references/
├── api-auth.md        – hitelesítés magyarul
├── api-endpoints.md   – endpoint leírások
├── hibauzenetek.md    – gyakori hibák magyarul
└── peldakod.md       – magyar kommentárral

Magyar szakkifejezések

AngolMagyar
endpointvégpont
authenticationhitelesítés
responseválasz
requestkérés
payloadadatterhelés
tokenazonosító
callbackvisszahívás
webhookwebhívás

Kód példák (magyar kommentárral)

# Hitelesítés kérés
response = api.login(felhasznalonev, jelszo)

# Adatok lekérése
adatok = api.get_endpoint("users")

# Hiba kezelés
if response.hiba:
    print(f"Hiba történt: {response.hiba_uzenet}")

Referenciák

  • references/api-glossary.md – angol-magyar technikai szótár
  • references/hungarian-docs/ – magyar API dokumentumok
  • references/error-messages.md – magyar hibaüzenet katalogus

Jegyzetek

  • Mindig őrizd meg az eredeti angol terminológiát zárójelben
  • Magyar kommentárok segítik a helyi fejlesztőket
  • API változásoknál frissítsd a magyar leírást is

Comments

Loading comments...