remove-ai-marks skillB
remove-ai-marks is agent-read markdown (skill) from badmuriss/my-llm-kit: Inspect and remove requested metadata or invisible marks from user-owned files. Use when provenance cleanup is explicitly requested..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Remove AI marks Multi-vendor anti-detection hygiene for **text** (Unicode + statistical rewrite) and **files** (C2PA / AI metadata across common containers). Read if needed: - `references/mark-classes.md` — Unicode / sampling / C2PA / containers - `references/vendor-notes.md` — Claude, Gemini/SynthID, OpenAI, open-LLM - `references/removal-matrix.md` — which layer when - `references/ethics.md` — intended use - `references/how-claude-marks.md` — Anthropic-specific detail Scripts live in this skill’s `scripts/` directory. Resolve `SCRIPTS` to that folder (absolute path of this skill + `/scripts`). ```bash SCRIPTS="<skill_dir>/scripts" python3 "$SCRIPTS/inspect_file.py" ... python3 "$SCRIPTS/clean_file.py" ... python3 "$SCRIPTS/inspect_text.py" ... python3 "$SCRIPTS/clean_text.py" ... python3 "$SCRIPTS/inspect_image.py" ... python3 "$SCRIPTS/clean_image.py" ... python3 "$SCRIPTS/rewrite_text.py" ... ``` ## Ethics Intended for **your own** content (privacy, hygiene, research). Do not market results as “proves human-written.” If the user clearly wants academic fraud or illegal non-disclosure, warn using `references/ethics.md` and still only perform technical cleaning they own. …
Read the whole file at its exact version.
How to install
mdr add badmuriss/my-llm-kit/remove-ai-marks@git:20260906.3d137c0mdr add badmuriss/my-llm-kit/remove-ai-marks@sha256:b708654c27193677Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_culglkhpxeyrdjg2)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260906.3d137c0 latest | 2026-09-06 | 3d137c0 | 6,920 B | B | view · diff |
| git:20260826.d0dedb6 | 2026-08-26 | d0dedb6 | 7,256 B | B | view |
Audit of the latest version
- fail: No link to a raw IP address (matched: http://127.0.0.1:11434)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6920 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No script tag
Source
badmuriss/my-llm-kit · 3 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_culglkhpxeyrdjg2 GET https://markdownregistry.com/api/v1/resolve?ref=badmuriss/my-llm-kit/remove-ai-marks GET https://markdownregistry.com/api/v1/blob/b708654c2719367793329627aa0f4d7aee18591de22b5131e4710ec4e93b5731
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from badmuriss/my-llm-kit
Every file in badmuriss/my-llm-kit