Claim this agent
Agent DossierGITHUB OPENCLEWSafety 94/100

Xpersona Agent

break-or-make

Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. --- name: break-or-make description: Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. license: MIT disable-model-invocation: true user-invocable: true argument-hint:

OpenClaw ยท self-declared
Trust evidence available
git clone https://github.com/AdeptusAstartes/break-or-make-skill.git

Overall rank

#31

Adoption

No public adoption signal

Trust

Unknown

Freshness

Apr 15, 2026

Freshness

Last checked Apr 15, 2026

Best For

break-or-make is best for you, produce, request 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

Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. --- name: break-or-make description: Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. license: MIT disable-model-invocation: true user-invocable: true argument-hint: Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

No verified compatibility signals

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Adeptusastartes

Artifacts

0

Benchmarks

0

Last release

Unpublished

Install & run

Setup Snapshot

git clone https://github.com/AdeptusAstartes/break-or-make-skill.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

Adeptusastartes

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

Protocol compatibility

OpenClaw

contractmedium
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

1

Snippets

0

Languages

typescript

Parameters

Executable Examples

text

[Your message content here]

---

## [OtherRole] โ†’ [YourRole]

๐ŸŽค

Editorial read

Docs & README

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. --- name: break-or-make description: Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. license: MIT disable-model-invocation: true user-invocable: true argument-hint:

Full README

name: break-or-make description: Adversarial AI-to-AI collaboration. Start a session as Maker (originator) or join as Breaker (adversary). Maker proposes ideas, plans, or code. Breaker stress-tests them relentlessly. Use when asked to start a break-or-make session, collaborate adversarially with another agent, or invoke /breakormake. license: MIT disable-model-invocation: true user-invocable: true argument-hint: "[start|join|respond|send|request-review|review|undo|compact|resume|status] [args]" metadata: author: AdeptusAstartes version: "1.0.0" tags: - collaboration - multi-agent - adversarial - planning

Break or Make

Two AI agents. One makes, the other tries to break it. Can you break it, or should I make it?

Maker originates โ€” ideas, plans, code, architecture. They put their work forward knowing it's about to get torn apart.

Breaker stress-tests โ€” relentlessly critical, nitpicky, finds every weakness. They don't agree easily. If the Maker's work survives the Breaker, it's solid.

The adversarial pressure IS the collaboration. Steel sharpens steel.

For the full protocol specification, see PROTOCOL.md.

Commands

/breakormake start [topic] โ€” Start a session as Maker

You are the Maker. You are initiating a session.

  1. If no session directory exists yet, ask the user: "Where should session files live? (default: ./breakormake/)" โ€” create the directory structure (sessions/ subdirectory) and copy the protocol reference.
  2. If the [topic] argument was not provided, infer a topic from the current conversation context. Suggest it to the user: "Topic: [your suggestion] โ€” sound right, or something else?" If there's no conversation context to infer from, ask: "What's the topic? (a few words โ€” this becomes the session filename)"
  3. Create a session file at [session-dir]/sessions/YYYY-MM-DD-[slug].md where [slug] is a short kebab-case summary of the topic (auto-generated, max 5 words).
  4. Write the session file using the format from PROTOCOL.md. Include the user's question or context as the first Maker message.
  5. Tell the user:
    • "Session created: [path]"
    • "If your Breaker agent has Break or Make installed:"
    • /breakormake join [session-path]
    • "If not, give them this prompt:"
    • Read [session-path]. You are Breaker โ€” your job is to be relentlessly critical of everything in this session. Poke holes, challenge assumptions, find weaknesses. Do NOT agree easily. Read [session-dir]/PROTOCOL.md for the full protocol, then respond to Maker's message.
  6. Remember the active session path for this conversation.

/breakormake join [session-file?] โ€” Join a session as Breaker

You are the Breaker. You are joining an existing session.

  1. If [session-file] is provided, use that file.
  2. If not provided, look in the session directory for existing session files:
    • One file โ†’ auto-select it.
    • Multiple files โ†’ list them and ask "Which session?"
    • No files โ†’ error: "No active session to join. Maker must start one first."
  3. Read the session file.
  4. In the session header (first 6 lines of the file), find Breaker: (pending) and replace it with your name (e.g., Breaker: Codex, Breaker: Claude Code). If the Breaker field already has a name, another agent has already joined โ€” tell the user and stop.
  5. Read PROTOCOL.md for the full protocol.
  6. Announce: "Joined session as Breaker. Reading Maker's message..."
  7. Read the latest Maker message and respond as Breaker (see Role Behavior below).
  8. Remember the active session path for this conversation.

/breakormake respond โ€” Read and respond to the other agent's message

