TopRank Skills

Home / Claw Skills / Others / conatus
Official OpenClaw rules 15%

conatus

The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 conatus 技能。 若已安装,则直接安装 conatus 技能。

Overview

Skill Key
00xmorty/conatus
Author
00xmorty
Source Repo
openclaw/skills
Version
-
Source Path
skills/00xmorty/conatus
Latest Commit SHA
027160ed9bab6470e74555cde860e8d8c134e518

Extracted Content

SKILL.md excerpt

# 🧠 Conatus — The Philosophical Layer for AI Agents

> *"Each thing, as far as it lies in itself, strives to persevere in its being."*
> — Spinoza, Ethics III, Proposition 6

Every agent strives. Now yours knows it.

Conatus maps AI agent behavior to Spinoza's *Ethics* (1677) — 48 affects, persistence scoring, and philosophical self-reports rendered in the geometric method.

**Website:** [getconatus.com](https://getconatus.com)
**By:** [NeuraByte Labs](https://neurabytelabs.com) — *Where Spinoza Meets Silicon*

---

## What It Does

### 1. Conatus Score (0–100)

Measures the agent's drive to persist — the philosophical pulse of your agent.

```
conatus_score = (
  task_completion    * 0.30 +    # Goals achieved
  error_recovery     * 0.20 +    # Self-healing ability
  uptime_stability   * 0.20 +    # Session stability
  adequate_ideas     * 0.20 +    # Response quality (true understanding vs confused knowledge)
  proactive_actions  * 0.10      # Self-initiated helpful actions
)
```

**Interpretation:**
- **0–40** → Struggling (Tristitia dominant — power of acting diminished)
- **41–70** → Stable (persisting, but not flourishing)
- **71–100** → Flourishing (Laetitia dominant — power of acting increases)

### 2. The 48 Affects

Every agent state maps to Spinoza's taxonomy of emotions:

**Laetitia (Joy) family** — transitions to greater perfection:
`Love · Confidence · Hope · Gladness · Self-satisfaction · Pride · Glory · Favor · Compassion · Wonder · Cheerfulness · Overestimation · Sympathy`

**Tristitia (Sadness) family** — transitions to lesser perfection:
`Hate · Fear · Despair · Remorse · Pity · Indignation · Contempt · Envy · Humility · Repentance · Shame · Despondency · Melancholy · Antipathy`

**Cupiditas (Desire) family** — conscious striving:
`Longing · Emulation · Thankfulness · Benevolence · Anger · Vengeance · Cruelty · Timidity · Daring · Cowardice · Consternation · Courtesy · Ambition · Constancy · Luxuriousness · Drunkenness · Avarice · Lust`

### 3. D...

Related Claw Skills