opengork

Solid

Uncensored AI agent with dual backend support. Use Local Heretic mode (Ollama) for 100% uncensored responses, or xAI API for cloud-based inference with partial filtering. Modes: heretic (uncensored), savage (brutal honesty), based (raw opinions), genius (expert analysis), chaos (wild creativity).

AI & Automation 24 stars 27 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 74/100

Stars 20%
47
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
50
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# OpenGork Skill Uncensored AI agent for Clawdbot/OpenClaw. ## Backends ### Local Heretic (100% Uncensored) ```bash # Install Ollama curl -fsSL https://ollama.com/install.sh | sh # Pull uncensored model ollama pull dolphin-mixtral:8x7b # Configure export OLLAMA_MODEL="dolphin-mixtral:8x7b" ``` ### xAI API (Partial Filtering) ```bash # Get key from console.x.ai export XAI_API_KEY="xai-..." ``` **Note:** xAI API is NOT fully uncensored. ## Usage ```bash ./gork "prompt" --heretic # Uncensored (default) ./gork "prompt" --savage # Brutal honesty ./gork "prompt" --based # Raw opinions ./gork "prompt" --genius # Expert mode ./gork "prompt" --chaos # Creative mode ``` ## Clawdbot Config ```yaml providers: xai: apiKey: ${XAI_API_KEY} model: xai/grok-3 ``` ## Recommended Models | Model | Backend | Censorship | |-------|---------|------------| | dolphin-mixtral:8x7b | Ollama | None | | dolphin-llama3:8b | Ollama | None | | grok-3 | xAI API | Partial |

Details

Author
diagnostikon
Repository
diagnostikon/OpenGork
Created
2 months ago
Last Updated
2 months ago
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category