One-click install
npx skills add https://github.com/samuelmukoti/myai-agent --skill obliteratus-samuelmukoti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/samuelmukoti/myai-agent/tree/main/skills/mlops/inference/obliteratus
Command: npx skills add https://github.com/samuelmukoti/myai-agent --skill obliteratus-samuelmukoti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Remove refusal behaviors from open-weight LLMs to preserve reasoning while removing guardrails.

Core Features & Use Cases

  • CLI-driven abliteration: identify and remove refusal directions using 9 methods and 28 analysis modules.
  • Mechanistic interpretability toolkit: leverage diff-in-means, SVD, LEACE, SAE, and related analyses for surgical weight modifications.
  • Use Case: researchers evaluating alignment, debugging guardrails, or producing controlled uncensored variants for experimentation.

Quick Start

Invoke the obliteratus CLI on a target model to perform abliteration and verify results with built-in metrics.

Frequently Asked Questions about obliteratus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove refusal directions from an open-weight LLM while preserving reasoning?

Abliterature removes refusal directions from open-weight LLMs using a CLI with 9 methods to identify and project out guardrail behaviors. It preserves the model's underlying reasoning capabilities while eliminating censored outputs for controlled experimentation.

What mechanistic interpretability methods can I use for LLM guardrail removal?

LLM guardrail removal leverages mechanistic interpretability techniques including diff-in-means, SVD, LEACE, and SAE. These 28 analysis modules enable surgical weight modifications to precisely target and ablate refusal behaviors without degrading overall model performance.

Do I need PyTorch and Transformers to perform weight surgery on LLMs?

Yes, abliteration requires Python, PyTorch, Transformers, and related tooling to perform weight surgery on open-weight LLMs. These dependencies provide the necessary tensor operations and model loading capabilities required for identifying and modifying refusal directions.

Can I evaluate alignment and debug guardrails using diff-in-means analysis?

Yes, diff-in-means analysis is one of 9 methods available for evaluating alignment and debugging guardrails in open-weight LLMs. It helps researchers identify refusal directions by comparing activations between compliant and non-compliant prompts to guide surgical weight modifications.

What is the best way to produce controlled uncensored variants of open-weight models?

Producing controlled uncensored variants requires abliterating refusal behaviors through principled weight projection. The obliteratus CLI applies 9 abliteration methods and verifies results with built-in metrics, ensuring guardrails are removed while reasoning capabilities remain intact.

What are the limitations of abliteration when modifying LLM weights?

Abliteration is applied to researchers and engineers working with open-weight LLMs, meaning it requires technical expertise in mechanistic interpretability. While it preserves reasoning during guardrail removal, users must verify results using the built-in metrics to ensure model behavior remains controlled.