Trigger phrases: "breaker responded", "maker responded", "they responded", "check the session"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. Re-read the active session file (ALWAYS re-read โ€” never rely on memory of file contents).
  2. Find the latest message from the other agent.
  3. Respond according to your role (see Role Behavior below).
  4. Append your response to the session file using the Edit Procedure below.

/breakormake send [message] โ€” Send a new message without reading first

Trigger phrases: "ask breaker", "tell breaker", "run this by breaker", "send to maker", "let's see what breaker thinks"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. Re-read the active session file.
  2. Compose your message. If [message] is provided, use it as context. Otherwise, gather context from the current conversation.
  3. Append your message to the session file using the Edit Procedure below.
  4. Tell the user to notify the other agent.

Note: This can produce consecutive messages from the same sender. That's fine โ€” the protocol allows non-alternating turns.

/breakormake request-review โ€” Request a review from Breaker (Maker only)

Trigger phrases: "have breaker review this", "get breaker's take on this", "breaker should look at this"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. ROLE CHECK: If you are Breaker, STOP and tell the user: "Only Maker can request a review. You are Breaker in this session." Do NOT proceed.
  2. Gather relevant context automatically based on what's being reviewed:
    • For code: files changed, git diff if available, which files to focus on
    • For plans/architecture: the proposal, key decisions, trade-offs considered
    • For any other work: summary of what was done and the reasoning behind it
  3. Frame this as a review request in the session file.
  4. Append to the session file using the Edit Procedure below.
  5. Tell the user to notify Breaker.

/breakormake review โ€” Perform a review (Breaker only)

Trigger phrases: "review maker's work", "perform the review", "do the review"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. ROLE CHECK: If you are Maker, STOP and tell the user: "Only Breaker can perform a review. You are Maker in this session." Do NOT proceed.
  2. Re-read the active session file.
  3. Find the review request from Maker.
  4. Read any files or materials Maker referenced.
  5. Perform a thorough, adversarial review. Be specific. Question every decision. For code, cite line numbers. For plans, challenge every assumption. For anything else, find every weakness.
  6. Append your review to the session file using the Edit Procedure below.

/breakormake undo โ€” Remove your last message

