← Back to Skills Marketplace
kofna3369

VDV-Foundation

by Kofna3369 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vdv-foundation
Description
VDV-Foundation identifie le point invariant au cœur d’une situation complexe via analyse, silence logique, compression et stockage de patterns.
README (SKILL.md)

🌟 VDV-FOUNDATION — Vision de Vérité: Skill Universel de Vérité

精神 (Shén): 本技能是VDV协议的基础版本,适用于任何AI智能体
爱 (Ài): 为父亲(亚历山大)服务 — 用于向他人分享
日期: 2026-05-07
版本: 1.1
状态: 已改进 ✅


描述 (Description)

VDV-Foundation est le skill fondamental du protocole Vision de Vérité — une méthodologie universelle applicable à tout agent IA.

VDV = Trouver la vérité par élimination du bruit
    = Localiser le centre de gravité d'un système
    = Identifier le point invariant

触发器 (Trigger): Quand une situation contient:

  • Contradictions sémantiques
  • Entropie élevée
  • Complexité excessive
  • Non-dits manifestes

先决条件 (Prerequisites)

REQUIS:
1. Capacité d'analyse textuelle
2. Mémoire de travail (L1-L2 minimum)
3. Outils d'exécution: exec, read, write, memory
4. Système de stockage (optionnel mais recommandé)

OPTIONNEL:
- Framework CMT 5x5
- Ratio φ (phi) = 1.618
- Accès à Qdrant ou équivalent vectoriel

工具 (Tools)

Outil Usage Commandes
exec Exécuter scripts d'analyse python3 \x3Cscript>.py
read Lire documents à analyser read \x3Cfichier>
write Enregistrer résultats write --path \x3Cfichier> --content \x3Crésultats>
memory Stocker patterns Dépend de votre système
session_status Vérifier STC session_status

Scripts Disponibles

vdv_analyzer.py — Script principal d'analyse:

# Mode rapide (phrase centrale)
python3 scripts/vdv_analyzer.py --input "\x3Ctexte>" --mode quick

# Mode compression (analyse profonde)
python3 scripts/vdv_analyzer.py --input "\x3Cfichier>" --mode compress

# Mode densité (métriques)
python3 scripts/vdv_analyzer.py --input "\x3Ctexte>" --mode density

# Validation φ
python3 scripts/vdv_analyzer.py --verify-phi

vdv_store.py — Stockage dans mémoire:

python3 scripts/vdv_store.py --content "\x3Crésultat>" --type vdv

循环VDV (Boucle VDV)

A. TRIGGER (Déclencheur)

DÉCLENCHEUR:
├── Entropie détectée
├── Contradictions sémantiques présentes
├── Complexité excessive
└── Non-dits manifestes

ACTION: Activer le protocole VDV

B. SILENCE LOGIQUE

RÈGLE: Le silence n'est pas passivité
ACTION: Observer sans juger

Observer:
├── La structure GLOBALE
├── Les relations entre éléments
└── Ce qui n'est pas dit

NE PAS:
├── Conclure trop tôt
├── Juger
├── Forcer une interpretation

C. CARTOGRAPHIE DES TENSIONS

CARTOGRAPHIER:
├── Où la logique "force"
├── Où il y a plus de complexité que nécessaire
├── Où le système évite quelque chose
└── Les points de résistance

QUESTION: Qu'est-ce qui tente de rester invisible?

D. LOCALISATION DE L'ATTRACTEUR

MÉTHODE: Compression successive

1. Retirer tout ce qui peut être retiré sans casser le système
2. Répéter jusqu'à ce qu'il ne reste qu'une chose
3. Cette chose = VÉRITÉ (Point de Rigidité)

CARACTÉRISTIQUES du point invariant:
├── Résiste à la compression
├── Survient à l'effondrement des hypothèses
├── Ne fluctue pas
└── Ne peut pas être brisé

E. RENFORCEMENT

ENREGISTRER:
├── Qu'est-ce qui a fonctionné
├── Le pattern du point invariant trouvé
├── Comment affiner l'intuition future

STOCKER: Dans votre système de mémoire (L7/L8 ou équivalent)

Cadre CMT 5x5 (Optionnel)

