Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

excel-workflow

Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. --- name: excel-workflow description: | Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. compatibility: Requires Python 3.8

OpenClaw ยท self-declared
Trust evidence available
clawhub skill install skills:amaialex:excel-workflow:excel-workflow-skill-package

Overall rank

#62

Adoption

No public adoption signal

Trust

Unknown

Freshness

Feb 25, 2026

Freshness

Last checked Feb 25, 2026

Best For

excel-workflow is best for general automation 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

Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. --- name: excel-workflow description: | Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. compatibility: Requires Python 3.8 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:amaialex:excel-workflow:excel-workflow-skill-package
  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

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

# Manual processing
~/.openclaw/tools/openclaw-excel/excel-workflow process /path/to/file.xlsx

bash

# Ask questions about your data
~/.openclaw/tools/openclaw-excel/excel-workflow query "what is total revenue?" --file sales.xlsx

bash

# Update values - formulas stay intact
~/.openclaw/tools/openclaw-excel/excel-workflow update '{"C2": 100}' --file sales.xlsx

# Update formulas
~/.openclaw/tools/openclaw-excel/excel-workflow update '{"D2": "=B2*C2*1.5"}' --file sales.xlsx

bash

# Install rclone (macOS)
brew install rclone

# Python packages (installed in venv automatically)
pip install openpyxl

bash

# Configure rclone with Google Drive
rclone config

bash

rclone lsd gdrive:

Editorial read

Docs & README

Docs source

CLAWHUB

Editorial quality

ready

Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. --- name: excel-workflow description: | Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. compatibility: Requires Python 3.8

Full README

name: excel-workflow description: | Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive. compatibility: Requires Python 3.8+, openpyxl, rclone, and Google Drive OAuth setup metadata: author: alexey version: "1.0.0" openclaw: emoji: ๐Ÿ”„ requires: bins: - rclone - python3 env: - OPENCLAW_EXCEL_PATH

Excel Workflow

Complete workflow for Excel file management with local processing, Google Drive backup, formula preservation, and SQLite tracking.

Features

  • โœ… Formula Preservation โ€” Update cells without losing formulas (powered by openpyxl)
  • โœ… Google Drive Sync โ€” Automatic backup to Google Drive using rclone
  • โœ… SQLite Tracking โ€” Track all files, formulas, and metadata in local database
  • โœ… Multi-file Support โ€” Work with multiple Excel files simultaneously
  • โœ… Data Analysis โ€” Query data, read formulas, and analyze structure
  • โœ… Mass Operations โ€” Create formulas for entire columns at once

Quick Start

1. Upload Excel File

Simply drop an .xlsx file into the chat. The workflow automatically:

  1. Analyzes file structure (sheets, formulas)
  2. Uploads to Google Drive (gdrive:Excel/)
  3. Saves metadata to SQLite tracker
# Manual processing
~/.openclaw/tools/openclaw-excel/excel-workflow process /path/to/file.xlsx

2. Query Data

# Ask questions about your data
~/.openclaw/tools/openclaw-excel/excel-workflow query "what is total revenue?" --file sales.xlsx

3. Update Cells (Formulas Preserved!)

# Update values - formulas stay intact
~/.openclaw/tools/openclaw-excel/excel-workflow update '{"C2": 100}' --file sales.xlsx

# Update formulas
~/.openclaw/tools/openclaw-excel/excel-workflow update '{"D2": "=B2*C2*1.5"}' --file sales.xlsx

Installation

Prerequisites

  1. Python 3.8+ with openpyxl
  2. rclone for Google Drive integration
  3. Google Drive account

Step 1: Install Dependencies

# Install rclone (macOS)
brew install rclone

# Python packages (installed in venv automatically)
pip install openpyxl

Step 2: Setup Google Drive

# Configure rclone with Google Drive
rclone config

Follow prompts:

  • Name: gdrive
  • Storage: drive (Google Drive)
  • Scope: 1 (Full access)
  • Auto config: y (opens browser for OAuth)

Verify:

rclone lsd gdrive:

Step 3: Create Excel Folder

rclone mkdir gdrive:Excel/

Step 4: Install Skill Files

The skill consists of 3 components:

  1. Excel CLI (~/.openclaw/tools/openclaw-excel/excel)

    • Commands: info, read, update, show-formulas, get-cell
  2. Tracker CLI (~/.openclaw/tools/openclaw-excel/excel-tracker)

    • SQLite database at ~/.openclaw/excel_tracker.db
    • Commands: add, get-latest, search, list, stats
  3. Workflow Orchestrator (~/.openclaw/tools/openclaw-excel/excel-workflow)

    • Commands: process, query, update, list, stats

See Installation Guide for detailed setup.

Commands

Process Command

Analyze file, upload to Drive, and save to tracker:

excel-workflow process /path/to/file.xlsx [--telegram-id ID]

Output:

{
  "status": "success",
  "filename": "sales.xlsx",
  "file_id": 1,
  "drive_url": "gdrive:Excel/sales.xlsx",
  "analysis": {
    "sheets": 2,
    "formulas": 15,
    "sheet_names": ["Sales", "Summary"]
  },
  "message": "โœ… File processed successfully!"
}

