using-investing-toolkit

Route investing intents to the appropriate sub-skill or slash command.

6|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/kouko/monkey-skills --skill using-investing-toolkit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-investing-toolkit
Source: https://github.com/kouko/monkey-skills/tree/main/investing-toolkit/skills/using-investing-toolkit
Command: npx skills add https://github.com/kouko/monkey-skills --skill using-investing-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually remember and call the correct investing sub-skill by routing user intent to the appropriate tool within investing-toolkit.

Core Features & Use Cases

  • Routes user goals to the correct investing sub-skill or slash command based on intent (e.g., macro-regime-snapshot, us-stock-snapshot, stock-screener, investment-memo-writer).
  • Acts as an entry point and dispatch hub, delegating work to specialized skills without performing analysis itself.
  • Supports cross-plugin workflows by routing to domain-teams when deeper investment analysis is required.

Quick Start

Ask the router to route a goal like 'show macro regime snapshot' to macro-regime-snapshot.

Frequently Asked Questions about using-investing-toolkit

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

FAQPage Schema
How do I route investing intents to the correct analysis tool without manually remembering commands?▼

To route investing intents without manual commands, use an intent router that dispatches your goals to the appropriate sub-skill. The router validates your input and delegates to specialized tools like macro-regime-snapshot or stock-screener for execution.

What is the best way to trigger a macro regime snapshot for investment analysis?▼

The best way to trigger a macro regime snapshot is to input your goal directly into the investing-toolkit router. The router identifies your intent and automatically delegates the execution to the macro-regime-snapshot sub-skill.

Does the investing-toolkit router perform financial analysis or just dispatch work?▼

The investing-toolkit router only dispatches work and does not perform financial analysis itself. It acts purely as an entry point, validating input and delegating to targeted sub-skills like dcf-valuation to execute the actual analysis.

Can I use the investment router to find a specific US stock or Taiwan stock snapshot?▼

Yes, you can use the investment router to find US or Taiwan stock snapshots. The router identifies your intent and delegates the request to the us-stock-snapshot or taiwan-stock-snapshot sub-skill for processing.

When should I not use an intent router for portfolio decision-support?▼

You should not use an intent router when you already know the exact sub-skill required. The router is an entry point for dispatching work, so calling specialized skills like invest-portfolio directly is more efficient for experienced users.