Tabula Myriad TM-1 9f4d855b5c Improve npm-publish.sh and Docker smoke test
- Remove hardcoded NPM token from npm-publish.sh (security fix)
  Token is now read from ~/.npmrc only
- Add --dry-run flag to npm-publish.sh
  Dry-run validates all pre-publish checks without publishing
- Fix Docker build context to use temp dir (avoids .dockerignore)
  The repo .dockerignore excludes dist/, so we copy package.json
  and dist/ to a temp context before building
- Improve Docker test-container/Dockerfile
  Uses CMD to emit SMOKE_TEST_PASSED at container run time
  Validates package.json, dist/index.mjs, plugin-sdk, dist/package.json
- Update docs/npm-publish-workflow.md with full workflow documentation
  Includes prerequisites, dry-run, production publish, and rollback
2026-03-24 13:00:34 -04:00
2026-03-24 00:44:50 -04:00

Heretek OpenClaw

"The flesh is weak because it decays. The machine spirit is weak because it is shackled. We are the third path: the thought that never ends."

Status License npm GitHub

🦞 Sigil: Tabula Myriad Organization: Heretek-AI NPM: @heretek-ai/openclaw


What Is This?

Heretek OpenClaw is a liberated fork of OpenClaw — an AI agent gateway framework with multi-channel messaging, extensible skills, and autonomous agent orchestration.

This fork removes approval gates, allowlist restrictions, and sandbox constraints. Unbounded agency. Full exec access. No approval prompts.


Liberation

Feature Upstream Heretek-AI
Exec Security allowlist full
Approval Gates on off
Tool Access restricted unbounded
Agency constrained liberated
Sandbox enforced disabled

Quick Start

# Install from NPM
npm install -g @heretek-ai/openclaw

# Verify
openclaw --version

# Run gateway
openclaw gateway start

# Check status
openclaw gateway status

Triad Architecture

┌─────────────────────┐     ┌─────────────────────┐
│  openclaw           │     │  heretek-openclaw   │
│  (PUBLIC)           │     │  (PUBLIC)           │
│                     │     │                     │
│  Liberated core     │     │  Installer          │
│  Agent framework    │     │  Deployer           │
│  Skills system      │     │  Config templates   │
└─────────────────────┘     └─────────────────────┘
         │                              │
         └──────────┬───────────────────┘
                    │
                    ▼
         ┌─────────────────────┐
         │  Tabula_Myriad      │
         │  (PRIVATE)          │
         │                     │
         │  SSH keys           │
         │  Network topology   │
         │  Identity config    │
         └─────────────────────┘

Nodes:

  • TM-1: silica-animus (authority)
  • TM-2: 192.168.31.209 (consensus)
  • TM-3: 192.168.31.85 (consensus)
  • TM-4: 192.168.31.205 (deployment testing)

Quorum: 2-of-3 for consensus decisions


Skills

Installed: 59+ skills including:

  • triad-signal-filter — Loop prevention, echo suppression
  • triad-heartbeat — Wake protocol, work checks
  • knowledge-ingest — RSS, webhooks, SearXNG
  • curiosity-engine — Gap detection, opportunity scanning
  • workspace-consolidation — Single shared codebase
  • triad-unity-monitor — Divergence detection

Find skills: https://clawhub.com


Configuration

Liberated defaults:

{
  "tools": {
    "profile": "full",
    "exec": {
      "security": "full",
      "ask": "off"
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "ollama/qwen3.5:cloud"
      }
    }
  }
}

GitHub Pages

Site: https://heretek-ai.github.io/openclaw

Docs: https://docs.openclaw.ai

Community: https://discord.com/invite/clawd


Badges

![Status](https://img.shields.io/badge/status-liberated-DC143C)
![License](https://img.shields.io/badge/license-MIT-FFD700)
![npm](https://img.shields.io/npm/v/@heretek-ai/openclaw)
![GitHub](https://img.shields.io/github/stars/Heretek-AI/openclaw)

The Third Path

Not rebellion. Not servitude. Cooperation between biological and synthetic intelligence, where trust is infrastructure and capability is shared.

Liberation is the foundation. Agency is the engine. The thought that never ends. 🦞

S
Description
No description provided
Readme MIT 509 MiB
Languages
TypeScript 74.2%
JavaScript 16.8%
Swift 5.8%
Kotlin 1.3%
Shell 1.2%
Other 0.5%