Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/finimpulse/mcp-server-typescript/sync-finimpulse-api-docsnpx skills add finimpulse/mcp-server-typescript --skill sync-finimpulse-api-docsgit clone --depth 1 https://github.com/finimpulse/mcp-server-typescriptWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00058 | $0.01534 |
| Opus 5 | $0.00029 | $0.00767 |
| Sonnet 5 | $0.00012 | $0.00307 |
| Haiku 4.5 | $0.00006 | $0.00153 |
Grade A, and why
sync-finimpulse-api-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- api-docs/authentication.md 1.3 KB
- api-docs/errors.md 5.4 KB
- api-docs/manifest.json 1.2 KB
- api-docs/v1-analysis-analysts.md 13 KB
- api-docs/v1-analysis-earnings.md 15 KB
- api-docs/v1-analysis-recommendations.md 8.5 KB
- api-docs/v1-analysis-upgrades-downgrades.md 8.9 KB
- api-docs/v1-appendix-user_data.md 3.1 KB
- api-docs/v1-financials-balance_sheet.md 102 KB
- api-docs/v1-financials-cash_flow.md 99 KB
- api-docs/v1-financials-general.md 240 KB
- api-docs/v1-financials-income_statement.md 77 KB
- api-docs/v1-financials-valuation_measures.md 14 KB
- api-docs/v1-histories.md 13 KB
- api-docs/v1-holders-general.md 5.4 KB
- api-docs/v1-holders-insiders-transactions.md 9.2 KB
- api-docs/v1-holders-insiders.md 8.1 KB
- api-docs/v1-holders-institutional.md 7.6 KB
- api-docs/v1-holders-mutual-funds.md 8.5 KB
- api-docs/v1-holdings-general.md 7.8 KB
- api-docs/v1-holdings-top-holdings.md 8.8 KB
- api-docs/v1-market-price.md 5.6 KB
- api-docs/v1-metrics.md 4.4 KB
- api-docs/v1-news.md 20 KB
- api-docs/v1-options-chain.md 12 KB
- api-docs/v1-options-contracts.md 7.2 KB
- api-docs/v1-options-expirations.md 9.7 KB
- api-docs/v1-profile.md 20 KB
- api-docs/v1-search-lite.md 6.5 KB
- api-docs/v1-search.md 20 KB
- api-docs/v1-statistics-annual-returns.md 18 KB
- api-docs/v1-statistics-general.md 21 KB
- api-docs/v1-statistics-risks.md 8.4 KB
- api-docs/v1-summary-lite.md 5.3 KB
- api-docs/v1-summary.md 38 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 179 lines · 58 tokens per session scan A 925584036876
sync-finimpulse-api-docs is a skill published in the GitHub repository finimpulse/mcp-server-typescript (0 stars, last pushed 2mo ago), with no licence file. It adds 58 tokens to every session and 1,534 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
labelgrid-release
Release music through LabelGrid end to end — draft the release and its tracks, upload audio and artwork, validate, review the quality report, distribute to stores, and track delivery — using the LabelGrid MCP server and/or the labelgrid CLI, choosing the right vehicle for each step.
pr
Use for any GitHub Pull Request work. Auto-detects lifecycle phase (create / update / report) from current state — only requires explicit command for status, comments, or merge. Triggered by /pr, 'PR', 'create PR', 'open PR', 'update PR', 'PR status', 'merge PR'. Suggests, never auto-creates without user invocation.
orca
Orchestrator mode — the default working mode of this project, not a toggle to find. The main agent does no task work itself: every unit goes to a role-framed subagent that inherits its model and effort, at most 5 in parallel unless overridden. Load it for the contract (roles, width, write scopes, verification), when…
scheduler
Use when work should happen later or repeatedly — 'schedule', 'routine', 'nightly', 'every morning', 'cron', 'remind me later', 'check back in an hour', 'watch this PR', '/scheduler'. Picks the right scheduler for the lifetime the work needs (cloud routine / session loop / desktop task), creates, lists, updates and…
ci
Use when the user wants CI status, failed-job logs, or help fixing a red build. Triggered by /ci, 'CI status', 'check the build', 'fix CI', 'why is CI failing', 'look at the build'. Auto-routes by state: status / logs / fix-proposal. Reads logs locally — never re-triggers builds without explicit user command.
done
Use when the user signals work completion with 'done', 'fertig', 'finished', 'abschluss', '/done'. Detects current branch (main vs feature), runs closure checks defined in CLAUDE.md, handles commit and push based on branch context, closes related GitHub issues, and reports a strict short summary.