---
name: Finance Router
slug: finance-router
category: AI Engineering
description: Routes finance-related requests to the appropriate tools and capabilities available in the current Codex or Hermes runtime. Reports missing data, credentials, or libraries explicitly.
github: "https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/finance-skills"
language: Python
stars: 27
forks: 20
install: "npx degit https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/finance-skills ~/.claude/skills/finance-skills"
installs_to: ~/.claude/skills/finance-skills
source_path: skills/finance-skills/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/Rylaispirit/rylai-codex-hermes-skills"
added: 2026-08-11T07:22:11.578Z
last_synced: 2026-08-11T07:22:11.578Z
canonical_url: "https://dirskills.com/skills/finance-router"
---

# Finance Router

Routes finance-related requests to the appropriate tools and capabilities available in the current Codex or Hermes runtime. Reports missing data, credentials, or libraries explicitly.

**Install:**

```bash
npx degit https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/finance-skills ~/.claude/skills/finance-skills
```

## README

> Rylai Codex-Hermes Edition | Original portable workflow by Rylai

## Runtime Compatibility

- Codex: install under `~/.agents/skills/finance-skills` and use `agents/openai.yaml` for UI metadata.
- Hermes: install under `~/.hermes/skills/finance-skills` or expose the bundle through `skills.external_dirs`.
- Resolve bundled files relative to this skill directory; do not depend on paths from another runtime.
- Map capabilities to the current runtime: Codex image generation uses `image_gen`; Hermes uses `image_generate`.
- Verify binaries, packages, credentials, network access, and tool availability before execution.
- Upstream package status: `adapted-core`. The main workflow was rewritten to avoid missing legacy resources; advanced upstream features may remain unavailable.

# Portable Finance Capability Router

Route a finance request only to capabilities that are actually available.

## Routing

- Market price or index lookup: use the runtime's current finance or web data tool.
- Financial statement analysis: inspect supplied filings or authoritative filing sources.
- Risk or scenario analysis: state assumptions and calculate reproducibly.
- Quantitative analysis: verify Python/R/STATA libraries before promising execution.
- China-market data: verify AkShare or another current source before use.
- News impact: use the portable finance-news analysis workflow.

## Rules

- Report missing data, credentials, libraries, or child skills explicitly.
- Do not imply that the eight child skills named in the legacy source are installed.
- Do not provide personalized buy/sell instructions.
- Keep currency, units, dates, market timezone, and data provenance visible.
