AI spreadsheet and Excel generation powered by CellCog. Financial models, budget templates, data trackers, projections, pivot tables, complex formulas — XLSX...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install spreadsheets-cog或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install spreadsheets-cog⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/spreadsheets-cog/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: spreadsheets-cog description: "AI spreadsheet and Excel generation powered by CellCog. Financial models, budget templates, data trackers, projections, pivot tables, complex formulas — XLSX output. Data manipulation, analysis, charts, and professional formatting." metadata: openclaw: emoji: "📋" os: [darwin, linux, windows] requires: bins: [python3] env: [CELLCOG_API_KEY] author: CellCog homepage: https://cellcog.ai dependencies: [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.
For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat(
prompt="[your task prompt]",
notify_session_key="agent:main:main",
task_label="my-task",
chat_mode="agent",
)
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
prompt="[your task prompt]",
task_label="my-task",
chat_mode="agent",
)
print(result["message"])
---
Professional financial analysis and projections:
Personal and business budgets:
Organized tracking for any data:
Operational spreadsheets:
Data analysis and calculations:
---
CellCog spreadsheets can include:
| Feature | Description | |---------|-------------| | Formulas | SUM, AVERAGE, IF, VLOOKUP, and complex calculations | | Formatting | Headers, colors, borders, number formats, conditional formatting | | Charts | Bar, line, pie charts embedded in sheets | | Multiple Sheets | Organized workbooks with linked sheets | | Data Validation | Dropdowns, input restrictions | | Named Ranges | For cleaner formulas | | Print Layout | Ready for printing/PDF |
---
| Format | Best For | |--------|----------| | XLSX | Editable in Excel, Google Sheets, Numbers | | Interactive HTML | Web-based calculators and tools |
---
| Scenario | Recommended Mode | |----------|------------------| | Budget 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.
---
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."
---
---
Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.
安装 Spreadsheets Cog 后,可以对 AI 说这些话来触发它
Help me get started with Spreadsheets Cog
Explains what Spreadsheets Cog does, walks through the setup, and runs a quick demo based on your current project
Use Spreadsheets Cog to aI spreadsheet and Excel generation powered by CellCog
Invokes Spreadsheets Cog with the right parameters and returns the result directly in the conversation
What can I do with Spreadsheets Cog in my documents & notes workflow?
Lists the top use cases for Spreadsheets Cog, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/spreadsheets-cog/ 目录(个人级,所有项目可用),或 .claude/skills/spreadsheets-cog/(项目级)。重启 AI 客户端后,用 /spreadsheets-cog 主动调用,或让 AI 根据上下文自动发现并使用。
Spreadsheets Cog 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Spreadsheets Cog 可免费安装使用。请查阅仓库了解许可证信息。
AI spreadsheet and Excel generation powered by CellCog. Financial models, budget templates, data trackers, projections, pivot tables, complex formulas — XLSX...
Spreadsheets Cog 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Spreadsheets Cog
Identifies repetitive steps in your workflow and sets up Spreadsheets Cog to handle them automatically