Query Command

Read data and answer questions:

excel-workflow query "show me the data" [--file filename.xlsx]

Output:

{
  "filename": "sales.xlsx",
  "file_id": 1,
  "sheets": ["Sales", "Summary"],
  "data": [
    [
      {"address": "A1", "value": "Product", "type": "str"},
      {"address": "B1", "value": "Price", "type": "int"}
    ]
  ],
  "formulas": [
    {"cell": "D2", "formula": "=B2*C2"}
  ],
  "question": "show me the data",
  "context": {
    "sheet_count": 2,
    "formula_count": 15,
    "uploaded_at": "2026-02-20 10:30:00"
  }
}

Update Command

Update cells (values or formulas):

# Update values
excel-workflow update '{"C2": 100, "C3": 200}' [--file filename.xlsx]

# Update formulas
excel-workflow update '{"D2": "=B2*C2*1.5"}' --file sales.xlsx

# Mass update - create formulas for entire column
excel-workflow update '{"D2": "=B2*0.5", "D3": "=B3*0.5", ...}' --file data.xlsx

Output:

{
  "status": "success",
  "filename": "sales.xlsx",
  "updated": 2,
  "changes": [
    {"cell": "C2", "old_value": 50, "new_value": 100},
    {"cell": "C3", "old_value": 75, "new_value": 200}
  ],
  "message": "โœ… Updated and re-uploaded to Google Drive"
}

List Command

Show tracked files:

excel-workflow list [--limit 10]

Output:

[
  {
    "id": 2,
    "original_filename": "sales_2026.xlsx",
    "sheet_count": 2,
    "formula_count": 15,
    "uploaded_at": "2026-02-20 14:20:00"
  },
  {
    "id": 1,
    "original_filename": "budget.xlsx",
    "sheet_count": 3,
    "formula_count": 42,
    "uploaded_at": "2026-02-19 09:15:30"
  }
]

Stats Command

Show statistics:

excel-workflow stats

Output:

{
  "total_files": 5,
  "files_on_drive": 5,
  "total_sheets": 12,
  "total_formulas": 87
}

Usage Patterns for AI Agents

Pattern 1: User Uploads Excel File

User action: Uploads sales.xlsx via Telegram

Agent workflow:

  1. File saved to temporary location by Telegram handler
  2. Detect .xlsx extension
  3. Run: excel-workflow process /path/to/sales.xlsx --telegram-id <id>
  4. Parse JSON result and respond:
Agent: "โœ… I've received and processed sales.xlsx!

๐Ÿ“Š Analysis:
- 2 sheets: Sales, Summary
- 15 formulas detected
- โ˜๏ธ Uploaded to Google Drive

What would you like to know about this file?"

Pattern 2: User Asks Question

User: "What's the total revenue in my sales file?"

Agent workflow:

  1. Run: excel-workflow query "what is total revenue?" --file sales.xlsx
  2. Receive data with all rows and formulas
  3. Analyze the data to find revenue-related columns and totals
  4. Respond with answer:
Agent: "Looking at your sales.xlsx file:

Total Revenue: 650,000 ั€ัƒะฑ

Breakdown:
- iPhone: 150,000 (3 ร— 50,000)
- MacBook: 200,000 (2 ร— 100,000)
- iPad: 300,000 (5 ร— 60,000)

The file has a SUM formula in cell D5 that calculates this automatically."

Pattern 3: User Requests Update

User: "Change iPhone quantity to 20"

Agent workflow:

  1. Query to understand structure: excel-workflow query "find iPhone row"
  2. Identify that iPhone is in row 2, quantity in column C
  3. Run: excel-workflow update '{"C2": 20}' --file sales.xlsx
  4. Confirm update:
Agent: "โœ… Updated sales.xlsx:

Changed C2 (iPhone quantity): 3 โ†’ 20

New revenue for iPhone: 1,000,000 ั€ัƒะฑ (was 150,000)
Total revenue updated automatically thanks to formulas!

File has been re-uploaded to Google Drive."

Pattern 4: Mass Formula Creation

User: "Create a column that multiplies price by 0.5 for all products"

Agent workflow:

  1. Read file to determine row count
  2. Generate update JSON with formulas for each row
  3. Run: excel-workflow update '{"D2": "=B2*0.5", "D3": "=B3*0.5", ...}' --file prices.xlsx
  4. Confirm:
Agent: "โœ… Created formulas for 50 rows!

Column D now contains =B*0.5 formula for all products.
File updated on Google Drive."

Technical Details

Components

  1. Excel CLI โ€” openpyxl-based tool for reading/writing Excel files

    • Preserves formulas using data_only=False
    • Commands: read, update, info, show-formulas, get-cell
  2. Tracker โ€” SQLite database for file metadata

    • Location: ~/.openclaw/excel_tracker.db
    • Tracks: filename, sheets, formulas, paths, timestamps
  3. Workflow Orchestrator โ€” Integrates Excel CLI, rclone, and tracker

    • Orchestrates: analyze โ†’ upload โ†’ track โ†’ update cycle
    • Progress messages to stderr, JSON results to stdout