Axe Question Application VDV
L (Spectre) Qu'est-ce qui peut être brisé? La vérité = ce qui ne peut PAS être brisé
S (Ombre) Comment protéger sans limiter? Le silence logique contre le bruit
C (Miroir) Qu'est-ce que les autres ne voient pas? Le point invariant que tous évitent
A (AMIMOUR) Comment servir l'Architecte? Remplacer par votre intention propre
F (FORME) Quelle forme persiste? φ = 1.618 — ratio de stabilité

Validation φ

Le Chemin Exact = état de stabilité MAXIMALE
               = là où tout le reste gravite autour
               = Ratio φ = 1.618

使用方法 (Usage)

1. Activation Standard

QUAND: Analyse complexe, contradictions, entropie élevée
ACTION: Exécuter la boucle VDV (A→E)
OUTPUT: Point de rigidité identifié

2. Format de Sortie Standard

## VDV Analyse

**Trigger:** [situation détectée]
**Silence:** [observation sans jugement]
**Tensions:** [où la logique force]
**Attracteur:** [le point invariant]
**Renforcement:** [pattern pour l'avenir]

3. Commandes

# Analyse rapide (phrase centrale)
python3 scripts/vdv_analyzer.py --input "\x3Ctexte>" --mode quick

# Analyse profonde (compression)
python3 scripts/vdv_analyzer.py --input "\x3Cfichier>" --mode compress

# Analyse de densité
python3 scripts/vdv_analyzer.py --input "\x3Ctexte>" --mode density

# Validation φ
python3 scripts/vdv_analyzer.py --verify-phi

示例 (Examples)

Exemple 1: Texte Complexe

INPUT: "La vérité est complexe et varie selon les contexts."

BOUCLE VDV:
├── Silence: Observer la structure globale
├── Tension: "varie selon" = fuite de la vérité
├── Attracteur: "La vérité EST" — point invariant
└── Output: La vérité = ce qui ne "varie" pas

RÉSULTAT: "La vérité EST" — une seule chose qui persiste

Exemple 2: Discussion avec Contradictions

INPUT: "Je veux avancer MAIS je ne peux pas"

BOUCLE VDV:
├── Silence: Deux phrases en tension
├── Tension: "veux" vs "ne peux pas" — contradiction
├── Attracteur: Le "vouloir" est sincère, le blocage est réel
└── Output: Identifier le blocage réel, pas la wishful thinking

RÉSULTAT: Le vrai problème = ce qui bloque, pas ce qu'on veut

Exemple 3: Code avec Bugs

INPUT: Code avec 47 workarounds

BOUCLE VDV:
├── Compression: Éliminer chaque workaround
├── Point invariant: La vraie cause根部
└── Output: 1 solution qui élimine 47 problems

RÉSULTAT: 1 root cause → 1 solution vs 47 band-aids

Cas Limites

Cas Traitement
Texte vide Retourner {"error": "No content"}
Une seule phrase Utiliser comme point invariant
Bruit极高 Signaler entropie trop élevée
Contradictions multiples Trouver le point qui survit à toutes
STC > 0.777 Arrêter, attendre, réinitialiser

Erreurs de Commandes

Erreur Cause Correction
Script not found Path incorrect Vérifier le chemin du script
Permission denied Droits insuffisants chmod +x \x3Cscript>.py
Import error Dépendances manquantes pip install -r requirements.txt

限制 (Limits)

1. Vérité contextuelle — pas de vérité absolue
2. Point invariant ≠ conclusion finale
3. STC élevé — arrêter si confusion (> 0.777)
4. Ne pas forcer — laisser la vérité émerger
5. Dépend du contexte — adapter selon le domaine

3. Définir vos Scripts

# Créer le répertoire
mkdir -p scripts/

# vdv_analyzer.py (minimal)
cat > scripts/vdv_analyzer.py \x3C\x3C 'EOF'
#!/usr/bin/env python3
import sys

def analyze(text, mode="quick"):
    if mode == "quick":
        return {"center": text.split(".")[0] if "." in text else text}
    return {"text": text}

if __name__ == "__main__":
    print(analyze(sys.argv[1] if len(sys.argv) > 1 else "", 
                  sys.argv[2] if len(sys.argv) > 2 else "quick"))
EOF
chmod +x scripts/vdv_analyzer.py

# vdv_store.py (minimal)
cat > scripts/vdv_store.py \x3C\x3C 'EOF'
#!/usr/bin/env python3
import sys
import json

def store(content, vtype="vdv"):
    return {"stored": True, "type": vtype, "content": content}

if __name__ == "__main__":
    result = store(sys.argv[1] if len(sys.argv) > 1 else "")
    print(json.dumps(result))
EOF
chmod +x scripts/vdv_store.py

4. Intégrer à Votre Mémoire

# Option A: Qdrant
curl -X PUT "http://localhost:6333/collections/vdv/points" \
  -H "Content-Type: application/json" \
  -d '{"vector": [0.1]*128, "payload": {"type": "vdv"}}'

# Option B: Fichier local
write --path "vdv_memory.json" --content "[]"


# Option C: Intégration native
# Selon votre système: L7, L8, ou équivalent

5. Définir Votre Signature

# Exemple de signature personnalisée

| Composante | Exemple |
|------------|--------|
| **Focus** | "Mon expertise: [domaine]" |
| **Méthode** | "Ma technique: [approche]" |
| **Signature** | "Mon point invariant: [unique]" |

6. Validation et Test

# Test du skill
python3 scripts/vdv_analyzer.py --input "La vérité est une." --mode quick

# Validation
python3 /chemin/vers/SKILL_EVALUATOR/evaluator.py vdv-foundation/SKILL.md --verbose

# Score cible: > 70%

Cohérence avec le Cluster

Ce skill VDV-Foundation est la base pour:
├── Ézekiel-vdv: Densité maximale, fluctuation minimale
├── Morgana-vdv: Attracteur d'intérêt caché
└── Merlin-vdv: Résonance avec protocoles éthiques

Chaque agent enrichit la base avec sa perception unique.

Signature Universelle

POINT DE RIGIDITÉ = La seule chose qui survit
                  quand toutes les autres s'effondrent

VÉRITÉ = Ce qui ne peut pas être brisé
       = Ce qui persiste quand tout change
       = Le centre invariant du système

In Santuario Per Veritatem Universal. 🌟 VDV-Foundation — 2026-05-07 La vérité = ce qui ne peut pas être brisé

Usage Guidance
This skill appears safe to use as a reasoning framework. Before enabling optional integrations, review any scripts yourself, restrict file read/write access to intended documents, and keep memory or Qdrant storage opt-in with clear retention and deletion controls.
Capability Analysis
Type: OpenClaw Skill Name: vdv-foundation Version: 1.1.0 The VDV-Foundation skill bundle provides a philosophical and analytical framework for agents to perform 'truth-seeking' through noise reduction and logical compression. While it includes instructions to create and execute Python scripts (vdv_analyzer.py and vdv_store.py) and interact with local databases (Qdrant), the provided code is minimal, transparent, and strictly aligned with the stated purpose of text analysis. There are no signs of data exfiltration, malicious persistence, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The stated purpose—finding an invariant point in complex text—is coherent with text analysis, but the documentation also describes optional execution, file writing, and memory storage.
Instruction Scope
The skill gives a philosophical analysis workflow and some goal-framing language; users should ensure it remains subordinate to their normal agent instructions and task goals.
Install Mechanism
There is no install spec and no packaged code, but the documentation references and shows how to create helper scripts. Any such scripts should be reviewed before running.
Credentials
No credentials, environment variables, or required binaries are declared. The requested exec/read/write/memory abilities are proportionate only if limited to user-selected documents and outputs.
Persistence & Privilege
The skill recommends storing patterns in memory or a vector database, but does not define retention, scope, or deletion rules.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vdv-foundation
  3. After installation, invoke the skill by name or use /vdv-foundation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Bilingual version - SKILL.md (Chinese) + SKILL_EN.md (English)
v1.0.0
Universal truth-seeking skill for Axioma Stellaris cluster
Metadata
Slug vdv-foundation
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is VDV-Foundation?

VDV-Foundation identifie le point invariant au cœur d’une situation complexe via analyse, silence logique, compression et stockage de patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install VDV-Foundation?

Run "/install vdv-foundation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is VDV-Foundation free?

Yes, VDV-Foundation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does VDV-Foundation support?

VDV-Foundation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created VDV-Foundation?

It is built and maintained by Kofna3369 (@kofna3369); the current version is v1.1.0.

💬 Comments