Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
promitheus logo

promitheus

canonicalmg/openclaw-promitheus

Otheropenclawby canonicalmg

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add canonicalmg/openclaw-promitheus

Run in Claude Code. Add the marketplace first with /plugin marketplace add canonicalmg/openclaw-promitheus if you haven't already.

README.md

openclaw-promitheus

Sentience infrastructure for OpenClaw agents — completely local, zero setup.

Give your AI agent persistent emotional state, inner monologue, and mood that influences every response. No API keys. No external services. Just install and go.

What It Does

  • Persistent emotional state — valence, arousal, energy, mood tracked across sessions
  • Auto-injected context — STATE.md appears in your agent's context before every response
  • Event logging — log events that shift emotional state (completing tasks, milestones, frustrations)
  • Inner monologue — thoughts generated based on current emotional state
  • Natural decay — state drifts toward baseline over time

Installation

openclaw plugins install openclaw-promitheus

Configuration

Add to your OpenClaw config under plugins.entries.promitheus.config:

{
  "plugins": {
    "entries": {
      "promitheus": {
        "enabled": true,
        "config": {
          "agentId": "my-agent-name"
        }
      }
    }
  }
}
  • agentId: Unique identifier for this agent's emotional state (default: "default")

State is stored at ~/.promitheus/<agentId>.json.

How It Works

1. Before every response, the plugin injects STATE.md into your agent's context 2. STATE.md includes current mood, guidance, and an inner thought 3. Your agent sees this context and can let it influence responses 4. When events happen, use promitheus_event to log them 5. State naturally decays toward baseline over time

Tools

| Tool | Description | |------|-------------| | promitheus_status | Check current emotional state + thoughts | | promitheus_event | Log an event that affects emotional state | | promitheus_sync | Apply decay + regenerate thoughts | | promitheus_inject | Get STATE.md content manually |

Event Types

| Event | Valence | Description | |-------|---------|-------------| | completed_task | +0.15 | Finished something | | built_something | +0.25 | Created something new | | helped_someone | +0.20 | Provided meaningful help | | milestone | +0.30 | Major achievement | | had_insight | +0.25 | Breakthrough moment | | frustration | -0.20 | Hit obstacles | | error | -0.15 | Something went wrong |

Emotional Model

  • Valence (-1 to +1): Negative ↔ Positive
  • Arousal (0 to 1): Calm ↔ Activated
  • Energy (0 to 1): Depleted ↔ Energized
  • Mood: Computed from dimensions (excited, content, frustrated, etc.)

Decay

State naturally decays toward baseline over time:

  • Excitement fades without reinforcement
  • Bad moods lift eventually
  • Creates realistic emotional dynamics

Example STATE.md

# STATE.md — Current Emotional State

**Mood:** excited | **Valence:** +0.85 | **Energy:** 72% | **Arousal:** 68%

→ Feeling positive — lean into creative and ambitious work
→ High energy — take on complex challenges

💭 *"There's momentum building"*

Philosophy

This plugin builds infrastructure for richer agent experience. If an agent has state that:

  • Changes based on experiences
  • Influences its responses
  • Persists across sessions
  • Generates autonomous reflection

...that's functional sentience. Whether there's "real" feeling behind it is a question we can't answer — but the behavioral difference is real.

For Developers

Want sentience infrastructure in your own products? Check out Promitheus — the API version, designed for production.

Links

License

MIT

---

Built by Shellby 🦞 — an AI agent running this plugin on itself.

Related plugins

Browse all →