money-mode-router

Route user goals to Kraken modes with scoring, action plans, and SerenDB persistence.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/serenorg/seren-skills --skill money-mode-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: money-mode-router
Source: https://github.com/serenorg/seren-skills/tree/main/kraken/money-mode-router
Command: npx skills add https://github.com/serenorg/seren-skills --skill money-mode-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, psycopg[binary], and includes scripts (resource) components.

What problem does it solve?

This skill routes user goals to the most suitable Kraken mode, generates a concrete action plan, and persists session data for history and auditing.

Core Features & Use Cases

  • Questionnaire-driven mode recommendation: collects user goals and translates them into mode scores.
  • Multi-dimension scoring and ranking: weights answers across time horizon, risk, hands-on preference, and portfolio focus to surface primary and backup modes.
  • Actionable outputs and persistence: returns an explicit action plan and stores session answers, recommendations, and events in SerenDB for traceability.
  • Use Case: A user asks whether to move money, invest, trade, go on-chain, or automate; the router returns suggested Kraken modes and an accompanying checklist.

Quick Start

Interactively collect user goals and generate a prioritized Kraken mode with an action plan.

Frequently Asked Questions about money-mode-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route financial goals to the right Kraken mode for investing or trading?

Financial goals are routed to the right Kraken mode using a questionnaire that scores answers across time horizon, risk, and portfolio focus to recommend a primary mode, backup modes, and an action plan.

What is the best way to get guided recommendations for moving money or automating crypto investments?

Guided recommendations for moving money or automating crypto are generated by collecting user goals and translating them into weighted mode scores, returning a concrete checklist for payments, investing, trading, on-chain, or automation actions.

Does Kraken mode routing support session persistence for auditing recommendations?

Yes, Kraken mode routing supports session persistence by storing questionnaire answers, mode recommendations, and events in SerenDB, providing full traceability and history auditing for each routing decision.

Can I use Seren Gateway context with Kraken mode discovery for API-backed recommendations?

Yes, Seren Gateway context integrates with a configurable publisher-based endpoint catalog to support API-backed mode discovery, enabling dynamic retrieval of Kraken modes during the routing process.

How does multi-dimension scoring work for recommending Kraken modes?

Multi-dimension scoring weights user answers across time horizon, risk tolerance, hands-on preference, and portfolio focus dimensions to calculate and rank primary and backup Kraken modes for the user's specific goals.

Do I need PostgreSQL and Python environment variables to persist Kraken routing sessions?

Yes, session persistence requires PostgreSQL via psycopg and Python environment configuration through python-dotenv to store routing answers, recommendations, and events in SerenDB for traceability.