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.
git clone --depth 1 https://github.com/raulpetruta/voice-calibration-pluginWrote 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/plugins/raulpetruta/voice-calibration-plugin/marketplace)<a href="https://agentmods.dev/plugins/raulpetruta/voice-calibration-plugin/marketplace"><img src="https://agentmods.dev/badge/plugins/raulpetruta/voice-calibration-plugin/marketplace.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
voice-calibration-marketplace 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 8d 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.
What it actually says
{
"name": "voice-calibration-marketplace",
"owner": {
"name": "Raul Petruța"
},
"metadata": {
"description": "Voice calibration plugin — teach AI to write and talk like you.",
"version": "1.0.0"
},
"plugins": [
{
"name": "voice-calibration-plugin",
"source": {
"source": "github",
"repo": "raulpetruta/voice-calibration-plugin"
},
"description": "Learns your writing style through interactive prompts and generates a reusable voice profile.",
"version": "1.0.0",
"author": {
"name": "Raul Petruța"
}
}
]
}
The plugins it lists here
This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.
What ships with it
1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 25 lines scan A f7c64bdc074a
voice-calibration-marketplace is a plugin published in the GitHub repository raulpetruta/voice-calibration-plugin (12 stars, last pushed 5mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
watermark-remover
Local hygiene for owned content: strip hidden Unicode (Layer A), weaken sampling watermarks via rewrite (Layer B), and drop C2PA/EXIF/XMP provenance from images, documents, and media. Bundles the HTTP-backed remove-ai-marks skill and the self-contained clean-user-facing-text skill.
jig marketplace
Plugin marketplace listing 1 plugin: jig.
jig
Spec-driven, review-enforced, hook-gated AI-native development workflow for Claude Code.
superb
Personal skill collection for Claude Code and Codex, invoked as superb: . setup installs what the others need; craft turns a vague product idea into a decision-rich brief; pipeline drives a settled idea to a finished branch; bug-investigate finds out why something is broken and stops there; bug-fix carries it on.