Agent skill · Workflow & Productivity

longbridge-market-temp

Market-level state from Longbridge Securities — market temperature index (0–100, higher = more bullish), trading session times (open/close), and the trading day calendar (with half-days). Triggers: "今天开盘吗", "今天美股开市吗", "几点开盘", "下个交易日", "市场情绪", "牛熊度数", "温度计", "市场温度", "今天開盤嗎", "幾點開盤", "下個交易日", "市場情緒", "溫度計", "is the market open", "trading hours", "next trading day", "market temperature", "market sentiment".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-market-temp --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-market-temp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-market-temp Market-level state: open / close, calendar, sentiment temperature. Symbol-level questions belong in `longbridge-quote`. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## Subcommands > The `MARKET` argument is **positional** (not a `--market` flag). Run `longbridge <subcommand> --help` to confirm. | CLI command | Returns | |---|---| | `longbridge market-temp <MARKET> --format json` | Today's market temperature (0–100). Add `--history --start --end` for a time series. Default market = `HK`. | | `longbridge trading session --format json` | Trading sessions for all markets (open / close times). | | `longbridge trading days <MARKET> [--start --end] --format json` | Trading day calendar with half-days. Default market = `HK`. | ## Market mapping LLM maps colloquial names to the positional `<MARKET>`: | User says | `<MARKET>` | |---|---| | 美股 / US / Nasdaq / S&P / Dow | `US` | | 港股 / HK / Hang Seng / 恒生 / 恆生 | `HK` | | A 股 / 沪 / 深 / 上证 / 深证 / SH / SZ | `CN` (aliases: `SH`, `SZ`) | | 新加坡 / SG / Straits / 海峡 / 海峽 | `SG` | `trading session` does not take a market argument; it returns all markets in one ca

What's inside
Steps it walks through
  1. Subcommands
  2. Market mapping
  3. When to use
  4. Workflow
  5. CLI
  6. Output
  7. Error handling
  8. MCP fallback
  9. Related skills
  10. File layout
Ships with 1 file
  • metadata.json
Commands it runs
longbridge market-temp     HK                                          --format json
longbridge trading session                                              --format json
longbridge trading days    US --start 2026-04-28 --end 2026-05-31       --format json
longbridge market-temp     HK --history --start 2026-01-01 --end 2026-04-28 --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-market-temp skill do?

Market-level state from Longbridge Securities — market temperature index (0–100, higher = more bullish), trading session times (open/close), and the trading day calendar (with half-days). Triggers: "今天开盘吗", "今天美股开市吗", "几点开盘", "下个交易日", "市场情绪", "牛熊度数", "温度计", "市场温度", "今天開盤嗎", "幾點開盤", "下個交易日", "市場情緒", "溫度計", "is the market open", "trading hours", "next trading day", "market temperature", "market sentiment".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-market-temp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going