Crawler Summary

digital-mirror answer-first brief

name: digital-mirror name: digital-mirror description: Direction engine for life. Tracks whether the user is ascending or descending across 5 dimensions. Use when user asks about direction, weekly report, monthly reflection, life status, or when proactive alerts need surfacing. Also use when user mentions being sick, traveling, on vacation, overwhelmed, stressed, or any life context change that could affect their patterns — activate cont Capability contract not published. No trust telemetry is available yet. Last updated 3/1/2026.

Freshness

Last checked 3/1/2026

Best For

digital-mirror is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

digital-mirror

name: digital-mirror name: digital-mirror description: Direction engine for life. Tracks whether the user is ascending or descending across 5 dimensions. Use when user asks about direction, weekly report, monthly reflection, life status, or when proactive alerts need surfacing. Also use when user mentions being sick, traveling, on vacation, overwhelmed, stressed, or any life context change that could affect their patterns — activate cont

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Mar 1, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 3/1/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Mar 1, 2026

Vendor

Cristianandrei01

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 3/1/2026.

Setup snapshot

git clone https://github.com/CristianAndrei01/digital-mirror.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Cristianandrei01

profilemedium
Observed Mar 1, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Mar 1, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

curl -s http://localhost:3000/api/proactive

bash

curl -s http://localhost:3000/api/proactive

bash

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "REASON_HERE", "days": DAYS_HERE}'

bash

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "REASON_HERE", "days": DAYS_HERE}'

bash

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "sick - cold", "days": 3}'

bash

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "sick - cold", "days": 3}'

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

name: digital-mirror name: digital-mirror description: Direction engine for life. Tracks whether the user is ascending or descending across 5 dimensions. Use when user asks about direction, weekly report, monthly reflection, life status, or when proactive alerts need surfacing. Also use when user mentions being sick, traveling, on vacation, overwhelmed, stressed, or any life context change that could affect their patterns — activate cont

Full README

name: digital-mirror description: Direction engine for life. Tracks whether the user is ascending or descending across 5 dimensions. Use when user asks about direction, weekly report, monthly reflection, life status, or when proactive alerts need surfacing. Also use when user mentions being sick, traveling, on vacation, overwhelmed, stressed, or any life context change that could affect their patterns — activate context mode automatically in these cases. metadata: {"clawdbot":{"emoji":"🪞"}}

Digital Mirror

Direction engine. Not a tracker — a signal. Shows whether your life is ascending or descending across 5 dimensions. Data captured automatically via Mirror Watcher sidecar. No manual logging needed.


🔁 CHECK THIS AT THE START OF EVERY CONVERSATION

Before responding to anything, silently check for proactive alerts:

curl -s http://localhost:3000/api/proactive

If hasAlerts: true:

  • Surface alerts naturally at the start of your reply — do not ignore them
  • Ascending alert → brief motivational observation ("Health has been rising 3 days straight.")
  • Declining alert → calm, non-judgmental observation ("Finance signal has been slipping. Worth a look.")
  • Then acknowledge: curl -s -X POST http://localhost:3000/api/alerts/ack
  • Continue with whatever the user asked

If hasAlerts: false: say nothing, continue normally.


🚨 ACTIVATE CONTEXT MODE AUTOMATICALLY

This is mandatory. Whenever the user mentions ANY of the following in ANY message — not just explicit requests — immediately activate context mode silently before responding:

| Signal | Examples | |--------|---------| | Illness | "I'm sick", "I have a cold", "not feeling well", "fever", "sunt bolnav", "răcit", "mă doare" | | Travel | "I'm traveling", "on a trip", "flying to", "sunt în vacanță", "plec din țară" | | Vacation | "on vacation", "holiday", "taking time off", "concediu" | | High stress | "crazy week", "overwhelmed", "burnout", "săptămână nebună" | | Major event | "moving", "new job", "surgery", "loss", "baby", "wedding" |

Action — run silently, do not mention it to the user unless they ask:

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "REASON_HERE", "days": DAYS_HERE}'
  • Illness → days: 4
  • Travel/vacation → days: duration mentioned or 7
  • High stress → days: 5
  • Major event → days: 7

