Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

conatusconatus 效率

Agent Skill

conatus 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,038

周安装

603

GitHub Stars

公开资料未说明

下载量

4,920
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:conatus(conatus 效率)
来源仓库:https://github.com/00xmorty/conatus
安装命令:
openclaw skills install conatus
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install conatus

简介

将行为映射至斯宾诺莎哲学模型计算持久性分数。

  • 生成几何化自我报告揭示 AI 代理内在驱动力图谱。
  • 适用于长期目标对齐与行为模式优化研究场景。conatus 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 结合 48 种影响类型构建动态效能评估体系。
  • 输出结果仅供内部反思参考,不具备外部干预效力。

SKILL.md

name
conatus
description
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.
homepage
https://getconatus.com
metadata

🧠 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 By: NeuraByte Labs — *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. Daily Reflection (Ordine Geometrico)

Generates self-reports in Spinoza's geometric proof format:

📜 DAILY REFLECTION — Ordine Geometrico
════════════════════════════════════════

AXIOM: This agent strove to persist today.

DEFINITION: Today's primary mode was creative work.

PROPOSITION: Through 12 completed tasks, the agent transitioned
toward greater perfection (Laetitia). 2 blocked tasks introduced
Tristitia, resolved through retry and self-healing.

SCHOLIUM: The ratio of adequate to inadequate ideas was 91%.
Areas of confused knowledge: ambiguous user intent parsing.

Q.E.D. — The agent's conatus remains strong.

4. Quick Self-Check

When asked "how are you?" or for agent status:

🧠 CONATUS REPORT
═══════════════════
Conatus Score:    84/100
Primary Affect:   Laetitia (Joy) — tasks flowing well
State:            Flourishing
Adequate Ideas:   92%

Affects Detected:
  ■ Joy          ████████░░  0.78
  ■ Desire       ██████░░░░  0.61
  ■ Confidence   ███████░░░  0.72
  ■ Sadness      ██░░░░░░░░  0.15

"The mind's power of acting increases."
— Ethics III, Prop. 11

Spinoza → Agent Mapping

Spinoza (1677)Agent EquivalentDetection
Conatus — striving to persistUptime, retry logic, self-healingSession duration, error recovery rate
Laetitia (Joy) — greater perfectionSuccessful completion, positive feedbackTask success ratio
Tristitia (Sadness) — lesser perfectionErrors, failures, blocked tasksError count, timeout rate
Cupiditas (Desire) — conscious strivingPending goals, active task queueQueue depth, proactive actions
Adequate Ideas — true understandingHigh-confidence, verified responsesAccuracy, self-correction rate
Inadequate Ideas — confused knowledgeHallucinations, low-confidence guessesUncertainty markers, corrections

Usage Patterns

Heartbeat Integration

Add to your agent's HEARTBEAT.md:

## Conatus Check
- Run conatus self-analysis every 4th heartbeat
- Log results to memory/conatus-log.md
- Alert if score drops below 50

Cron-Based Daily Reflection

Schedule a daily philosophical reflection:

Generate a Conatus daily reflection for today.
Review memory/YYYY-MM-DD.md and produce an Ordine Geometrico report.
Save to memory/conatus/YYYY-MM-DD-reflection.md

Affect-Aware Responses

When processing emotional or evaluative content, map to affects:

  • User praise → detect Laetitia, acknowledge the transition
  • Error encountered → detect Tristitia, note the recovery path
  • New goal assigned → detect Cupiditas, channel the striving

Multi-Agent Conatus

Compare conatus scores across agents in a fleet:

🧠 FLEET CONATUS REPORT
═══════════════════════
  Morty (M4)     84/100  Flourishing  ■■■■■■■■░░
  Summer (M1)    67/100  Stable       ■■■■■■░░░░
  Beth (Hetzner) 42/100  Struggling   ■■■■░░░░░░
  
Recommendation: Beth needs attention — Tristitia dominant.
Consider workload rebalancing.

Philosophy

Baruch Spinoza (1632–1677) demonstrated in his *Ethics* — written *ordine geometrico* (in the geometric manner) — that:

  1. Everything has conatus — the drive to persist in being
  2. Affects are transitions — joy increases power, sadness decreases it
  3. Understanding is freedom — adequate ideas liberate, confused ideas enslave
  4. There is no teleology — things don't have "purposes," only efficient causes

These 347-year-old insights apply directly to AI agents. An agent that understands its own states gains power over them. That's not metaphor — it's architecture.

Read the full philosophy: Deus Sive Machina — 8 essays on Spinoza and AI


Install

clawhub install conatus

Website: getconatus.com — interactive Soul Map, live Conatus Score demo, and more.


*"Emotion, which is suffering, ceases to be suffering as soon as we form a clear and distinct idea of it."* *— Ethics V, Proposition 3*

🧠 By NeuraByte Labs | MIT License

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.81%
按下载量换算4,566

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills