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.
curl -O https://raw.githubusercontent.com/danikf/tik4net/master/.claude/skills/tik4net-mcp-install/SKILL.mdgit clone --depth 1 https://github.com/danikf/tik4netWrote 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.
[](https://agentmods.dev/skills/danikf/tik4net/tik4net-mcp-install)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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:
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.
- 9d ago First seen · 122 lines · 185 tokens per session scan A 4db5bee04ae5
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.
Other skills, from other repositories
generate-code-cs
Generate the code from typespec for C#. Parameter: C# SDK repository root location .
build-sample-matrix
Build the matrix of all the samples throughout different frameworks.
translate-a-sample
Translate the Azure SDK sample from python to C# and generate markdownn file for the sample. Parameters: C# SDK repository root; python SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; The name of sample file in Python SDK repository.
author-test
Generate a test given sample. Parameters: C# SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; the sample to use as a starting point for the test.
update-changelog
Update the CHANGELOG.md files of C# projects. Parameters: csroot C# SDK repository root.
budget-checker
Validates that a proposed trip fits within the user's stated budget.