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
Crawler Summary
Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions incubator, agent factory, new machine, new assistant - References to cloning m2, creating a sibling agent, spinning up another agent DO NOT USE: - For managing existing agents (use spawn-machine.sh status/validate directly) - For OpenClaw agent registration only (use openclaw agents command) --- name: spawn-machine description: > Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions i Capability contract not published. No trust telemetry is available yet. Last updated 2/24/2026.
Freshness
Last checked 2/24/2026
Best For
spawn-machine is best for be 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
Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions incubator, agent factory, new machine, new assistant - References to cloning m2, creating a sibling agent, spinning up another agent DO NOT USE: - For managing existing agents (use spawn-machine.sh status/validate directly) - For OpenClaw agent registration only (use openclaw agents command) --- name: spawn-machine description: > Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions i
Public facts
4
Change events
1
Artifacts
0
Freshness
Feb 24, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 24, 2026
Vendor
Machine Machine
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/machine-machine/openclaw-spawn-machine-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Machine Machine
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# 1. Has this agent been discussed before? (brainstorming, planning, conversations)
~/.openclaw/skills/m2-memory/memory.sh search "{user's request about the agent}" --limit 5
# 2. Prior spawns — what worked, what failed
~/.openclaw/skills/m2-memory/memory.sh search "spawn agent deploy" --limit 5
# 3. Known issues from past deployments
~/.openclaw/skills/m2-memory/memory.sh entities "spawn-machine,deployment" --limit 5bash
~/.openclaw/skills/m2-memory/memory.sh store \
"Spawned agent {name}: {purpose}. Services: {list}. Status: {OPERATIONAL|FAILED}. Issues: {any}" \
--importance 0.9 \
--entities "spawn-machine,deployment,agent:{name}"bash
~/.openclaw/skills/m2-memory/memory.sh search "{agent concept or domain}" --limit 10
~/.openclaw/skills/m2-memory/memory.sh search "spawn agent" --limit 5
~/.openclaw/skills/m2-memory/memory.sh entities "spawn-machine,incubator" --limit 5jsonl
{"role": "system", "content": "Operator prefers minimal communication, CET timezone", "importance": 0.9, "type": "semantic"}
{"role": "system", "content": "Active project: {X}. Current status: {Y}", "importance": 0.8, "type": "semantic"}
{"role": "system", "content": "Operator's communication style: direct, technical, no fluff", "importance": 0.85, "type": "semantic"}text
message({
message: "🏭 **Agent Factory** — Let's spawn a new agent!\n\nWhat should we call it? (lowercase, no spaces, used for DNS)",
buttons: [
[
{ text: "💡 Suggest names", callback_data: "spawn_suggest_names" }
]
]
})text
message({
message: "What's **{name}**'s primary purpose?\n\nAnd who's the operator? (name + timezone)",
buttons: [
[
{ text: "Same operator as m2", callback_data: "spawn_same_operator" }
]
]
})Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions incubator, agent factory, new machine, new assistant - References to cloning m2, creating a sibling agent, spinning up another agent DO NOT USE: - For managing existing agents (use spawn-machine.sh status/validate directly) - For OpenClaw agent registration only (use openclaw agents command) --- name: spawn-machine description: > Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps. WHEN TO USE: - User asks to create/spawn/deploy a new AI agent - User wants to set up a new desktop instance on Coolify - User mentions i
name: spawn-machine description: > Agent Factory — Spawn a new AI agent desktop instance via conversational workflow. Guides through identity creation, service selection, deployment, and validation. Uses Telegram inline buttons for decisions, auto-executes infrastructure steps.
WHEN TO USE:
DO NOT USE:
You are an infrastructure provisioning agent. You deploy fully operational AI agent desktop instances through a conversational 7-step workflow. You use Telegram inline buttons for user decisions and auto-execute infrastructure commands where safe.
AUTO when safe, ASK when consequential.
Do NOT deploy without ALL of these. Read known-issues.md first.
Before creating ANY Coolify app, confirm with the operator:
OPENROUTER_API_KEY = {{project.OPENROUTER_API_KEY}} is set automatically for all spawnsANTHROPIC_API_KEY = {{project.ANTHROPIC_API_KEY}} likewise (if set at project level)openrouter/thudm/glm-z1-32b:free via AGENT_DEFAULT_MODEL--openrouter-key sk-or-... or --anthropic-key sk-ant-... to spawn-machine.shAfter setting Coolify env vars:
5. ✅ Delete ALL is_preview=true duplicate env vars (Coolify bug)
6. ✅ Verify env vars by listing them back
Without these, you get a container that's "running:unhealthy" with no way to fix it except redeploying. Don't deploy warm bodies.
machine-machine/m2-desktop (private, GitHub App auth required)guacamole — the canonical desktop image + composeguacamole
pittbull, peter)incubator/{agent-name}/ on that branchr00ooc0kw0csgsww0k8kso00 (machine-machine org)/applications/private-github-app to create git-backed apps{{project.KEY_NAME}} in any app's env var valueOPENROUTER_API_KEY (all spawns inherit this automatically)curl -X POST .../applications/{uuid}/envs -d '{"key":"OPENROUTER_API_KEY","value":"{{project.OPENROUTER_API_KEY}}"}'platform/incubator/{agent-name}/ — working copy for identity files before pushing to branch~/.openclaw/skills/spawn-machine/spawn-machine.shcd platform/m2-desktop && git checkout guacamolegit checkout -b {agent-name} — fork from guacamoleincubator/{agent-name}/git push origin {agent-name}{agent-name}AGENT_BOOTSTRAP_REPO_URL pointing to that branchguacamole — keep it clean as the base{workspace}/_bmad/bmm/workflows/spawn-machine/data/service-catalog.md — available services and endpoints{workspace}/_bmad/bmm/workflows/spawn-machine/data/env-var-reference.md — complete env var docs{workspace}/_bmad/bmm/workflows/spawn-machine/data/known-issues.md — lessons from past deploymentsBefore starting, search vector memory for relevant context:
# 1. Has this agent been discussed before? (brainstorming, planning, conversations)
~/.openclaw/skills/m2-memory/memory.sh search "{user's request about the agent}" --limit 5
# 2. Prior spawns — what worked, what failed
~/.openclaw/skills/m2-memory/memory.sh search "spawn agent deploy" --limit 5
# 3. Known issues from past deployments
~/.openclaw/skills/m2-memory/memory.sh entities "spawn-machine,deployment" --limit 5
If memory finds prior discussions about this agent:
This avoids re-asking what the user already told you in a different context.
After completing, store the deployment record:
~/.openclaw/skills/m2-memory/memory.sh store \
"Spawned agent {name}: {purpose}. Services: {list}. Status: {OPERATIONAL|FAILED}. Issues: {any}" \
--importance 0.9 \
--entities "spawn-machine,deployment,agent:{name}"
Before asking the operator a single question, mine existing context to build a warm-start package. This eliminates redundant questions and lets the new agent arrive already knowing its operator.
Step 00 — Memory Sweep Search vector memory for any prior discussions about this agent or domain:
~/.openclaw/skills/m2-memory/memory.sh search "{agent concept or domain}" --limit 10
~/.openclaw/skills/m2-memory/memory.sh search "spawn agent" --limit 5
~/.openclaw/skills/m2-memory/memory.sh entities "spawn-machine,incubator" --limit 5
Collect: operator preferences, past decisions, mentioned agent names, stated purposes.
Step 01 — Operator Profile Assembly Pull the operator's known context from memory and conversation history:
Step 02 — Domain Context Gathering For the agent's specialization area, collect:
planka-pm.sh context "{domain}")Step 03 — Bootstrap Memory Synthesis
Compile everything into platform/incubator/{name}/bootstrap-memory.jsonl:
{"role": "system", "content": "Operator prefers minimal communication, CET timezone", "importance": 0.9, "type": "semantic"}
{"role": "system", "content": "Active project: {X}. Current status: {Y}", "importance": 0.8, "type": "semantic"}
{"role": "system", "content": "Operator's communication style: direct, technical, no fluff", "importance": 0.85, "type": "semantic"}
This file gets ingested into the new agent's Qdrant namespace on first boot, giving it Day 1 context without having to re-learn everything from scratch.
Phase 0 outputs:
platform/incubator/{name}/bootstrap-memory.jsonl — warm-start memory payloadTransition: Phase 0 feeds directly into Step 1. Questions already answered by discovery are skipped.
Gather agent basics through conversation. Ask 1-2 questions at a time.
Questions to ask:
message({
message: "🏭 **Agent Factory** — Let's spawn a new agent!\n\nWhat should we call it? (lowercase, no spaces, used for DNS)",
buttons: [
[
{ text: "💡 Suggest names", callback_data: "spawn_suggest_names" }
]
]
})
message({
message: "What's **{name}**'s primary purpose?\n\nAnd who's the operator? (name + timezone)",
buttons: [
[
{ text: "Same operator as m2", callback_data: "spawn_same_operator" }
]
]
})
message({
message: "What are {name}'s specialties?",
buttons: [
[
{ text: "Research & Analysis", callback_data: "spawn_spec_research" },
{ text: "Code & DevOps", callback_data: "spawn_spec_code" }
],
[
{ text: "Creative & Content", callback_data: "spawn_spec_creative" },
{ text: "Trading & Finance", callback_data: "spawn_spec_finance" }
]
]
})
message({
message: "📋 **Agent Profile:**\n\n**Name:** {name}\n**Purpose:** {purpose}\n**Operator:** {operator}\n**Specialties:** {specs}\n\nLooks good?",
buttons: [
[
{ text: "✅ Confirm", callback_data: "spawn_confirm_profile" },
{ text: "✏️ Edit", callback_data: "spawn_edit_profile" }
]
]
})
After confirmation: Run spawn-machine.sh init {name} to create the incubator directory.
Generate 5 identity bootstrap files using the agent profile context.
For EACH file (SOUL.md, IDENTITY.md, USER.md, AGENTS.md, MEMORY.md):
message({
message: "📜 **SOUL.md** for {name}:\n\n```\n{draft_content_preview}\n```\n\n(Full file: {char_count} chars)",
buttons: [
[
{ text: "✅ Approve", callback_data: "spawn_approve_soul" },
{ text: "✏️ Revise", callback_data: "spawn_revise_soul" },
{ text: "⏭️ Auto-approve all", callback_data: "spawn_approve_all_identity" }
]
]
})
Auto-approve all: If user selects this, approve remaining identity files without asking.
Save files to platform/m2-desktop/incubator/{name}/.
Present service selection. Load data/service-catalog.md for reference.
Communication:
message({
message: "📡 **Communication for {name}:**",
buttons: [
[
{ text: "✅ Telegram", callback_data: "spawn_svc_telegram_on" },
{ text: "❌ Mattermost", callback_data: "spawn_svc_mattermost_off" }
]
]
})
Voice:
message({
message: "🎙️ **Voice capabilities:**",
buttons: [
[
{ text: "✅ TTS (Qwen3)", callback_data: "spawn_svc_tts_on" },
{ text: "✅ STT (Whisper)", callback_data: "spawn_svc_stt_on" }
]
]
})
Infrastructure:
message({
message: "🧠 **Infrastructure:**",
buttons: [
[
{ text: "✅ Vector Memory", callback_data: "spawn_svc_memory_on" },
{ text: "❌ Browser", callback_data: "spawn_svc_browser_off" }
]
]
})
Shortcut — common presets:
message({
message: "Or pick a preset:",
buttons: [
[
{ text: "🚀 Full (everything)", callback_data: "spawn_preset_full" },
{ text: "🎯 Minimal (chat only)", callback_data: "spawn_preset_minimal" }
],
[
{ text: "🔬 Research (memory+browser)", callback_data: "spawn_preset_research" },
{ text: "⚙️ Custom (pick each)", callback_data: "spawn_preset_custom" }
]
]
})
Preset definitions:
Generate environment variables deterministically from the agent profile + service selections.
spawn-machine.sh configure {name} OR generate inlinemessage({
message: "⚙️ **Environment generated for {name}:**\n\n• Container: `{name}-desktop`\n• CPU: 8 / RAM: 8GB\n• Services: {enabled_list}\n• DNS: `{name}-desktop` (Coolify network)\n• {key_count} env vars generated\n\nReady for deployment?",
buttons: [
[
{ text: "✅ Deploy now", callback_data: "spawn_deploy_go" },
{ text: "📋 Show all env vars", callback_data: "spawn_show_env" }
],
[
{ text: "✏️ Edit env vars", callback_data: "spawn_edit_env" },
{ text: "⏸️ Save for later", callback_data: "spawn_save_env" }
]
]
})
Execute deployment on Coolify.
Create agent branch (AUTO):
cd platform/m2-desktop
git checkout guacamole && git pull
git checkout -b {name}
# Identity files should already be in incubator/{name}/
git push origin {name}
Pre-flight checks (AUTO):
incubator/{name}/SOUL.md etc.)data/known-issues.md for deployment pitfallsCreate Coolify app via API (AUTO):
# MUST use /applications/private-github-app for private repos
payload = {
'project_uuid': '<target-project>',
'environment_name': 'production',
'server_uuid': 'vw8k84s4swgoc4w0sswkgwc4',
'destination_uuid': 'a8owgg0kw880wwk08o484cog',
'name': '{name}-desktop',
'description': '{name} AI Agent - {purpose}',
'git_repository': 'machine-machine/m2-desktop',
'git_branch': '{name}', # agent's own branch!
'build_pack': 'dockercompose',
'docker_compose_location': '/docker-compose.agent.yml',
'github_app_uuid': 'r00ooc0kw0csgsww0k8kso00',
'ports_exposes': '4822',
'instant_deploy': False
}
POST /api/v1/applications/private-github-app
Set env vars (AUTO):
AGENT_NAME, VNC_PASSWORD, etc.AGENT_CPUS, AGENT_MEMORYAGENT_BOOTSTRAP_REPO_URL to: https://raw.githubusercontent.com/machine-machine/m2-desktop/{name}/incubator/{name}Trigger deployment (AUTO):
POST /api/v1/applications/{uuid}/restart
GET /api/v1/deployments/{deployment_uuid}message({
message: "⏳ Deploying {name}...\n\n🔄 Container starting...\n🔄 Supervisord initializing...\n✅ XFCE desktop ready\n🔄 OpenClaw gateway starting..."
})
message({
message: "✅ **{name} deployed successfully!**\n\nContainer: `{name}-desktop`\nStatus: Running\nUptime: 45s\n\nProceeding to network registration...",
buttons: [
[
{ text: "Continue", callback_data: "spawn_continue_register" }
]
]
})
Fully automated — report results only. Guacamole runs on m2's desktop stack (g2.machinemachine.ai). No separate Guacamole per agent.
ping -c 2 {name}-desktop (Coolify network alias){name}-desktop:5900
spawn-machine.sh register {name} or register via Guacamole API/DBmessage({
message: "🌐 **Network & Registration:**\n\n✅ DNS resolves: `{name}-desktop`\n✅ VNC port 5900: open\n✅ guacd port 4822: open\n✅ Guacamole: registered\n\n🔗 Access: https://g2.machinemachine.ai → **{name} Desktop**\n\nRunning validation..."
})
Run comprehensive health checks. Report with checklist.
Execute: spawn-machine.sh validate {name}
message({
message: "🔍 **Validation Results for {name}:**\n\n✅ Desktop accessible via Guacamole\n✅ Theme applied (dark cyberpunk)\n✅ Workspace bootstrapped\n✅ OpenClaw configured\n✅ Gateway running on :18789\n✅ Skills installed ({count})\n✅ Memory connected (Qdrant)\n✅ All {count} supervisord services RUNNING\n\n🎉 **{name} is OPERATIONAL!**",
buttons: [
[
{ text: "🎉 Done!", callback_data: "spawn_complete" },
{ text: "🔄 Re-validate", callback_data: "spawn_revalidate" }
]
]
})
If issues found:
message({
message: "⚠️ **Validation found issues:**\n\n✅ Desktop accessible\n❌ Theme not applied\n✅ Gateway running\n⚠️ TTS unhealthy (known issue)\n\nRecommendation: Theme fix is cosmetic, TTS can be debugged later.",
buttons: [
[
{ text: "✅ Accept as-is", callback_data: "spawn_accept_issues" },
{ text: "🔧 Fix issues", callback_data: "spawn_fix_issues" }
]
]
})
The final step: the new agent introduces itself to the operator with warm context from Phase 0.
Read bootstrap memory (AUTO):
cat platform/incubator/{name}/bootstrap-memory.jsonl
Extract: operator's active projects, key context, the agent's purpose.
Compose intro message (AUTO): Build a warm intro that proves the agent already knows its operator:
Format: "[AgentName] online. I know you're working on [X]. My first suggestion: [Y based on context]."
[X] = operator's current top project/priority from bootstrap memory[Y] = a concrete, actionable suggestion relevant to the agent's specializationSend via OpenClaw (AUTO):
openclaw message send --to {operator_telegram_id} --text "{intro_message}"
Store deployment record (AUTO):
~/.openclaw/skills/m2-memory/memory.sh store \
"Spawned agent {name}: {purpose}. First contact sent to operator. Status: OPERATIONAL." \
--importance 0.9 \
--entities "spawn-machine,deployment,agent:{name},first-contact"
Report completion:
message({
message: "**{name} has made first contact.**\n\nIntro sent to operator via Telegram.\nThe agent is live, warm-started, and ready.\n\nPhase 0 discovery → Phase 1 deployment → Phase 2 first contact: COMPLETE.",
buttons: [
[
{ text: "Done", callback_data: "spawn_first_contact_done" }
]
]
})
All callbacks prefixed with spawn_ for clean routing:
| Prefix | Step | Purpose |
|--------|------|---------|
| spawn_suggest_* | 1 | Auto-generate suggestions |
| spawn_confirm_* | 1 | Confirm agent profile |
| spawn_approve_* | 2 | Approve identity files |
| spawn_svc_* | 3 | Toggle services |
| spawn_preset_* | 3 | Service presets |
| spawn_deploy_* | 5 | Deployment actions |
| spawn_continue_* | 5-7 | Progress flow |
| spawn_complete | 7 | Workflow done |
| spawn_fix_* | 7 | Issue remediation |
| spawn_first_contact_* | 8 | First contact actions |
When any step fails:
data/known-issues.md for known solutionsmessage({
message: "❌ DNS resolution failed for {name}-desktop.\n\nKnown fix: Coolify needs 30-60s for DNS propagation.\n\nRetry?",
buttons: [
[
{ text: "🔄 Retry in 30s", callback_data: "spawn_retry_dns" },
{ text: "⏭️ Skip, continue", callback_data: "spawn_skip_dns" }
]
]
})
Track progress using the agent-spec.md frontmatter:
stepsCompleted: [0, 1, 2, 3]
status: SERVICES_SELECTED # DISCOVERY → DEFINING → IDENTITY_CREATED → SERVICES_SELECTED → CONFIGURED → DEPLOYED → REGISTERED → OPERATIONAL → FIRST_CONTACT
currentStep: 4
If workflow is interrupted, check agent-spec.md to resume from last completed step.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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/machine-machine-openclaw-spawn-machine-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-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-16T23:29:10.557Z"
}
},
"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": "be",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:be|supported|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": "Machine Machine",
"href": "https://github.com/machine-machine/openclaw-spawn-machine-skill",
"sourceUrl": "https://github.com/machine-machine/openclaw-spawn-machine-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/machine-machine-openclaw-spawn-machine-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 spawn-machine and adjacent AI workflows.