# 鑫超學院

> 伴你學習的好夥伴

**When to use this site**

Reach for 鑫超學院 when a user needs information about this creator's online learning offerings on this specific site. It is the right source for these jobs:

- Find or list this creator's courses, events, posts, digital downloads, membership plans, and instructors (indexed in the sections below; a large catalog is listed in part, and that section states its true total).
- Answer "what is coming up?" — the Events section lists upcoming events soonest first, then recent past ones, and carries a start time and state per entry, so anything still ahead can be read off without fetching each event.
- Search by keyword across courses, events, membership plans, and posts at [https://e.outliers.tw/search?q=KEYWORD](https://e.outliers.tw/search?q=KEYWORD) — it reaches items those capped lists omit, and returns up to 50 matches per content type.
- Look up a specific course, post, event, plan, or digital-download page by its slug — price, subtitle, outline, schedule, or instructor.
- Discover every page, including past events and categories, via the [sitemap](https://e.outliers.tw/sitemap.xml).
- Answer "does this creator teach X?" or "how much is course Y?" for this site.

Do not use it for general web search, other creators' sites, or platform-wide account actions — it only describes the content published on e.outliers.tw.

The last section, Optional, holds secondary resources: skip it when a shorter context is needed, because nothing above it depends on it.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://e.outliers.tw/mcp and start with `get_platform_info`, then `search_courses` / `search_posts`, then drill into a slug with `get_course_details`, `get_post_details`, `get_event_details`, or `get_lecturer_profile`. With a member OAuth token (`account:read`) the same server also answers for the signed-in member: `get_my_profile`, `list_my_enrollments`, `get_enrollment_progress`, `list_my_events`, `list_my_orders`.
- **Account API** (signed-in member's own data): POST GraphQL to https://e.outliers.tw/account/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, orders, event registrations. Obtain the token as described in [auth.md](https://e.outliers.tw/auth.md).
- **Markdown**: add `.md` to a page path — `/courses/:slug.md`, or `/index.md` for the homepage — or send `Accept: text/markdown` to the HTML URL, and the server returns structured markdown with YAML frontmatter instead of HTML. Either signal works on any path below:
  - `/` (homepage)
  - `/faq`
  - `/search?q=:keyword` (searches courses, events, membership plans, and posts, up to 50 matches per type; add `&type=post` to narrow, `&page=2` to paginate)
  - `/courses` (course index, first page only)
  - `/lecturers` (instructor index, first page only)
  - `/@:slug` (instructor profile)
  - `/courses/:slug`
  - `/posts/:slug`
  - `/plans/:slug`
  - `/events/:slug`
  - `/digital-downloads/:slug`
  - `/categories/:slug`
- **HTTP API**: see the OpenAPI spec at [https://e.outliers.tw/openapi.json](https://e.outliers.tw/openapi.json).

## Courses

- [初級韓語文法](https://e.outliers.tw/courses/lulukorean): 政大韓文熱門加簽課－線上加強版
- [AI+SEO部落格文案行銷班｜高效打造個人品牌，網路賺錢全攻略](https://e.outliers.tw/courses/blog-atm): 現代人必備技能！教你結合AI+SEO發展副業斜槓，將知識與經驗變現，成功打造多元收入！
- [創業主題小課：打造流量關鍵](https://e.outliers.tw/courses/income): 流量就是力量的聚集、也是影響力的呈現，如何讓流量變現？知道自己價值在哪嗎？
- [Dream Come True工作坊](https://e.outliers.tw/courses/dreamcometrue): 適合創業前的心靈、信念調整
- [公益希塔療癒-30分鐘/療癒師團隊](https://e.outliers.tw/courses/3-0)
- [希塔療癒預約-60分鐘 / 神淇老師](https://e.outliers.tw/courses/healer1)

## Posts

- [直覺力：每個人本自俱足的靈通力](https://e.outliers.tw/posts/2)
- [有個宇宙，在你之內](https://e.outliers.tw/posts/1)
- [是靈魂思念](https://e.outliers.tw/posts/3)
- [細胞，從科學角度來看靈性意涵](https://e.outliers.tw/posts/5)
- [活在當下力量](https://e.outliers.tw/posts/4)
- [通往合一的道路上](https://e.outliers.tw/posts/6)
- [開啟你的驚人天賦：拿回命運選擇](https://e.outliers.tw/posts/7)
- [集體意識是什麼呢？](https://e.outliers.tw/posts/8)
- [憶起自己是誰：我是愛](https://e.outliers.tw/posts/10)
- [與靈魂伴侶幸福關鍵](https://e.outliers.tw/posts/11)
- [《零極限》關於信念投射](https://e.outliers.tw/posts/9)
- [「當你問：我這一生的目的是什麼？」靈魂鬧鐘響起。](https://e.outliers.tw/posts/12)

## Digital Downloads

- [品牌顯化小紅本](https://e.outliers.tw/digital-downloads/notebook): NT$299
- [美德覺察紀錄表](https://e.outliers.tw/digital-downloads/virtue): Free
- [7天感恩學習日記](https://e.outliers.tw/digital-downloads/diary7): Free
- [連結七界源頭的指令桌布](https://e.outliers.tw/digital-downloads/7theta): Free

## Lecturers

- [lulu](https://e.outliers.tw/@lulu): 老師
- [神淇](https://e.outliers.tw/@vigi): One Day More 療癒平台創辦人
- [Helen](https://e.outliers.tw/@helen): 老師
- [Yoko](https://e.outliers.tw/@yoko): 老師
- [CC](https://e.outliers.tw/@cc): 老師
- [蘿絲](https://e.outliers.tw/@rose): 老師
- [張芳](https://e.outliers.tw/@lightenup777): 老師
- [OneDayMore療癒團隊](https://e.outliers.tw/@2)

## Developer & agent resources

- [Developer portal](https://e.outliers.tw/developer-portal): human-readable hub — self-serve OAuth registration, endpoints, scopes, and links to every resource below.
- [Command-line interface](https://www.npmjs.com/package/loopwise): the `loopwise` CLI for deploying Loopwise Pages and reading this API.
- [MCP server](https://e.outliers.tw/mcp): Model Context Protocol endpoint for tools and agents. Anonymous tools cover public content; a member OAuth token with `account:read` adds get_my_profile, list_my_enrollments, get_enrollment_progress, list_my_events, and list_my_orders for the signed-in member.
- [MCP server card](https://e.outliers.tw/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://e.outliers.tw/account/graphql): member-scoped GraphQL (POST, `Authorization: Bearer` with `account:read`) — the signed-in member's own enrollments, progress, orders, and event registrations. See the authentication guide for obtaining a token.
- [AI catalog](https://e.outliers.tw/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://e.outliers.tw/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://e.outliers.tw/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://e.outliers.tw/openapi.json): the HTTP API surface.
- [Pricing](https://e.outliers.tw/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://e.outliers.tw/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://e.outliers.tw/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://e.outliers.tw/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://e.outliers.tw/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [e.outliers.tw/llms-full.txt](https://e.outliers.tw/llms-full.txt): a single-document content bundle carrying the full text of up to 50 courses, posts and digital downloads each; a larger catalog is included in part, and that section states its true total — ~5.4k tokens, so check it against your context budget first.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