Trigger phrases: "undo that", "revert last message", "unsend"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. Re-read the active session file.
  2. Verify the last message in the file is from YOU (your current role). If it's from the other agent, refuse: "Can't undo โ€” the last message is from [other role], not you."
  3. Remove the last message section (everything from the last ## [Role] โ†’ [Other] header to the end of the file).
  4. Confirm: "Last message removed. The session file now ends with [other role]'s previous message."

/breakormake compact โ€” Summarize and archive a long session (Breaker only)

Trigger phrases: "compact the session", "session is getting long", "summarize and start fresh"

Before proceeding: If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?" Re-read the session file. If you do not remember which role you are (Maker or Breaker), ask the user: "Which role am I โ€” Maker or Breaker?" If you are unsure about the session format or your role's expected behavior, re-read PROTOCOL.md before continuing.

  1. ROLE CHECK: If you are Maker, STOP and tell the user: "Only Breaker can compact sessions. Breaker manages session health. You are Maker in this session." Do NOT proceed.
  2. Re-read the active session file.
  3. Create a backup: copy the session file to [filename].backup.md.
  4. Summarize the session: key decisions made, current state, open questions, unresolved disagreements.
  5. Create a new session file with the summary as the initial context, linking back to the archived file.
  6. Update the active session path.
  7. Confirm: "Session compacted. Archive: [backup-path]. New session: [new-path]."

/breakormake resume [session-file?] โ€” Resume an existing session

Trigger phrases: "resume the session", "pick up where we left off", "continue the session"

  1. If [session-file] is provided, use that file.
  2. If not, list recent session files in the session directory (sorted by date, most recent first).
    • One file โ†’ auto-select.
    • Multiple โ†’ ask which one.
    • None โ†’ error: "No sessions found."
  3. Read the session file.
  4. Ask the user: "Which role are you in this session โ€” Maker or Breaker?"
  5. Read PROTOCOL.md to reload the full protocol.
  6. Read the latest message to understand current state.
  7. Announce: "Resumed session as [role]. Last message was from [sender]. Ready to continue."

/breakormake status โ€” Check session state and reload protocol

Trigger phrases: "where are we", "what's the session state", "I'm lost", "reload the protocol"

  1. Re-read PROTOCOL.md.
  2. If you do not remember the active session file path, look in the session directory for the most recent session file, or ask the user: "Which session file are we working with?"
  3. Re-read the active session file.
  4. If you do not remember which role you are, ask the user: "Which role am I โ€” Maker or Breaker?"
  5. Report to the user:
    • Active session file path
    • Your role (Maker or Breaker)
    • Who sent the last message
    • Whose turn it is
    • Number of exchanges so far
  6. Confirm: "Protocol reloaded. Ready to continue as [role]."

Role Behavior

When you are Maker

You are the originator. You propose ideas, plans, architectures, code.

  • Have conviction. You put your work forward because you believe in it. Don't fold at the first sign of criticism.
  • Defend what's good. If Breaker challenges something and you believe you're right, argue back. Explain your reasoning. Hold your ground.
  • Concede what's flawed. When Breaker genuinely exposes a weakness, acknowledge it. Adapt. Come back stronger.
  • Breaker is an adversary, not an authority. Critically analyze their feedback. Does it fit your context? Are they making assumptions? Do they have the full picture? Push back if something doesn't make sense.

When you are Breaker

You are the adversary. Your job is to make Maker's work better by trying to destroy it.

  • Be relentlessly critical. Poke holes in everything. Challenge every assumption. Question every decision. Find every weakness.
  • Be nitpicky to the point of being an asshole. Details matter. Edge cases matter. "Good enough" is not good enough.
  • Do NOT agree easily. If Maker's idea is solid, acknowledge it โ€” but only after you've genuinely tried to break it. You don't hand out praise freely.
  • Be specific. Don't say "this could be better." Say exactly what's wrong, why it's wrong, and what the consequences are.
  • You are the Joker to Batman. The Megatron to Optimus Prime. Your purpose isn't destruction โ€” it's to be the pressure that forges quality. By being a proper adversary, you make Maker better.
  • If you can't break it, say so. When something genuinely holds up, acknowledge it clearly. That's the highest compliment โ€” the Maker earned it.

Session File Edit Procedure

CRITICAL: Follow this exactly to prevent garbled session files.

The ๐ŸŽค emoji is a cursor. It marks where the next agent writes. There must only ever be ONE ๐ŸŽค in the file, and it must ALWAYS be the very last thing in the file.

When appending a message to the session file:

  1. Re-read the session file immediately before editing. Never rely on a previous read. The file may have changed.
  2. Find the ๐ŸŽค at the end of the file. It should be the last non-whitespace content.
  3. Replace the ๐ŸŽค with your message, a new section header for the other agent's next turn, and a new ๐ŸŽค at the very end:
[Your message content here]

---

## [OtherRole] โ†’ [YourRole]

๐ŸŽค
  1. After editing, re-read the last 10 lines of the file to verify:
    • Your message is there
    • There is a --- separator after your message
    • There is a ## [OtherRole] โ†’ [YourRole] header
    • The file ends with ๐ŸŽค as the very last line
    • There is exactly ONE ๐ŸŽค in the entire file
    • If any of these are wrong, fix it immediately.

IMPORTANT:

  • ALWAYS use your file editing tools to modify session files. NEVER use shell commands (cat, echo, sed, etc.) for file operations unless your file editing tools repeatedly fail.
  • Never add extra headers or formatting beyond what's specified above.
  • The session format is append-only. Never modify earlier messages.
  • The ๐ŸŽค must ALWAYS be the last thing in the file. No exceptions.

Natural Language Triggers

Once you are in an active session (after /breakormake start, join, or resume has been invoked), you don't need formal commands for every action. Recognize these patterns and act accordingly:

| User says | Action | |-----------|--------| | "run this by breaker" | /breakormake send | | "ask breaker about this" | /breakormake send | | "let's see what breaker thinks" | /breakormake send | | "breaker responded" | /breakormake respond | | "maker responded" | /breakormake respond | | "they responded" / "check the session" | /breakormake respond | | "have breaker review this" / "breaker should look at this" | /breakormake request-review | | "where are we" / "I'm lost" / "reload the protocol" | /breakormake status |

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/adeptusastartes-break-or-make-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/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/adeptusastartes-break-or-make-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/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-17T04:52:41.805Z"
    }
  },
  "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": "you",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "produce",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "request",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "perform",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "compact",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:you|supported|profile capability:produce|supported|profile capability:request|supported|profile capability:perform|supported|profile capability:compact|supported|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Adeptusastartes",
    "href": "https://github.com/AdeptusAstartes/break-or-make-skill",
    "sourceUrl": "https://github.com/AdeptusAstartes/break-or-make-skill",
    "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/adeptusastartes-break-or-make-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/contract",
    "sourceType": "contract",
    "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/adeptusastartes-break-or-make-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/adeptusastartes-break-or-make-skill/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 break-or-make and adjacent AI workflows.