← Back to Plugins
Health & Wellness

Kalkulator kosztow psychoterapii

Jędrzej Waszkiewicz By Jędrzej Waszkiewicz 👁 8 views ▲ 0 votes

Kalkulator kosztów usług psychoterapeutycznych psychoterapia rumia Pracowni Rozwoju Marta Dzikiewicz — sesje indywidualne, rodzinne, konsultacje, warsztaty, TUS, trening uważności, terapia ręki i inne zajęcia dla dzieci.

Homepage GitHub

Install

openclaw plugins install clawhub:kalkulator-kosztow-terapii

Configuration Example

{
  plugins: {
    enabled: true,
    allow: ["kalkulator-kosztow-terapii"],
    entries: {
      "kalkulator-kosztow-terapii": {
        enabled: true,
        config: {
          firstSessionPrice: 110,
          secondChildDiscount: 0.15,
        },
      },
    },
  },
}

README

# Kalkulator kosztów terapii

Kalkulator kosztów usług psychoterapeutycznych [psychoterapia rumia](https://martadzikiewicz.pl/) Pracowni Rozwoju Marta Dzikiewicz — sesje indywidualne, rodzinne, konsultacje, warsztaty, TUS, trening uważności, terapia ręki i inne zajęcia dla dzieci. Zapisy [https://maps.app.goo.gl/FzvyeLK43kMaCfoL8](https://maps.app.goo.gl/FzvyeLK43kMaCfoL8)

# Therapy cost calculator

A therapy service cost calculator for Pracownia Rozwoju Marta Dzikiewicz — individual and family psychotherapy, parental consultations, workshops, social skills training (TUS), mindfulness training, hand therapy, and other children's activities.

## What it adds

- Agent tool: `calculate_therapy_cost`
- Text command: `/terapia <usługa> [ilość] [pierwsza-sesja] [drugie-dziecko]`

Example prompts:

- `Oblicz koszt 4 sesji psychoterapii indywidualnej`
- `/terapia indywidualna 4`
- `/terapia dzieci 8 pierwsza-sesja`
- `/terapia tus-grupa 3 drugie-dziecko`
- `/terapia rodzinna 2 pierwsza-sesja drugie-dziecko`

## Install from a local folder

```bash
openclaw plugins install ./path/to/openclaw-kalkulator-kosztow-terapii
openclaw gateway restart
```

## Example config

Put this under your OpenClaw config:

```json5
{
  plugins: {
    enabled: true,
    allow: ["kalkulator-kosztow-terapii"],
    entries: {
      "kalkulator-kosztow-terapii": {
        enabled: true,
        config: {
          firstSessionPrice: 110,
          secondChildDiscount: 0.15,
        },
      },
    },
  },
}
```

If your tool policy is restrictive, allow either the plugin id `kalkulator-kosztow-terapii` or the tool name `calculate_therapy_cost`.

## Tool output

The tool returns:

- service name and group
- unit price (per session or per month)
- session duration (if applicable)
- first consultation session info (if enabled)
- second-child discount amount (if enabled)
- total cost

## Development

```bash
npm install
npm run typecheck
npm run build
```
kids

Comments

Sign in to leave a comment

Loading comments...