mykg

mykg is a skill for Claude Code from Ethics03/kgskill. It costs 0 tokens per session (4 once invoked), scanned A, a copy of browser_harness, MIT.

A coding-agent skill whose supplied description only points to a SKILL.md file. A skill is a set of instructions that tells the agent how to handle a particular kind of work.

In plain words
What is it for?
Its concrete jobs cannot be identified from the supplied description.
Why use it?
There is not enough information here to say what problem this skill solves.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mykg plugin — 3 skills, 6 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ethics03/kgskill/mykg
Any agent
npx skills add Ethics03/kgskill --skill mykg
Clone the repo
git clone --depth 1 https://github.com/Ethics03/kgskill

Made for: Claude Code.

Or install mykg, the plugin that ships this one along with the rest of its 3 skills, 6 commands.

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 mykg

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethics03/kgskill/mykg.svg)](https://agentmods.dev/skills/ethics03/kgskill/mykg)
Your own site
<a href="https://agentmods.dev/skills/ethics03/kgskill/mykg"><img src="https://agentmods.dev/badge/skills/ethics03/kgskill/mykg.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00000 $0.00004
Opus 5 $0.00000 $0.00002
Sonnet 5 $0.00000 $0.00001
Haiku 4.5 $0.00000 $0.00000

Measured 5d ago against content hash 51e5cba874c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

mykg 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 5d 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.

Origin

This is a copy

100% identical to browser_harness — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/mykg/SKILL.md · 1 lines

What it actually says

../../SKILL.md

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. 5d ago First seen · 1 lines · 0 tokens per session scan A 51e5cba874c5

Subscribe to this mod's changes

mykg is a skill published in the GitHub repository Ethics03/kgskill (3 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4 tokens. A static security scan graded it A with 0 findings. It is 100% identical to browser_harness, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

Graphify-Labs/graphify · 76 tokens

plannotator-compound

Analyze a user's Plannotator plan archive to extract denial patterns, feedback taxonomy, evolution over time, and actionable prompt improvements — then produce a polished HTML dashboard report. Falls back to Claude Code ExitPlanMode denial reasons when Plannotator data is unavailable.

backnotprop/plannotator · 57 tokens

release-plannotator

Prepare and execute a Plannotator release — draft release notes with full contributor credit, bump versions across all package files, build in dependency order, and kick off the tag-driven release pipeline. Use this skill whenever the user mentions preparing a release, bumping versions, writing release notes, tagging…

backnotprop/plannotator · 104 tokens

plannotator

Reference for using the Plannotator CLI: plan review, code review, annotating files, URLs, folders, and running local apps, annotating the last assistant message, browsing archived plan decisions, and exporting or sharing Guided Reviews. Invoke when asked to use Plannotator for anything not covered by a more specific…

backnotprop/plannotator · 73 tokens

update-deps

Audit and update npm/Bun dependencies with supply chain integrity checks — verifies maintainers, publish age, tarball diffs, and provenance before bumping. Defers risky packages to /.supply-chain/notes/.

backnotprop/plannotator · 47 tokens

review-renovate

Review Renovate bot PRs that update GitHub Actions dependencies. Verifies supply chain integrity by checking pinned commit SHAs against upstream tagged releases, reviews changelogs for breaking changes, and confirms compatibility with existing workflow configurations. Use when a Renovate PR updates GitHub Actions in…

backnotprop/plannotator · 66 tokens