tik4net: Skill for Claude Code

.claude/skills/tik4net-mcp-install/SKILL.md

tik4net-mcp-install is a skill for Claude Code from danikf/tik4net. It costs 185 tokens per session (1,711 once invoked), scanned A, original, Apache-2.0.

A procedure for rebuilding and reconnecting the tik4net.mcp server, which provides tools for calling, completing, and discovering MikroTik devices.

In plain words
What is it for?
Use it after changing tik4net or its MCP server to build the solution and refresh either the repository development launcher or the installed .NET global tool.
Why use it?
The server runs as a compiled copy, so source-code changes are not used until the project is rebuilt and the client reconnects to it.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is danikf/tik4net's own configuration. It tells Claude Code how to work on tik4net itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tik4net configures →

Reuse

Borrowing it

Nothing to install: this file belongs to danikf/tik4net. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/danikf/tik4net/master/.claude/skills/tik4net-mcp-install/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/danikf/tik4net

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tik4net-mcp-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/danikf/tik4net/tik4net-mcp-install/github.svg)](https://agentmods.dev/skills/danikf/tik4net/tik4net-mcp-install)
Your own site
<a href="https://agentmods.dev/skills/danikf/tik4net/tik4net-mcp-install"><img src="https://agentmods.dev/badge/skills/danikf/tik4net/tik4net-mcp-install/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tik4net-mcp-install

Your own site · 80×15
<a href="https://agentmods.dev/skills/danikf/tik4net/tik4net-mcp-install"><img src="https://agentmods.dev/badge/skills/danikf/tik4net/tik4net-mcp-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,711 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00185 $0.01711
Opus 5 $0.00093 $0.00856
Sonnet 5 $0.00037 $0.00342
Haiku 4.5 $0.00018 $0.00171

Measured 9d ago against content hash 4db5bee04ae5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tik4net-mcp-install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/tik4net-mcp-install/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install / update tik4net.mcp

The MCP server is a compiled binary, not the source tree: it never picks up a source change on its own. After touching anything under Tools/tik4net.mcp/ or in tik4net/ (the server links the library), it has to be rebuilt and the client reconnected.

There are two setups, and which one is in play decides what you have to run.

Working in this repository — the dev launcher (default)

The checked-in .mcp.json starts the server through Tools/tik4net.mcp/run-dev.ps1, which stages bin/Debug/net8.0 into a throw-away directory under %TEMP% and runs it from there. No running server ever holds a handle inside the repository or in .dotnet\tools.

The whole refresh is:

dotnet build tik4net.sln

then reconnect the tik4net-mcp server in the client. Nothing to uninstall, no cache to purge, and no need to stop the servers other sessions are using — each session keeps its own staged copy until it reconnects.

The launcher does not build (a client cannot report a build failure — it would just get a server that never starts), so it runs whatever the last build produced. It logs the staged build's timestamp and path to stderr — but stderr goes to the client's log, so the answer itself is the better place to look: every tool response carries the same stamp, as a trailing --- MCP SERVER --- … built <timestamp> … line on mikrotik_call and as a serverBuild property on the JSON the other two tools return. Read it before trusting any answer taken after a rebuild: a timestamp older than the build means the client is still on the previous server, and the answer describes the previous code. -Configuration Release or $env:TIK4NET_MCP_CONFIGURATION selects a different build; stagings older than two days are pruned on the next launch, skipping any still in use.

PowerShell only — on Linux/macOS use the global tool below.

Installing the global tool

For a fresh machine, or to use the server outside this repository:

Read the full file on GitHub · 122 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 122 lines · 185 tokens per session scan A 4db5bee04ae5

Subscribe to this mod's changes

tik4net-mcp-install is a skill published in the GitHub repository danikf/tik4net (197 stars, last pushed 2d ago), licensed Apache-2.0. It adds 185 tokens to every session and 1,711 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.