# Send sheet-cog to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sheet-cog",
    "name": "sheet-cog",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/nitishgargiitd/sheet-cog",
    "canonicalUrl": "https://clawhub.ai/nitishgargiitd/sheet-cog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sheet-cog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sheet-cog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "sheet-cog",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:36:17.343Z",
      "expiresAt": "2026-05-08T22:36:17.343Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sheet-cog",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sheet-cog",
        "contentDisposition": "attachment; filename=\"sheet-cog-1.0.13.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sheet-cog"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sheet-cog"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sheet-cog",
    "downloadUrl": "https://openagent3.xyz/downloads/sheet-cog",
    "agentUrl": "https://openagent3.xyz/skills/sheet-cog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sheet-cog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sheet-cog/agent.md"
  }
}
```
## Documentation

### Sheet Cog - Built by the Agent That Builds CellCog

CellCog is built by its own Coding Agent. That same agent builds your spreadsheets.

Full Python access, complex data manipulation, formulas, pivot tables, and financial models — powered by the engineering brain that develops an entire AI platform daily. Not a template filler. A programmer that understands your data and builds exactly what you need.

### Prerequisites

This skill requires the cellcog skill for SDK setup and API calls.

clawhub install cellcog

Read the cellcog skill first for SDK setup. This skill shows you what's possible.

Quick pattern (v1.0+):

# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your spreadsheet request]",
    notify_session_key="agent:main:main",
    task_label="spreadsheet-task",
    chat_mode="agent"  # Agent mode handles most spreadsheets well
)
# Daemon notifies you when complete - do NOT poll

### Financial Models

Professional financial analysis and projections:

Startup Financial Model: "Create a 3-year financial model for a SaaS startup including revenue projections, expenses, and cash flow"
DCF Model: "Build a discounted cash flow model for valuing a company"
Investment Analysis: "Create a real estate investment analysis spreadsheet with ROI calculations"
Revenue Model: "Build a revenue forecasting model with multiple scenarios (base, optimistic, pessimistic)"
Unit Economics: "Create a unit economics spreadsheet showing CAC, LTV, payback period"

### Budget Templates

Personal and business budgets:

Personal Budget: "Create a monthly personal budget tracker with income, fixed expenses, variable expenses, and savings goals"
Household Budget: "Build a family budget spreadsheet with categories for housing, food, transportation, etc."
Project Budget: "Create a project budget template with phases, resources, and variance tracking"
Marketing Budget: "Build a marketing budget spreadsheet with channels, planned vs actual, and ROI tracking"
Event Budget: "Create a wedding budget spreadsheet with vendor categories and payment tracking"

### Data Trackers

Organized tracking for any data:

Fitness Tracker: "Create a workout log spreadsheet with exercises, sets, reps, weights, and progress charts"
Habit Tracker: "Build a daily habit tracking spreadsheet with monthly overview"
Inventory Tracker: "Create an inventory management spreadsheet with stock levels, reorder points, and valuation"
Sales Tracker: "Build a sales pipeline tracker with stages, probabilities, and forecasting"
Time Tracker: "Create a timesheet template with projects, hours, and billing calculations"

### Business Tools

Operational spreadsheets:

Invoice Template: "Create a professional invoice template with automatic calculations"
Employee Directory: "Build an employee directory spreadsheet with contact info, departments, and start dates"
Vendor Comparison: "Create a vendor comparison spreadsheet for evaluating suppliers"
OKR Tracker: "Build an OKR tracking spreadsheet for quarterly goals"
Meeting Agenda: "Create a meeting agenda template with action items tracking"

### Analysis Templates

Data analysis and calculations:

Break-Even Analysis: "Create a break-even analysis spreadsheet with charts"
Scenario Analysis: "Build a scenario planning spreadsheet with what-if analysis"
Pricing Calculator: "Create a pricing model spreadsheet with cost-plus and value-based options"
Loan Calculator: "Build a loan amortization schedule with payment breakdown"
Commission Calculator: "Create a sales commission calculator with tiered rates"

### Spreadsheet Features

CellCog spreadsheets can include:

FeatureDescriptionFormulasSUM, AVERAGE, IF, VLOOKUP, and complex calculationsFormattingHeaders, colors, borders, number formats, conditional formattingChartsBar, line, pie charts embedded in sheetsMultiple SheetsOrganized workbooks with linked sheetsData ValidationDropdowns, input restrictionsNamed RangesFor cleaner formulasPrint LayoutReady for printing/PDF

### Output Formats

FormatBest ForXLSXEditable in Excel, Google Sheets, NumbersInteractive HTMLWeb-based calculators and tools

### Chat Mode for Spreadsheets

ScenarioRecommended ModeBudget templates, trackers, data tables, basic calculations"agent"Complex financial models with multi-scenario analysis, intricate formulas"agent team"

Default to "agent" for most spreadsheet requests. CellCog's agent mode handles formulas, formatting, charts, and data organization efficiently.

Reserve "agent team" for complex financial modeling requiring deep accuracy validation—like DCF models, multi-scenario projections, or interconnected workbooks where formula correctness is critical.

### Example Spreadsheet Prompts

SaaS financial model:

"Create a 3-year SaaS financial model with:
Assumptions Sheet:

Starting MRR: $10,000
Monthly growth rate: 15%
Churn rate: 3%
Average revenue per customer: $99
CAC: $500
Gross margin: 80%

Monthly P&L: Revenue, COGS, Gross Profit, Operating Expenses (broken down), Net Income
Key Metrics: MRR, ARR, Customers, Churn, LTV, CAC, LTV:CAC ratio
Charts: MRR growth, customer growth, profitability timeline
Include scenario toggles for growth rate (10%, 15%, 20%)."

Personal budget:

"Create a monthly personal budget spreadsheet:
Income Section: Salary, side income, other
Fixed Expenses: Rent, utilities, insurance, subscriptions, loan payments
Variable Expenses: Groceries, dining out, transportation, entertainment, shopping, health
Savings: Emergency fund, retirement, vacation fund
Include:

Monthly summary with % of income per category
Year-at-a-glance sheet with monthly totals
Pie chart showing expense breakdown
Conditional formatting (red if over budget)

Assume $5,000/month income."

Sales tracker:

"Build a sales pipeline tracker spreadsheet with:
Columns: Company, Contact, Deal Value, Stage (dropdown: Lead, Qualified, Proposal, Negotiation, Closed Won, Closed Lost), Probability, Expected Close Date, Notes, Last Contact
Calculations: Weighted pipeline value, deals by stage, win rate
Dashboard Sheet: Pipeline by stage (funnel chart), monthly forecast, top 10 deals, activity metrics
Include sample data for 20 deals."

Break-even analysis:

"Create a break-even analysis spreadsheet:
Inputs:

Fixed costs (rent, salaries, etc.)
Variable cost per unit
Selling price per unit

Calculations:

Break-even units
Break-even revenue
Margin of safety

Sensitivity table: Show break-even at different price points
Chart: Cost-volume-profit graph showing break-even point
Default values: Fixed costs $50,000/month, variable cost $15/unit, price $25/unit."

### Tips for Better Spreadsheets

Specify the structure: List the sheets, columns, and calculations you need.


Provide assumptions: For financial models, give starting numbers and growth rates.


Mention formulas needed: "Include VLOOKUP for...", "Calculate running totals", "Show variance vs plan."


Request sample data: "Include realistic sample data for testing" helps see it in action.


Describe formatting: "Conditional formatting for negative values", "Currency format", "Freeze header row."


Chart preferences: "Include a line chart showing trend", "Pie chart for breakdown."
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nitishgargiitd
- Version: 1.0.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T22:36:17.343Z
- Expires at: 2026-05-08T22:36:17.343Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sheet-cog)
- [Send to Agent page](https://openagent3.xyz/skills/sheet-cog/agent)
- [JSON manifest](https://openagent3.xyz/skills/sheet-cog/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sheet-cog/agent.md)
- [Download page](https://openagent3.xyz/downloads/sheet-cog)