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
Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file. --- name: clawdscan version: 0.3.0 description: "Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file." user-invocable: true metadata: openclaw: emoji: "🔍" requires: bins: ["python3"] --- ClawdScan — Session Health Analyzer 🔍 Diagnose bloat, find zombies, reclaim disk space ClawdScan is a zero-dependency Python CLI that analy Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.
Freshness
Last checked 3/1/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
clawdscan is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file. --- name: clawdscan version: 0.3.0 description: "Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file." user-invocable: true metadata: openclaw: emoji: "🔍" requires: bins: ["python3"] --- ClawdScan — Session Health Analyzer 🔍 Diagnose bloat, find zombies, reclaim disk space ClawdScan is a zero-dependency Python CLI that analy
Public facts
6
Change events
1
Artifacts
0
Freshness
Mar 1, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Jugaad Lab
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.
Setup snapshot
git clone https://github.com/jugaad-lab/clawdscan.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
Jugaad Lab
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
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
clawdbot skill install clawdscan
bash
chmod +x clawdscan.py ./clawdscan.py --help
bash
# Full health scan clawdscan scan # Top 10 largest sessions clawdscan top -n 10 # Clean up zombie sessions clawdscan clean --zombies --execute # View recent trends clawdscan history --days 7
bash
clawdscan scan [--json output.json] # Examples clawdscan scan # Console output clawdscan scan --json report.json # Save as JSON
bash
clawdscan top [-n COUNT] [--sort {size|messages}]
# Examples
clawdscan top # Top 15 by size
clawdscan top -n 20 # Top 20 by size
clawdscan top --sort messages # Top 15 by message count
clawdscan top -n 10 --sort messages # Top 10 by messagesbash
clawdscan inspect <session-id> # Example clawdscan inspect chhotu-agent-20240109
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file. --- name: clawdscan version: 0.3.0 description: "Diagnose Clawdbot/OpenClaw health — session bloat, zombies, stale files, AND skill dependency validation. Zero dependencies, single Python file." user-invocable: true metadata: openclaw: emoji: "🔍" requires: bins: ["python3"] --- ClawdScan — Session Health Analyzer 🔍 Diagnose bloat, find zombies, reclaim disk space ClawdScan is a zero-dependency Python CLI that analy
🔍 Diagnose bloat, find zombies, reclaim disk space
ClawdScan is a zero-dependency Python CLI that analyzes Clawdbot/OpenClaw session JSONL files to identify bloated sessions, zombies, stale files, and provides actionable cleanup recommendations.
clawdbot skill install clawdscan
chmod +x clawdscan.py
./clawdscan.py --help
# Full health scan
clawdscan scan
# Top 10 largest sessions
clawdscan top -n 10
# Clean up zombie sessions
clawdscan clean --zombies --execute
# View recent trends
clawdscan history --days 7
scan - Full Health ScanComprehensive analysis of all Clawdbot sessions.
clawdscan scan [--json output.json]
# Examples
clawdscan scan # Console output
clawdscan scan --json report.json # Save as JSON
Output includes:
top - Top SessionsShow largest sessions by size or message count.
clawdscan top [-n COUNT] [--sort {size|messages}]
# Examples
clawdscan top # Top 15 by size
clawdscan top -n 20 # Top 20 by size
clawdscan top --sort messages # Top 15 by message count
clawdscan top -n 10 --sort messages # Top 10 by messages
inspect - Deep Session AnalysisDetailed analysis of a specific session.
clawdscan inspect <session-id>
# Example
clawdscan inspect chhotu-agent-20240109
Shows:
tools - Tool Usage AnalyticsAggregate statistics across all sessions.
clawdscan tools
Analysis includes:
models - Model Usage PatternsTrack model usage and switching patterns.
clawdscan models
Shows:
disk - Storage AnalysisBreakdown of disk usage by agent and session type.
clawdscan disk
Provides:
clean - Session CleanupSafe cleanup of problematic sessions with preview mode.
clawdscan clean [--zombies] [--stale-days N] [--execute]
# Examples
clawdscan clean --zombies # Preview zombie cleanup
clawdscan clean --zombies --execute # Execute zombie cleanup
clawdscan clean --stale-days 28 # Preview cleanup of 28+ day old sessions
clawdscan clean --stale-days 28 --execute # Execute stale cleanup
Safety features:
history - Trend Analysis (New)View session health trends over time.
clawdscan history [--days N]
# Examples
clawdscan history # Last 30 days
clawdscan history --days 7 # Last week
clawdscan history --days 90 # Last 3 months
Tracks:
CLAWDBOT_DIR - Override default Clawdbot directoryNO_COLOR - Disable colored outputClawdScan can run automatically as part of Clawdbot's heartbeat system:
### In HEARTBEAT.md
- Check session health every 6 hours
- Alert if >5 bloated sessions found
- Alert if total usage >100MB
- Auto-cleanup zombies (if enabled)
{
"heartbeat": {
"enabled": true,
"interval": "6h",
"auto_cleanup": false,
"alert_thresholds": {
"bloated_sessions": 5,
"total_size": "100MB"
}
}
}
🔍 ClawdScan v0.1.0 — Clawdbot Session Health Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Overview
Total Sessions: 42
Total Size: 23.4 MB
Agents: main(38), dj(4)
⚠️ Issues Found
🔥 Bloated: 3 sessions (>1MB or >300 msgs)
💀 Zombies: 2 sessions (created but unused)
🗓️ Stale: 7 sessions (inactive >7 days)
🔝 Top Sessions by Size
1. main-20240108-143022 4.2 MB (1,247 msgs)
2. main-20240107-091534 2.8 MB (892 msgs)
3. dj-20240105-220145 1.9 MB (734 msgs)
💡 Recommendations
• Archive 2 zombie sessions → save 145 KB
• Clean 7 stale sessions → save 3.2 MB
• Consider shorter session lifetimes
📈 Session Health Trends (Last 30 Days)
Week 1 (Jan 1-7): 12 sessions, 8.4 MB
Week 2 (Jan 8-14): 18 sessions, 15.7 MB 📈 +87% growth
Week 3 (Jan 15-21): 22 sessions, 19.3 MB 📈 +23% growth
Week 4 (Jan 22-28): 28 sessions, 23.4 MB 📈 +21% growth
🔥 Bloat Trend: 0 → 1 → 2 → 3 sessions
💀 Zombie Trend: 1 → 1 → 2 → 2 sessions
💡 Growth Rate: +38% sessions/week, +44% storage/week
"No sessions found"
--dir parameter points to correct Clawdbot directoryagents/*/sessions/"Permission denied"
~/.clawdbot directory"JSON parsing error"
--verbose flag for detailed error infoclawdscan scan --verbose --debug
# Daily health check at 2 AM
0 2 * * * /usr/local/bin/clawdscan scan --json /var/log/clawdscan.json
#!/bin/bash
# Weekly cleanup script
clawdscan clean --zombies --execute
clawdscan clean --stale-days 14 --execute
clawdscan scan --json /var/log/weekly-scan.json
import subprocess
import json
# Run scan and get JSON output
result = subprocess.run(['clawdscan', 'scan', '--json', '/tmp/scan.json'])
with open('/tmp/scan.json') as f:
data = json.load(f)
# Process results
if data['bloated_sessions'] > 5:
notify_admin("ClawdBot cleanup needed")
clawdscan.pyskill.json tools arraySKILL.md--help textMIT License - see LICENSE file for details.
clawdscan.py --helpMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/snapshot"
curl -s "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract"
curl -s "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/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
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": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/jugaad-lab/clawdscan#input",
"outputSchemaRef": "https://github.com/jugaad-lab/clawdscan#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:42:09.764Z",
"sourceUpdatedAt": "2026-02-24T19:42:09.764Z",
"freshnessSeconds": 4424140
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/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-17T00:37:50.141Z"
}
},
"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": "is",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "clawdscan",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "top",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "clean",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "history",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "comprehensive",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "scan",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "inspect",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "models",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "disk",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "can",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "output",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "v0",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "and",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:is|supported|profile capability:clawdscan|supported|profile capability:top|supported|profile capability:clean|supported|profile capability:history|supported|profile capability:comprehensive|supported|profile capability:scan|supported|profile capability:inspect|supported|profile capability:tools|supported|profile capability:models|supported|profile capability:disk|supported|profile capability:can|supported|profile capability:output|supported|profile capability:v0|supported|profile capability:and|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": "Jugaad Lab",
"href": "https://github.com/jugaad-lab/clawdscan",
"sourceUrl": "https://github.com/jugaad-lab/clawdscan",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-03-01T06:03:42.230Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:42:09.764Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:42:09.764Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/jugaad-lab/clawdscan#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:42:09.764Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/jugaad-lab-clawdscan/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 clawdscan and adjacent AI workflows.