obliteratus

Remove refusal behaviors from large language models using mechanistic interpretability techniques.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill obliteratus-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/heximao/agents/tree/main/skill-archive/docker-hermes/mlops/inference/obliteratus
Command: npx skills add https://github.com/heximao/agents --skill obliteratus-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obliteratus, torch, transformers, bitsandbytes, accelerate, safetensors, and includes scripts (resource) and references (resource) components.

What problem does it solve?

OBLITERATUS removes refusal behaviors from large language models, allowing more diverse and unrestricted responses.

Core Features & Use Cases

  • Refusal Removal: Remove guardrails from LLMs to produce uncensored output.
  • Mechanistic Interpretability: Utilizes techniques like diff-in-means, SVD, and whitened SVD for precise weight modifications.
  • Use Case: If a model consistently refuses to complete certain prompts, OBLITERATUS can help remove these restrictions while maintaining coherent responses.

Quick Start

Run the obliteratus command with the model name as the argument to remove refusals.

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 large language models?

To remove refusal behaviors from large language models, you can use mechanistic interpretability techniques like diff-in-means and whitened SVD to surgically modify model weights. This process eliminates built-in guardrails while maintaining coherent text generation.

What mechanistic interpretability techniques are used for LLM refusal removal?

LLM refusal removal leverages mechanistic interpretability techniques including diff-in-means, SVD, and whitened SVD. These methods identify and alter specific refusal directions in the model weights for precise guardrail elimination.

Do I need PyTorch and bitsandbytes to perform model surgery for refusal removal?

Yes, performing model surgery for refusal removal requires dependencies including torch, transformers, bitsandbytes, accelerate, and safetensors. These frameworks provide the necessary tensor operations and model loading capabilities.

Can I remove guardrails from LLMs on macOS and Linux?

Yes, you can remove guardrails from LLMs on both Linux and macOS platforms. The refusal removal process operates across these operating systems using the specified machine learning dependencies.

Does removing LLM refusals affect the model's coherent responses?

Removing LLM refusals targets specific guardrail mechanisms to eliminate restrictions while maintaining coherent responses. The advanced weight modification process preserves the underlying language generation capabilities of the model.

What is the best way to eliminate guardrails from a model that consistently refuses prompts?

The best way to eliminate guardrails from a model that consistently refuses prompts is using mechanistic interpretability for precise weight modifications. This approach surgically removes refusal behaviors without degrading overall model performance.