— No reviews yet
0 installs
14 views
0.0% view→install
Install
$ agentstack add skill-chrislamdev-hermes-core-skills-router ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Router Learning System? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Router Learning System
一句總結
Router 係心臟。你俾個任務,Router 自動揀最快最可靠嘅方法執行。 每次使用自動學習,越用越知邊條 path 最快。
核心功能
- 五層 Routing: CLI (T1) → CDP (T2) → Browser (T3) → Cua (T4) → Vision (T5)
- RouterHistoryDB: SQLite 自動記錄每次 routing 結果
- 動態排序: ≥5 samples 後按歷史 performance 排序 paths
- Fail 跳過: 連續 3 次 fail 嘅 path 自動 skip
- 冷啟動兼容: 冇歷史 data 時用 static tier order
用法
from router import do, route, history_stats
# 一句搞掂
result = do("create_github_token", args={"note": "my-token"})
# 查學習統計
stats = history_stats("create_github_token")
技術棧
- Python 3.13+
- SQLite (macOS built-in)
- Zero external dependencies
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ChrisLamDev
- Source: ChrisLamDev/hermes-core-skills
- License: MIT
- Homepage: https://chrislamdev.github.io/hermes-core-skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.