{"id":50594944,"url":"https://github.com/tikoci/routeros-skills","last_synced_at":"2026-06-05T13:30:44.968Z","repository":{"id":347909152,"uuid":"1195707116","full_name":"tikoci/routeros-skills","owner":"tikoci","description":"Custom instruction SKILL.md for MikroTik RouterOS v7","archived":false,"fork":false,"pushed_at":"2026-05-31T16:02:21.000Z","size":257,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T16:22:02.049Z","etag":null,"topics":["claude","claude-skills","copilot-enabled","copilot-instructions","copilot-skills","mikrotik","routeros","routeros-api","routeros-v7","skills","tikoci"],"latest_commit_sha":null,"homepage":"https://tikoci.github.io/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tikoci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-30T01:32:15.000Z","updated_at":"2026-05-31T16:02:25.000Z","dependencies_parsed_at":"2026-03-30T05:04:04.965Z","dependency_job_id":null,"html_url":"https://github.com/tikoci/routeros-skills","commit_stats":null,"previous_names":["tikoci/routeros-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tikoci/routeros-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikoci%2Frouteros-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikoci%2Frouteros-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikoci%2Frouteros-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikoci%2Frouteros-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tikoci","download_url":"https://codeload.github.com/tikoci/routeros-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikoci%2Frouteros-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33944671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","claude-skills","copilot-enabled","copilot-instructions","copilot-skills","mikrotik","routeros","routeros-api","routeros-v7","skills","tikoci"],"created_at":"2026-06-05T13:30:44.871Z","updated_at":"2026-06-05T13:30:44.950Z","avatar_url":"https://github.com/tikoci.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MikroTik RouterOS \"SkillStore\" (`SKILL.md`) for AI assistants\n\nCustom instruction skills for [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) and Claude Code (and similar AI coding assistants) that teach them about [MikroTik RouterOS](https://mikrotik.com/) v7.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| **routeros-fundamentals** | RouterOS v7 domain knowledge — CLI, REST API, scripting, architecture. The foundational skill that others build on. |\n| **routeros-scripting** | RouterOS scripting and CLI config automation — `.rsc` syntax, `[find]` selectors, script-safe IDs, arrays, globals, scheduler policies. |\n| **routeros-container** | RouterOS `/container` subsystem — VETH/bridge networking, OCI images, device-mode, lifecycle management. |\n| **routeros-firewall** | RouterOS firewall filter, NAT, mangle, and address-list configuration — rule ordering, connection tracking, address/interface lists, DNS redirects, and port forwarding. |\n| **routeros-hotspot** | RouterOS hotspot captive portal for wired/wireless access control — hotspot chains, profiles, walled garden, DHCP option 114 (RFC 8910), RADIUS integration. |\n| **routeros-app-yaml** | RouterOS `/app` YAML format for container applications (7.21+ builtin, 7.22+ custom YAML). |\n| **routeros-command-tree** | `/console/inspect` API — command tree introspection, schema generation, CLI-to-REST mapping. |\n| **routeros-qemu-chr** | MikroTik CHR (Cloud Hosted Router) with QEMU — boot, VirtIO, acceleration, CI/CD patterns. |\n| **routeros-netinstall** | `netinstall-cli` for automated RouterOS device flashing — etherboot, BOOTP/TFTP, modescript. |\n| **routeros-mndp** | MNDP (MikroTik Neighbor Discovery Protocol) — wire format, `/ip/neighbor`, WinBox discovery. |\n| **routeros-mac-telnet** | MAC-Telnet (UDP 20561) — Layer-2 terminal by MAC address, 22-byte header, control blocks, MD5 + MTWEI (EC-SRP) auth. |\n| **routeros-sniffer** | RouterOS packet capture and TZSP streaming — `/tool/sniffer`, firewall sniff-tzsp, Wireshark integration. |\n\n## Install\n\nClone this repo and symlink the skill folders into `~/.copilot/skills/` (and/or `~/.claude/skills/`):\n\n```sh\ngit clone https://github.com/tikoci/routeros-skills.git ~/GitHub/routeros-skills\n\n# Symlink all routeros-* skills at once (Copilot)\nfor skill in ~/GitHub/routeros-skills/routeros-*/; do\n  ln -s \"$skill\" ~/.copilot/skills/\"$(basename $skill)\"\ndone\n\n# Same for Claude\nfor skill in ~/GitHub/routeros-skills/routeros-*/; do\n  ln -s \"$skill\" ~/.claude/skills/\"$(basename $skill)\"\ndone\n```\n\nEach skill is a folder containing a `SKILL.md` file and optionally a `references/` subfolder. VS Code Copilot and Claude Code automatically discover skills in their respective `~/.*/skills/` directories.\n\n\u003e **Tip:** Start with **routeros-fundamentals** — it covers the core concepts that other skills reference.\n\n## Repository layout\n\nThis repo is the **single source of truth** for all `routeros-*` skills. Locally, `~/.copilot/skills/routeros-*` and `~/.claude/skills/routeros-*` are symlinks into this repo — editing either location is the same as editing here.\n\nNon-`routeros-*` skills (e.g. `tikoci-*`, `screenshot`, `sql-as-rag`) are personal/project-scoped and live only in the local `~/.*/skills/` directories, **not** in this repo. See [SETUP.md](SETUP.md) for the full local setup guide.\n\n## Scope\n\nThese skills cover **RouterOS 7.x** (long-term and newer releases). RouterOS v6 is not covered and accuracy for v6 questions will be low.\n\n## Contributing\n\n1. Fork this repository\n2. Edit or add skills (each skill is a `\u003cname\u003e/SKILL.md` folder)\n3. Open a pull request\n\nFeedback, corrections, and new skill ideas are welcome via [issues](https://github.com/tikoci/routeros-skills/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikoci%2Frouteros-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftikoci%2Frouteros-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikoci%2Frouteros-skills/lists"}