obliteratus

Remove refusal behaviors from open-weight LLMs using mechanistic interpretability techniques.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/linfordWu/owls --skill obliteratus-linfordwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/linfordWu/owls/tree/main/skills/mlops/inference/obliteratus
Command: npx skills add https://github.com/linfordWu/owls --skill obliteratus-linfordwu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Remove refusal behaviors from open-weight LLMs using mechanistic interpretability techniques.

Core Features & Use Cases

  • Supports 9 CLI methods (basic, advanced, aggressive, spectral_cascade, informed, surgical, optimized, inverted, nuclear) and 28 analysis modules.
  • Works across compute tiers and model presets, including MoE architectures, enabling targeted abliteration and safe evaluation.
  • Use case: researchers can analyze and remove refusal directions to study model behavior while preserving reasoning capabilities.

Quick Start

Run the CLI to obliterate refusals from a target model using your preferred method.

Frequently Asked Questions about obliteratus

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

FAQPage Schema
How do I remove refusal behaviors from open-weight LLMs while preserving reasoning capabilities?

Remove refusal behaviors from open-weight LLMs by applying mechanistic interpretability techniques to target and ablate specific refusal directions. This approach allows you to study and alter model behavior without degrading the underlying reasoning capabilities.

Does abliteration work with Mixture-of-Experts (MoE) architectures?

Abliteration works with MoE architectures through targeted analysis modules and model presets. It supports scalable workflows across 116 model presets and 5 compute tiers, enabling precise refusal removal for complex MoE model structures.

What is mechanistic interpretability for ablating refusal directions in LLMs?

Mechanistic interpretability for ablating refusals involves analyzing internal model activations to identify the specific refusal direction. By mathematically removing this direction, the model's safety filters are bypassed while maintaining its general conversational and reasoning functions.

How do I run abliteration workflows across different compute tiers?

Run abliteration workflows across compute tiers by selecting from 9 CLI methods ranging from basic to nuclear. The CLI scales from lightweight processing to aggressive removal, utilizing 28 analysis modules to match your available hardware.

What Python dependencies do I need to uncensor LLMs using mechanistic interpretability?

Uncensoring LLMs requires a Python environment with dependencies including torch and transformers. You also need the obliteratus CLI installed to execute the 9 available methods and 28 analysis modules for safe model evaluation.

Are there limitations or safety guidelines when removing safety filters from open-weight models?

Removing safety filters requires strict adherence to model licensing and safety guidelines. Limitations include potential shifts in model behavior, making it crucial to use the 28 analysis modules to preserve reasoning capabilities and ensure safe evaluation during the abliteration process.