π¦ ClawHub
Ghostprint
by @alarawms
LLM fingerprint noise injector. Sends behaviorally realistic randomized queries to Anthropic, Z.ai, and any OpenAI-compatible provider on a schedule to deper...
TERMINAL
clawhub install ghostprintπ About This Skill
name: ghostprint description: LLM fingerprint noise injector. Sends behaviorally realistic randomized queries to Anthropic, Z.ai, and any OpenAI-compatible provider on a schedule to depersonalize your usage profile and prevent behavioral fingerprinting. Available as a native OpenClaw plugin (no extra config β reuses your existing provider keys) and a standalone Python script. version: 3.0.0
Ghostprint
Depersonalize your LLM usage. Introduce noise. Prevent fingerprinting.
Install as OpenClaw Plugin
git clone https://github.com/alarawms/ghostprint ~/.openclaw/extensions/ghostprint
openclaw plugins enable ghostprint
openclaw gateway restart
Usage
Once installed, these agent tools are available in any session:
ghostprint_fire β fire a noise round immediatelyghostprint_stats β show run history and statsThe background scheduler fires automatically every ~2 hours (Poisson-distributed).
How it works
Standalone (no OpenClaw)
cp config.example.yaml config.yaml
edit config.yaml with your API keys
python3 ghostprint.py --run-once
python3 ghostprint.py --install-cron
Cost
< $0.35/month at 3Γ daily across Anthropic + Z.ai.
Source
https://github.com/alarawms/ghostprint
π‘ Examples
Once installed, these agent tools are available in any session:
ghostprint_fire β fire a noise round immediatelyghostprint_stats β show run history and statsThe background scheduler fires automatically every ~2 hours (Poisson-distributed).