Skip to main content
Run any Skill in Manus
with one click
GitHub repository

v8_protocols

v8_protocols contains 4 collected skills from alkoleft, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
9
updated
2026-02-26
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

onec-protocol-reverse
computer-occupations-all-other

Reverse engineer 1C wire protocols (RAC and adjacent admin/service protocols) from traffic captures and build replacement clients. Use when the user asks to analyze unknown 1C binary payloads, map request/response methods, decode framing, compare command traces, or implement tooling that works without official `rac`.

2026-02-26
onec-protocol-reverse
computer-systems-analysts

Reverse engineer 1C wire protocols (RAC and adjacent admin/service protocols) from traffic captures and build replacement clients. Use when the user asks to analyze unknown 1C binary payloads, map request/response methods, decode framing, compare command traces, or implement tooling that works without official `rac`.

2026-02-26
onec-protocol-tool-setup
software-developerscomputer-occupations-all-other

Set up and verify tooling for capturing and decoding 1C RAC/admin protocol traffic (proxy/capture, decode, and dependencies). Use when tooling is missing, capture pipeline fails, logs are empty, decode drift occurs, or the environment prerequisites are unknown.

2026-02-26
rac-schema-codegen
software-developers

Update RAC protocol schema TOML under `schemas/rac/*.toml`, map completed RAC commands from `docs/rac/messages` and `artifacts/rac/v16/format_parse_tasklist.md`, and regenerate codegen via `scripts/rac/rac_codegen.py` or `scripts/rac/rac_codegen_all.py`. Use when adding or correcting RPC/response definitions, record layouts, or method IDs; always use inline request fields under `[rpc.*]` (never `[request.*]`), and always set minimal `version` for fields and RPCs.

2026-02-26