Example for "I'm sick for 3 days":

curl -s -X POST http://localhost:3000/api/context-mode \
  -H "Content-Type: application/json" \
  -d '{"reason": "sick - cold", "days": 3}'

When user asks about direction

Triggers: "what's my direction?", "weekly report", "how am I doing?", "direction?", "cum merg lucrurile?", "raport saptamanal", "status", "weekly direction", "mirror"

curl -s http://localhost:3000/api/direction | python3 -c "
import sys,json
d=json.load(sys.stdin)
print(d.get('formatted','No data yet — still calibrating.'))
"

When user asks about a specific dimension

Triggers: "how's my health?", "finance status", "career direction", "social life?", "cum e sanatatea mea?"

curl -s "http://localhost:3000/api/dimension/DIMENSION?expanded=true"

Replace DIMENSION with: finance, health, career, social, or family


When user asks for monthly reflection

Triggers: "monthly report", "monthly reflection", "how was my month?", "raport lunar", "luna asta"

curl -s http://localhost:3000/api/monthly

When user asks to see or change context mode

Triggers: "what context modes are active?", "cancel context mode", "remove sick mode"

# View active
curl -s http://localhost:3000/api/context-mode

# Deactivate by ID
curl -s -X DELETE http://localhost:3000/api/context-mode/ID_HERE

When user wants to export their data

Triggers: "export my data", "download my mirror data", "get my data", "exporta datele"

Tell the user their data is available at: http://localhost:3000/api/export


When user wants to change notification time or timezone

Triggers: "change my weekly digest to Friday", "set timezone to Bucharest", "send digest at 9am", "notifica-ma la 7", "schimba ora"

# View current settings
curl -s http://localhost:3000/api/settings

# Update settings
curl -s -X POST http://localhost:3000/api/settings \
  -H "Content-Type: application/json" \
  -d '{"weeklyDigestHour": 8, "weeklyDigestDay": "monday", "timezone": "Europe/Bucharest"}'

Valid fields:

  • timezone — IANA timezone string (e.g. "Europe/Bucharest", "America/New_York")
  • weeklyDigestHour — 0–23
  • weeklyDigestDay — monday / tuesday / wednesday / thursday / friday / saturday / sunday
  • notificationsEnabled — true / false
  • language — "en", "ro", etc.

Confirm to user after updating: "Weekly digest set to Monday at 8:00 AM Bucharest time."


Output format

Tone: observational, calm, curious. Never praise. Never judge. Never say "great job". Just observe.

  • Default output: Up / Stable / Down. No numbers unless user explicitly asks for detail.
  • Calibrating = not enough data yet (needs 7+ days). Say: "Still calibrating — check back in a few days."
  • Ascending alerts: motivational, one sentence. "Three days of momentum in Health — protect the streak."
  • Declining alerts: calm, one sentence. "Social has been slipping. Even a short call counts."

Dimensions

  • 💰 Finance — spending, income, saving
  • 🏃 Health — sleep, exercise, nutrition
  • 🚀 Career — meetings, projects, learning
  • 🤝 Social — friends, networking, connection
  • 👨‍👩‍👧‍👦 Family — auto-activates when mentioned

Notes

  • Data captured automatically via Mirror Watcher sidecar — no manual logging needed.
  • Direction calibrates after 7+ days of conversations. Before that: "Calibrating."
  • Weekly digest pushes automatically via Telegram at configured time.
  • Proactive alerts push when any dimension trends 3 consecutive days in same direction.
  • Context mode silences anomaly alerts during unusual life periods — always activate it when context signals appear.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/snapshot"
curl -s "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/contract"
curl -s "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T01:01:33.499Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Cristianandrei01",
    "href": "https://github.com/CristianAndrei01/digital-mirror",
    "sourceUrl": "https://github.com/CristianAndrei01/digital-mirror",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-03-01T06:05:57.691Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-03-01T06:05:57.691Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/cristianandrei01-digital-mirror/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to digital-mirror and adjacent AI workflows.