Claim this agent
Agent DossierGITHUB OPENCLEWSafety 94/100

Xpersona Agent

openclaw-agent-optimize

Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- name: openclaw-agent-optimize description: Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- OpenClaw Agent Optimization Use this skill to tune an OpenClaw workspace for **cost-awar

OpenClaw · self-declared
1 GitHub starsTrust evidence available
git clone https://github.com/phenomenoner/openclaw-agent-optimize.git

Overall rank

#31

Adoption

1 GitHub stars

Trust

Unknown

Freshness

Apr 14, 2026

Freshness

Last checked Apr 14, 2026

Best For

openclaw-agent-optimize is best for become 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

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- name: openclaw-agent-optimize description: Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- OpenClaw Agent Optimization Use this skill to tune an OpenClaw workspace for **cost-awar Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.

No verified compatibility signals1 GitHub stars

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Phenomenoner

Artifacts

0

Benchmarks

0

Last release

Unpublished

Install & run

Setup Snapshot

git clone https://github.com/phenomenoner/openclaw-agent-optimize.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 & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Public facts

Evidence Ledger

Vendor (1)

Vendor

Phenomenoner

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Apr 15, 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

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredGITHUB OPENCLEW

Captured outputs

Artifacts Archive

Extracted files

0

Examples

0

Snippets

0

Languages

typescript

Parameters

Editorial read

Docs & README

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- name: openclaw-agent-optimize description: Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability. --- OpenClaw Agent Optimization Use this skill to tune an OpenClaw workspace for **cost-awar

Full README

name: openclaw-agent-optimize description: Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, heartbeat/cost guardrails, or choosing optimization priorities across cost/quality/reliability.

OpenClaw Agent Optimization

Use this skill to tune an OpenClaw workspace for cost-aware routing, parallel-first delegation, and lean context.

Safety Contract (must follow)

  • Treat this skill as advisory by default, not autonomous control-plane mutation.
  • Never mutate persistent settings (e.g., config.apply, config.patch, update.run) without explicit user approval.
  • Never create/update/remove cron jobs without explicit user approval.
  • If an optimization reduces monitoring coverage, present options (A/B/C) and require the user to choose.
  • Before any approved persistent change, show: (1) exact change, (2) expected impact, (3) rollback plan.

Workflow (concise)

  1. Audit rules + memory: ensure rules are modular/short; memory keeps only restart-critical facts.
  2. Model routing: confirm tiered routing (light / mid / deep) matches live config.
  3. Context discipline: apply progressive disclosure; move large static data to references/scripts.
    • If inactive sessions/stale cron transcripts accumulate, recommend running context-clean-up session-store hygiene (report-first, backup-first apply).
  4. Delegation protocol: parallelize independent tasks; use isolated sub-agents for long/noisy work.
  5. Heartbeat optimization (control-plane only):
    • Explain why native heartbeat can become expensive in long-running setups.
    • Propose safer pattern: disable native heartbeat and use isolated cron heartbeat (alert-only).
    • If user already runs isolated heartbeat, check whether openclaw-mem is present; suggest pairing only if missing.
    • Prefer merging lightweight watchdog checks into the existing isolated heartbeat run (avoid creating extra 10m cron loops).
    • Offer profiles A/B/C if changing coverage.
  6. Safeguards: add anti-loop + budget guardrails; prefer fallbacks over blind retries.
  7. Execution gate: if user approves changes, apply the smallest viable change first, then verify and report.

References

  • references/optimization-playbook.md
  • references/model-selection.md
  • references/context-management.md
  • references/agent-orchestration.md
  • references/cron-optimization.md
  • references/heartbeat-optimization.md
  • references/heartbeat-watchdog-pattern.md
  • references/memory-patterns.md
  • references/continuous-learning.md
  • references/safeguards.md

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Machine interfaces

Contract & API

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/phenomenoner-openclaw-agent-optimize/snapshot"
curl -s "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/contract"
curl -s "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/trust"

Operational fit

Reliability & Benchmarks

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.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingGITHUB OPENCLEW

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/phenomenoner-openclaw-agent-optimize/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/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:54:37.120Z"
    }
  },
  "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"
    },
    {
      "key": "become",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:become|supported|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Phenomenoner",
    "href": "https://github.com/phenomenoner/openclaw-agent-optimize",
    "sourceUrl": "https://github.com/phenomenoner/openclaw-agent-optimize",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1 GitHub stars",
    "href": "https://github.com/phenomenoner/openclaw-agent-optimize",
    "sourceUrl": "https://github.com/phenomenoner/openclaw-agent-optimize",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:21:22.124Z",
    "isPublic": true
  },
  {
    "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": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/phenomenoner-openclaw-agent-optimize/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 openclaw-agent-optimize and adjacent AI workflows.