File Locations

  • Tracker database: ~/.openclaw/excel_tracker.db
  • Google Drive folder: gdrive:Excel/
  • Local files: User-specified paths (Telegram downloads to ~/.openclaw/media/)

Formula Preservation

How it works:

  • openpyxl loads workbooks with data_only=False
  • Formulas stored as text strings (e.g., "=B2*C2")
  • When updating cell with formula string, openpyxl preserves it
  • Excel recalculates formulas when file is opened

Example:

# This preserves formulas
ws['D2'] = '=B2*C2'  # Formula remains
ws['B2'] = 100       # Data changes, formula in D2 recalculates

What's Preserved vs Not Preserved

โœ… Preserved:

  • Formulas (=SUM, =IF, =B2*C2, etc.)
  • Data (numbers, text, dates)
  • Structure (sheets, tables)
  • Formatting (colors, fonts, borders, bold)
  • Charts (diagrams update automatically)

โš ๏ธ May Not Work:

  • Conditional formatting (complex rules)
  • Macros (.xlsm files not supported)
  • Pivot tables (may break)
  • Slicers and advanced filters

Error Handling

Common errors:

  1. File not found

    {"error": "File not found: /path/to/file.xlsx"}
    
  2. Google Drive not configured

    {"error": "rclone remote 'gdrive' not configured"}
    

    Solution: Run rclone config

  3. Formula syntax error

    {"error": "Invalid formula: =B2*"}
    

    Solution: Check formula syntax

  4. Database locked

    {"error": "Database is locked"}
    

    Solution: Wait and retry

Examples

Example 1: Financial Data Analysis

# Upload stock data
excel-workflow process ~/Desktop/ARKK.xlsx

# Query
excel-workflow query "show last 10 rows" --file ARKK.xlsx

# Add calculated column (50% of price)
# First, find row count, then generate formulas
excel-workflow update '{"C2": "=B2*0.5", "C3": "=B3*0.5", ...}' --file ARKK.xlsx

Example 2: Price List Update

# Process price list
excel-workflow process prices.xlsx

# Update prices
excel-workflow update '{"B10": 99.99, "B11": 149.99}' --file prices.xlsx

# Add tax column
excel-workflow update '{"D2": "=B2*1.2"}' --file prices.xlsx

Example 3: Multiple Files

# Upload multiple files
excel-workflow process january.xlsx
excel-workflow process february.xlsx

# List all files
excel-workflow list

# Query specific file
excel-workflow query "total sales" --file january.xlsx

# Stats
excel-workflow stats

Troubleshooting

Issue: "rclone not found"

# Install rclone
brew install rclone  # macOS
sudo apt install rclone  # Linux

Issue: "openpyxl not installed"

# Install in virtual environment
cd ~/.openclaw/tools/openclaw-excel
python3 -m venv venv
./venv/bin/pip install openpyxl

Issue: "Google Drive permission denied"

# Reconfigure rclone
rclone config
# Delete old gdrive remote and create new one

Issue: "Formulas become values"

This should NOT happen! If it does:

  1. Check that excel CLI uses data_only=False when loading workbook
  2. Ensure formula strings start with =
  3. Verify openpyxl version: pip show openpyxl (should be 3.1.0+)

Best Practices

For Users

  1. Name files descriptively

    • Good: sales_2026_Q1.xlsx
    • Bad: Book1.xlsx
  2. Ask specific questions

    • Good: "What's the total revenue in January?"
    • Bad: "Tell me about the file"
  3. Keep file structure consistent

    • Makes it easier for AI to understand

For Developers

  1. Always check file existence before processing
  2. Use sessions for multiple operations on same file
  3. Handle errors gracefully with try/except
  4. Show progress in stderr, results in stdout
  5. Validate formulas before updating cells

API Reference

See Excel CLI Documentation and Tracker Documentation for detailed API reference.

Resources

Support

  • GitHub Issues: [your-repo/excel-workflow/issues]
  • Documentation: [your-repo/excel-workflow/docs]
  • Community: [OpenClaw Community]

License

MIT License - see LICENSE.txt

Changelog

Version 1.0.0 (2026-02-20)

  • Initial release
  • Formula preservation with openpyxl
  • Google Drive sync via rclone
  • SQLite tracking
  • Multi-file support
  • Mass formula operations
  • AI agent integration patterns

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-amaialex-excel-workflow-excel-workflow-skill-pac/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/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-amaialex-excel-workflow-excel-workflow-skill-pac/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/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-17T04:41:37.022Z"
    }
  },
  "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"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|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/amaialex/excel-workflow/excel-workflow-skill-package",
    "sourceUrl": "https://github.com/openclaw/skills/tree/main/skills/amaialex/excel-workflow/excel-workflow-skill-package",
    "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-amaialex-excel-workflow-excel-workflow-skill-pac/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/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-amaialex-excel-workflow-excel-workflow-skill-pac/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-amaialex-excel-workflow-excel-workflow-skill-pac/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 excel-workflow and adjacent AI workflows.