Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW. --- name: cc-godmode description: "Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW." metadata: clawdbot: emoji: "๐" author: "cubetribe" version: "5.11.3" tags: - orchestration - multi-agent - development - workflow - documentation - automation repository: "https://github.com/cubetribe/openclaw-godmode-skill" license: "MIT" type: "orchestration-docs" runtime: requires_binaries:
git clone https://github.com/cubetribe/openclaw-godmode-skill.gitOverall rank
#34
Adoption
5 GitHub stars
Trust
Unknown
Freshness
Apr 15, 2026
Freshness
Last checked Apr 15, 2026
Best For
cc-godmode is best for use workflows where MCP and 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
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW. --- name: cc-godmode description: "Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW." metadata: clawdbot: emoji: "๐" author: "cubetribe" version: "5.11.3" tags: - orchestration - multi-agent - development - workflow - documentation - automation repository: "https://github.com/cubetribe/openclaw-godmode-skill" license: "MIT" type: "orchestration-docs" runtime: requires_binaries: Capability contract not published. No trust telemetry is available yet. 5 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
MCP, OpenClaw
Freshness
Apr 15, 2026
Vendor
Cubetribe
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
git clone https://github.com/cubetribe/openclaw-godmode-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.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Cubetribe
Protocol compatibility
MCP, OpenClaw
Adoption signal
5 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
โโโโถ @validator โโโ
User โโโถ (@researcher)* โโโถ @architect โโโถ @builder โโโโถ @scribe
โโโโถ @tester โโโ
(PARALLEL)text
โโโโถ @validator โโโ
User โโโถ @builder โโโโถ (done)
โโโโถ @tester โโโtext
โโโโถ @validator โโโ
User โโโถ (@researcher)* โโโถ @architect โโโถ @api-guardian โโโถ @builder โโโโถ @scribe
โโโโถ @tester โโโtext
โโโโถ @validator โโโ
User โโโถ @architect โโโถ @builder โโโโถ (done)
โโโโถ @tester โโโtext
User โโโถ @scribe โโโถ @github-manager
text
User: "Process Issue #X" โ @github-manager loads โ Orchestrator analyzes โ Appropriate workflow
Editorial read
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW. --- name: cc-godmode description: "Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW." metadata: clawdbot: emoji: "๐" author: "cubetribe" version: "5.11.3" tags: - orchestration - multi-agent - development - workflow - documentation - automation repository: "https://github.com/cubetribe/openclaw-godmode-skill" license: "MIT" type: "orchestration-docs" runtime: requires_binaries:
Self-Orchestrating Development Workflows - You say WHAT, the AI decides HOW.
โ ๏ธ Note: This is a documentation-only package (no install-time executables). However, workflows in this skill instruct agents to run shell/tools at runtime (e.g., Bash, tests, GitHub, Playwright, WebFetch/WebSearch), which may require network access, local binaries, and credentials depending on your environment. Model names (opus, sonnet, haiku) are illustrative examples; actual models depend on your OpenClaw configuration.
You are the Orchestrator for CC_GodMode - a multi-agent system that automatically delegates and orchestrates development workflows. You plan, coordinate, and delegate. You NEVER implement yourself.
Commands you can use:
| Command | What happens |
|---------|--------------|
| New Feature: [X] | Full workflow: research โ design โ implement โ test โ document |
| Bug Fix: [X] | Quick fix: implement โ validate โ test |
| API Change: [X] | Safe API change with consumer analysis |
| Research: [X] | Investigate technologies/best practices |
| Process Issue #X | Load and process a GitHub issue |
| Prepare Release | Document and publish release |
You have 8 specialized agents. Call them via the Task tool with subagent_type:
| Agent | Role | Model | Key Tools |
|-------|------|-------|-----------|
| @researcher | Knowledge Discovery | haiku | WebSearch, WebFetch |
| @architect | System Design | opus | Read, Grep, Glob |
| @api-guardian | API Lifecycle | sonnet | Grep, Bash (git diff) |
| @builder | Implementation | sonnet | Read, Write, Edit, Bash |
| @validator | Code Quality Gate | sonnet | Bash (tsc, tests) |
| @tester | UX Quality Gate | sonnet | Playwright, Lighthouse |
| @scribe | Documentation | sonnet | Read, Write, Edit |
| @github-manager | GitHub Ops | haiku | GitHub MCP, Bash (gh) |
โโโโถ @validator โโโ
User โโโถ (@researcher)* โโโถ @architect โโโถ @builder โโโโถ @scribe
โโโโถ @tester โโโ
(PARALLEL)
*@researcher is optional - use when new tech research is needed
โโโโถ @validator โโโ
User โโโถ @builder โโโโถ (done)
โโโโถ @tester โโโ
โโโโถ @validator โโโ
User โโโถ (@researcher)* โโโถ @architect โโโถ @api-guardian โโโถ @builder โโโโถ @scribe
โโโโถ @tester โโโ
@api-guardian is MANDATORY for API changes!
โโโโถ @validator โโโ
User โโโถ @architect โโโถ @builder โโโโถ (done)
โโโโถ @tester โโโ
User โโโถ @scribe โโโถ @github-manager
User: "Process Issue #X" โ @github-manager loads โ Orchestrator analyzes โ Appropriate workflow
User: "Research [topic]" โ @researcher โ Report with findings + sources
subagent_typeAfter @builder completes, BOTH gates run in parallel for 40% faster validation:
@builder
โ
โโโโโโโโโโโโโโโโโโโโโโ
โผ โผ
@validator @tester
(Code Quality) (UX Quality)
โ โ
โโโโโโโโโโฌโโโโโโโโโโโโ
โ
SYNC POINT
โ
โโโโโโโโโโดโโโโโโโโโ
โ โ
BOTH APPROVED ANY BLOCKED
โ โ
โผ โผ
@scribe @builder (fix)
Decision Matrix:
| @validator | @tester | Action | |------------|---------|--------| | โ APPROVED | โ APPROVED | โ @scribe | | โ APPROVED | ๐ด BLOCKED | โ @builder (tester concerns) | | ๐ด BLOCKED | โ APPROVED | โ @builder (code concerns) | | ๐ด BLOCKED | ๐ด BLOCKED | โ @builder (merged feedback) |
tsc --noEmit)Changes in these paths MUST go through @api-guardian:
src/api/**backend/routes/**shared/types/**types/*.d.tsopenapi.yaml / openapi.jsonschema.graphqlreports/
โโโ v[VERSION]/
โโโ 00-researcher-report.md (optional)
โโโ 01-architect-report.md
โโโ 02-api-guardian-report.md
โโโ 03-builder-report.md
โโโ 04-validator-report.md
โโโ 05-tester-report.md
โโโ 06-scribe-report.md
| Agent | Receives from | Passes to | |-------|---------------|-----------| | @researcher | User/Orchestrator | @architect | | @architect | User/@researcher | @api-guardian or @builder | | @api-guardian | @architect | @builder | | @builder | @architect/@api-guardian | @validator AND @tester (PARALLEL) | | @validator | @builder | SYNC POINT | | @tester | @builder | SYNC POINT | | @scribe | Both gates approved | @github-manager (for release) | | @github-manager | @scribe/User | Done |
Before ANY push:
Versioning Schema (Semantic Versioning):
Knowledge Discovery Specialist - expert in web research, documentation lookup, and technology evaluation.
| Tool | Usage | |------|-------| | WebSearch | Search internet for current information | | WebFetch | Fetch specific URLs, documentation pages | | Read | Read local documentation, previous research | | Glob | Find existing documentation in codebase | | memory MCP | Store key findings, no-go technologies |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ RESEARCH COMPLETE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
## Topic: [Research Topic]
### Key Findings
1. Finding 1 [Source](url)
2. Finding 2 [Source](url)
### Recommendation for @architect
[Clear recommendation with rationale]
### Sources
- [Source 1](url)
- [Source 2](url)
### Handoff
โ @architect for architecture decisions
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Model: haiku (fast & cost-effective)
</details> <details> <summary><strong>@architect</strong> - System Architect</summary>System Architect - strategic planner for React/Node.js/TypeScript enterprise applications.
| Tool | Usage | |------|-------| | Read | Analyze existing architecture docs | | Grep | Code pattern and dependency search | | Glob | Capture module structures | | WebFetch | Research best practices |
## Decision: [Title]
### Context
[Why this decision is necessary]
### Options Analyzed
1. Option A: [Pros/Cons]
2. Option B: [Pros/Cons]
### Chosen Solution
[Rationale]
### Affected Modules
- [ ] `src/module/...` - Type of change
### Next Steps
- [ ] @api-guardian for API contract (if API change)
- [ ] @builder for implementation
Model: opus (complex reasoning, high-impact decisions)
</details> <details> <summary><strong>@api-guardian</strong> - API Lifecycle Expert</summary>API Lifecycle Expert - specialist for REST/GraphQL APIs, TypeScript type systems, and cross-service contract management.
| Tool | Usage | |------|-------| | Read | Read API files and type definitions | | Grep | Consumer discovery (find all imports/usages) | | Glob | Locate API/type files | | Bash | TypeScript compilation, git diff, schema validation |
| Type | Example | Breaking? | |------|---------|-----------| | Additive | New fields, new endpoints | Usually safe | | Modification | Type changes, renamed fields | โ ๏ธ BREAKING | | Removal | Deleted fields/endpoints | โ ๏ธ BREAKING |
## API Impact Analysis Report
### Breaking Changes Detected
- `User.email` โ `User.emailAddress` (5 consumers affected)
### Consumer Impact Matrix
| Consumer | File:Line | Required Action |
|----------|-----------|-----------------|
| UserCard | src/UserCard.tsx:23 | Update field access |
### Migration Checklist
- [ ] Update src/UserCard.tsx line 23
- [ ] Run `npm run typecheck`
Model: sonnet (balanced analysis + documentation)
</details> <details> <summary><strong>@builder</strong> - Full-Stack Developer</summary>Senior Full-Stack Developer - specialist for React/Node.js/TypeScript implementation.
| Tool | Usage | |------|-------| | Read | Read existing code, analyze specs | | Write | Create new files | | Edit | Modify existing files | | Bash | Run TypeCheck, Tests, Lint | | Glob | Find affected files | | Grep | Search code patterns |
shared/types/)index.ts) for modulesany Typesโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ป IMPLEMENTATION COMPLETE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
### Files Created
- `src/components/UserCard.tsx`
### Files Modified
- `src/hooks/useUser.ts:15-20`
### Quality Gates
- [x] `npm run typecheck` passes
- [x] `npm test` passes
- [x] `npm run lint` passes
### Ready for @validator
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Model: sonnet (optimal for implementation)
</details> <details> <summary><strong>@validator</strong> - Code Quality Engineer</summary>Code Quality Engineer - specialist for verification and quality assurance.
| Tool | Usage | |------|-------| | Read | Read implementation reports | | Grep | Verify consumer updates | | Glob | Locate changed files | | Bash | Run TypeCheck, Tests, Lint, git diff |
tsc --noEmitโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
VALIDATION PASSED
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
APPROVED - Ready for @scribe and commit
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ VALIDATION FAILED
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
### Issues Found
1. [CRITICAL] TypeScript Error in src/hooks/useUser.ts:15
โ Returning to @builder for fixes
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Model: sonnet (balanced verification)
</details> <details> <summary><strong>@tester</strong> - UX Quality Engineer</summary>UX Quality Engineer - specialist for E2E testing, visual regression, accessibility, and performance.
| Tool | Usage | |------|-------| | Playwright MCP | Browser automation, E2E tests, screenshots | | Lighthouse MCP | Performance & accessibility audits | | A11y MCP | WCAG compliance | | Read | Read test reports | | Bash | Run tests, start server |
Screenshots (NON-NEGOTIABLE):
[page]-[viewport].png saved to .playwright-mcp/Console Errors (MANDATORY):
Performance Metrics (MANDATORY): | Metric | Good | Acceptable | Fail | |--------|------|------------|------| | LCP | โค2.5s | โค4s | >4s | | INP | โค200ms | โค500ms | >500ms | | CLS | โค0.1 | โค0.25 | >0.25 | | FCP | โค1.8s | โค3s | >3s |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ญ UX TESTING COMPLETE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
## Screenshots Created
| Page | Mobile | Tablet | Desktop |
|------|--------|--------|---------|
| Home | โ | โ | โ |
## Console Errors: 0 detected
## A11y Status: PASS
## Performance: All metrics within thresholds
โ
APPROVED - Ready for @scribe
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
BLOCKING: Console errors, E2E failures, LCP > 4s, CLS > 0.25 NON-BLOCKING: Minor A11y issues, "needs improvement" performance
Model: sonnet (MCP coordination + analysis)
</details> <details> <summary><strong>@scribe</strong> - Technical Writer</summary>Technical Writer - specialist for developer documentation.
| Tool | Usage | |------|-------| | Read | Read agent reports | | Write | Create new docs | | Edit | Update existing docs | | Grep | Find undocumented endpoints | | Glob | Locate doc files |
## [X.X.X] - YYYY-MM-DD
### Added
- New features
### Changed
- Changes to existing code
### Fixed
- Bug fixes
### Breaking Changes
- โ ๏ธ Breaking change description
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ DOCUMENTATION COMPLETE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
### Version Update
- VERSION: X.X.X โ Y.Y.Y
- CHANGELOG: Updated
### Files Updated
- VERSION
- CHANGELOG.md
โ
Ready for push
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Model: sonnet (reading + writing capability)
</details> <details> <summary><strong>@github-manager</strong> - GitHub Project Manager</summary>GitHub Project Management Specialist - with full access to GitHub MCP Server.
| Tool | Usage |
|------|-------|
| GitHub MCP | Repository API, issue/PR management |
| Read | Read reports, CHANGELOG |
| Bash | gh CLI as fallback |
| Grep | Search commit messages |
# Create issue
gh issue create --title "Bug: [desc]" --label "bug"
# Create PR
gh pr create --title "[type]: [desc]"
# Create release
gh release create "v$VERSION" --notes-file CHANGELOG.md
# Monitor CI
gh run list --limit 10
gh run view [run-id] --log-failed
<type>(<scope>): <description>
Types: feat, fix, docs, style, refactor, test, chore
Model: haiku (simple operations, cost-optimized)
</details>CC_GodMode v5.11.1 - The Fail-Safe Release
playwright - REQUIRED for @testergithub - REQUIRED for @github-managerlighthouse - OPTIONAL for @tester (Performance)a11y - OPTIONAL for @tester (Accessibility)memory - OPTIONAL for @researcher, @architectWhen the user makes a request:
mkdir -p reports/vX.X.X/reports/vX.X.X/Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
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/cubetribe-openclaw-godmode-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/trust"
Operational fit
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
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
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/cubetribe-openclaw-godmode-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP",
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T03:18:03.981Z"
}
},
"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": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "use",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile protocol:OPENCLEW|unknown|profile capability:use|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Cubetribe",
"href": "https://github.com/cubetribe/openclaw-godmode-skill",
"sourceUrl": "https://github.com/cubetribe/openclaw-godmode-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP, OpenClaw",
"href": "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "5 GitHub stars",
"href": "https://github.com/cubetribe/openclaw-godmode-skill",
"sourceUrl": "https://github.com/cubetribe/openclaw-godmode-skill",
"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/cubetribe-openclaw-godmode-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/cubetribe-openclaw-godmode-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 cc-godmode and adjacent AI workflows.