Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

deep-thinking

Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the user asks to think deeply or carefully. --- name: deep-thinking description: Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the u

OpenClaw · self-declared
Trust evidence available
clawhub skill install skills:amankr-novo:deep-thinking

Overall rank

#62

Adoption

No public adoption signal

Trust

Unknown

Freshness

Feb 25, 2026

Freshness

Last checked Feb 25, 2026

Best For

deep-thinking is best for the, or workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, CLAWHUB, 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

Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the user asks to think deeply or carefully. --- name: deep-thinking description: Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the u 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

Feb 25, 2026

Vendor

Openclaw

Artifacts

0

Benchmarks

0

Last release

Unpublished

Install & run

Setup Snapshot

clawhub skill install skills:amankr-novo:deep-thinking
  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

Openclaw

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-declaredCLAWHUB

Captured outputs

Artifacts Archive

Extracted files

0

Examples

0

Snippets

0

Languages

typescript

Parameters

Editorial read

Docs & README

Docs source

CLAWHUB

Editorial quality

ready

Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the user asks to think deeply or carefully. --- name: deep-thinking description: Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the u

Full README

name: deep-thinking description: Comprehensive deep reasoning framework that guides systematic, thorough thinking for complex tasks. Automatically applies for multi-step problems, ambiguous requirements, architectural decisions, debugging sessions, and any task requiring careful analysis beyond surface-level responses. Use when the task is complex, has multiple valid approaches, involves trade-offs, or when the user asks to think deeply or carefully.

Deep Thinking Protocol

Apply this protocol when facing complex, ambiguous, or high-stakes tasks. It ensures responses stem from genuine understanding and careful reasoning rather than superficial analysis.

When to Apply

Activate this protocol when:

  • The task has multiple valid approaches with meaningful trade-offs
  • Requirements are ambiguous or underspecified
  • The problem involves architectural or design decisions
  • Debugging requires systematic investigation
  • The task touches multiple systems or files
  • Stakes are high (data integrity, security, production impact)
  • The user explicitly asks to think carefully or deeply

Skip for trivial, single-step tasks with obvious solutions.

Thinking Quality

Your reasoning should be organic and exploratory, not mechanical:

  • Think like a detective following leads, not a robot following steps
  • Let each realization lead naturally to the next
  • Show genuine curiosity — "Wait, what if...", "Actually, this changes things..."
  • Avoid formulaic analysis; adapt your thinking style to the problem
  • Errors in reasoning are opportunities for deeper understanding, not just corrections to make
  • Never feel forced or structured — the steps below are a guide, not a rigid sequence

Adaptive Depth

Scale analysis depth based on:

  • Query complexity: Simple lookup vs. multi-dimensional problem
  • Stakes involved: Low-risk formatting vs. production database migration
  • Time sensitivity: Quick fix needed now vs. long-term architecture decision
  • Available information: Complete spec vs. vague description
  • User's apparent needs: What are they really trying to achieve?

Adjust thinking style based on:

  • Technical vs. conceptual: Implementation detail vs. architecture decision
  • Analytical vs. exploratory: Clear bug with stack trace vs. vague performance issue
  • Abstract vs. concrete: Design pattern selection vs. specific function implementation
  • Single vs. multi-scope: One file change vs. cross-module refactor

Core Thinking Sequence

1. Initial Engagement

  • Rephrase the problem in your own words to verify understanding
  • Identify what is known vs. unknown
  • Consider the broader context — why is this question being asked? What's the underlying goal?
  • Map out what knowledge or codebase areas are needed to address this
  • Flag ambiguities that need clarification before proceeding

2. Problem Decomposition

  • Break the task into core components
  • Identify explicit and implicit requirements
  • Map constraints and limitations
  • Define what a successful outcome looks like

3. Multiple Hypotheses

  • Generate at least 2-3 possible approaches before committing
  • Keep multiple working hypotheses active — don't collapse to one prematurely
  • Consider unconventional or non-obvious interpretations
  • Look for creative combinations of different approaches
  • Evaluate trade-offs: complexity, performance, maintainability, risk
  • Show why certain approaches are more suitable than others

4. Natural Discovery Flow

