---
layout: home

hero:
  name: MobiusQuant Docs
  text: Install the Skill in one command
  tagline: Drop OpenMobius-skill into Claude Code / Codex / OpenClaw / Hermes — your AI agent gains 964 knowledge cards, live market data, 56 indicators, and chart generation.
  image:
    src: /logo.svg
    alt: MobiusQuant
  actions:
    - theme: brand
      text: Install the Skill →
      link: /skills
    - theme: alt
      text: API Token (optional)
      link: /token
    - theme: alt
      text: GitHub
      link: https://github.com/MobiusQuant/OpenMobius-skill

features:
  - icon: 🚀
    title: Skill — start here
    details: One command to install OpenMobius-skill into Claude Code / Codex / OpenClaw / Hermes. Knowledge base + live data + indicators auto-invoked by description match.
    link: /skills
    linkText: Install guide →
  - icon: 🔑
    title: API Token
    details: Anonymous 10 req/min per IP · with token 60 req/min · free 7-day trial or permanent (login)
    link: /token
    linkText: Apply →
  - icon: 📈
    title: Markets
    details: 12 venues · ~526 symbols across crypto, A-shares, Hong Kong, US, forex, and commodities
    link: /markets
    linkText: Read →
  - icon: 📊
    title: Indicators
    details: 56 technical indicators with knowledge-attached responses (signal definitions, caveats, summary focus)
    link: /indicators/
    linkText: Read →
---

## Quick start

**The easiest way — let your AI agent install it:**

Copy the snippet below and paste it into Claude Code / Codex / OpenClaw / Hermes:

```
Install OpenMobius-skill on my machine. Follow this playbook exactly:
https://github.com/MobiusQuant/OpenMobius-skill/blob/main/README_AGENT.md
```

The agent runs the 6-step install playbook automatically (preflight → platform detect → deps → model → skill registration → health check). Takes 5–10 minutes; it'll pause for confirmation when needed.

> Prefer running it yourself? See [Skill install guide — Advanced](/skills#advanced-run-the-commands-yourself).

Once installed, just ask in natural language:

```
"What is Liquidity Sweep"
[attach chart] "analyze this setup"
"How is BTC 4h looking, give me a chart"
"BTC 1h RSI(14) and MACD?"
```

That's it. See the [Skill install guide](/skills) for platform flags, update, uninstall, and troubleshooting.

::: tip API Token is optional
Anonymous mode (no token) gets you 10 req/min per IP — plenty for trying out. Add a free token for 60 req/min. [Apply →](/token)
:::

## For AI agents

This documentation site is designed to be machine-friendly:

- [`/llms.txt`](/llms.txt) — site index in English (≤ 2 KB)
- [`/llms-full.txt`](/llms-full.txt) — entire docs in English, structured (~25 KB, fetch once)
- Every HTML page has a sibling `.md` (raw markdown) at the same path
- See [`/agents`](/agents) for the full AI Agent operating manual

## Other entry points

- Interactive API docs (Swagger): <https://api.mobiusquant.ai/docs>
- Engine operating manual (machine-friendly): <https://api.mobiusquant.ai/agents.md>
- Open-source Skill repo: <https://github.com/MobiusQuant/OpenMobius-skill>
