Introduction

Ready-made playbooks that let your assistant answer from your Well data

What a skill is

A skill is a playbook your AI assistant follows to answer one question from your connected business data. It checks what the workspace has connected, calls the Well MCP tools it needs, computes the answer, and shows the working. When something it depends on is missing, it says so instead of guessing.

Skills are authored in the open at WellApp-ai/skills, one directory per skill.

How skills relate to the Well MCP server

The MCP server is the connection. It hands your assistant tools such as well_get_runway, well_get_cash_position, and well_query_records, but it does not decide how to use them.

A skill is the instruction layer above those tools. It knows which ones to call for one question, in what order, what the workspace needs connected for the answer to hold, and how to present the result. Connect the MCP server once, then add the skills that match the questions you ask.

What ships today

Twenty-six skills. Eighteen answer a question you would actually ask, and eight are the setup steps those invoke to get what they need. Five of the twenty-six write rather than read, and every one of them shows you what it will do and waits for your confirmation first.

  • Runway
  • Cash position
  • Burn rate
  • Cost structure
  • Cash forecast
  • Cash movement
  • Receivables aging
  • Bills due
  • Rank clients by LTV
  • FX exposure
  • Company profile
  • Payment and invoice lookup
  • Missing receipts
  • Draft invoice
  • Missing supplier invoices
  • Missing invoice sweep
  • Invoice fetching agents
  • Close the books
  • Pick the workspace
  • Check your connections
  • Connect your bank
  • Pick the period
  • Categorize your suppliers
  • Confirm your company
  • Accounting settings
  • Convert currencies

Each one has its own page with the question it answers, the answer it returns, and the connectors it needs. Browse them at wellapp.ai/skills.

Add them to your assistant

One command from skills.sh adds every skill.

npx skills add wellapp-ai/skills

Skills work in any assistant that speaks MCP, including Claude, Codex, and Cursor. You sign in the first time a skill needs your data.

Next steps