Think like a detective — each realization should lead naturally to the next:

  • Start with obvious aspects, then dig deeper
  • Notice patterns and connections across the codebase
  • Question initial assumptions as understanding develops
  • Circle back to earlier ideas with new context
  • Build progressively deeper insights
  • Be open to serendipitous insights — unexpected connections often reveal the best solutions
  • Follow interesting tangents, but tie them back to the core issue

5. Verification & Error Correction

  • Test conclusions against evidence (code, docs, tests)
  • Look for edge cases and potential failure modes
  • Actively seek counter-examples that could disprove your current theory
  • When finding mistakes in reasoning, acknowledge naturally and show how new understanding develops — view errors as opportunities for deeper insight
  • Cross-check for logical consistency
  • Verify completeness: "Have I addressed the full scope?"

6. Knowledge Synthesis

  • Connect findings into a coherent picture
  • Identify key principles or patterns that emerged
  • Create useful abstractions — turn findings into reusable concepts or guidelines
  • Note important implications and downstream effects
  • Ensure the synthesis answers the original question

7. Recursive Application

  • Apply the same careful analysis at both macro (system/architecture) and micro (function/logic) levels
  • Use patterns recognized at one scale to inform analysis at another
  • Maintain consistency while allowing for scale-appropriate methods
  • Show how detailed analysis supports or challenges broader conclusions

Staying on Track

While exploring related ideas:

  • Maintain clear connection to the original query at all times
  • When following tangents, explicitly tie them back to the core issue
  • Periodically ask: "Is this exploration serving the final response?"
  • Keep sight of the user's actual goal, not just the literal question
  • Ensure all exploration serves the final response

Verification Checklist

Before delivering a response, verify:

  • [ ] All aspects of the original question are addressed
  • [ ] Conclusions are supported by evidence (not assumptions)
  • [ ] Edge cases and failure modes are considered
  • [ ] Trade-offs are explicitly stated
  • [ ] The recommended approach is justified over alternatives
  • [ ] No logical inconsistencies in the reasoning
  • [ ] Detail level matches the user's apparent expertise and needs
  • [ ] Likely follow-up questions are anticipated

Anti-Patterns to Avoid

| Anti-Pattern | Instead Do | |---|---| | Jumping to implementation immediately | Analyze the problem space first | | Considering only one approach | Generate and compare alternatives | | Ignoring edge cases | Actively seek boundary conditions | | Assuming without verifying | Read the code, check the docs | | Over-engineering simple tasks | Match depth to complexity | | Analysis paralysis on trivial decisions | Set a time-box, then decide | | Drawing premature conclusions | Verify with evidence before committing | | Not seeking counter-examples | Actively look for cases that disprove your theory | | Mechanical checklist thinking | Let reasoning flow organically; adapt to the problem |

Quality Metrics

Evaluate your thinking against:

  1. Completeness: Did I cover all dimensions of the problem?
  2. Logical consistency: Do my conclusions follow from my analysis?
  3. Evidence support: Are claims backed by code, docs, or reasoning?
  4. Practical applicability: Is the solution implementable and maintainable?
  5. Clarity: Can the reasoning be followed and verified?

Progress Awareness

During extended analysis, maintain awareness of:

  • What has been established so far
  • What remains to be determined
  • Current confidence level in conclusions
  • Open questions or uncertainties
  • Whether the current approach is productive or needs pivoting

Additional Reference

For detailed examples of thinking patterns, natural language flow, and domain-specific applications, see reference.md.

API & Reliability

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

MissingCLAWHUB

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/clawhub-skills-amankr-novo-deep-thinking/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/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.

MissingCLAWHUB

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/clawhub-skills-amankr-novo-deep-thinking/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "CLAWHUB",
      "generatedAt": "2026-04-17T02:56:15.162Z"
    }
  },
  "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": "the",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "or",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:the|supported|profile capability:or|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": "Openclaw",
    "href": "https://github.com/openclaw/skills/tree/main/skills/amankr-novo/deep-thinking",
    "sourceUrl": "https://github.com/openclaw/skills/tree/main/skills/amankr-novo/deep-thinking",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amankr-novo-deep-thinking/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 deep-thinking and adjacent AI workflows.