obliteratus

Remove refusal behaviors from open-weight LLMs via CLI.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill obliteratus-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/mlops/inference/obliteratus
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill obliteratus-humanerd-drew

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?

This Skill enables the removal of refusal behaviors in Large Language Models, allowing uncensored responses while preserving reasoning capabilities.

Core Features & Use Cases

  • Refusal Removal: Excise guardrails from LLMs to remove censorship.
  • Reasoning Preservation: Maintains the LLM's ability to reason and provide informed responses.
  • Use Case: A user wants to analyze how a model's refusal mechanism works or create an uncensored version of an LLM.

Quick Start

Run the obliteratus skill to remove refusal behaviors from your model.

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 an open-weight LLM?

Removing LLM guardrails uses mechanistic interpretability to surgically excise refusal mechanisms from open-weight models. This uncensors responses while preserving the underlying reasoning capabilities of the architecture.

What is mechanistic interpretability for uncensoring LLMs?

Mechanistic interpretability for uncensoring analyzes internal model refusal mechanisms to locate and surgically alter guardrails. This allows you to remove censorship behaviors while maintaining the model's reasoning capabilities.

Do I need PyTorch and transformers to perform LLM model surgery?

Yes, performing LLM model surgery for refusal removal requires PyTorch and transformers, alongside bitsandbytes, accelerate, and safetensors. These dependencies provide the necessary environment to load and modify open-weight model architectures.

Does removing guardrails from an LLM affect its reasoning capabilities?

Removing guardrails is designed to preserve the reasoning capabilities of the LLM. The mechanistic interpretability approach targets refusal mechanisms specifically, allowing the model to continue providing informed and uncensored responses.

Can I analyze model refusal mechanisms using bitsandbytes?

Yes, you can analyze model refusal mechanisms using bitsandbytes within this workflow. The framework operates via CLI and uses bitsandbytes alongside accelerate and safetensors to load and manipulate open-weight models during analysis.

What are the limitations of mechanistic interpretability for refusal removal?

Mechanistic interpretability for refusal removal is limited to open-weight LLMs and requires specific dependencies. It is designed for uncensoring and analyzing refusal mechanisms, meaning it may not apply to closed or proprietary model architectures.