# 旅讀線上課程

> 最專業的人文線上課，滿足你對知識的渴望

**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://orchina.kaik.io/search?q=KEYWORD](https://orchina.kaik.io/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://orchina.kaik.io/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 orchina.kaik.io.

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://orchina.kaik.io/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://orchina.kaik.io/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://orchina.kaik.io/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://orchina.kaik.io/openapi.json](https://orchina.kaik.io/openapi.json).

## Lecturers

- [李純瑀](https://orchina.kaik.io/@8): 旅讀講師
- [李屏瑤](https://orchina.kaik.io/@13): 旅讀講師
- [姚開陽](https://orchina.kaik.io/@26): 旅讀講師
- [朱國珍、李純瑀 、徐國能、陳茻](https://orchina.kaik.io/@6): 旅讀講師
- [朱嘉雯](https://orchina.kaik.io/@5): 旅讀講師
- [小旅讀](https://orchina.kaik.io/@21): 玩經典、長智識！
- [甘炤文](https://orchina.kaik.io/@22)
- [陳玠甫](https://orchina.kaik.io/@jiefu): 專業文化講師
- [鍾文音](https://orchina.kaik.io/@11): 旅讀講師
- [小熊維尼](https://orchina.kaik.io/@ts): TS_講師
- [陳易泰](https://orchina.kaik.io/@yitai): 旅讀講師
- [郝譽翔、陳茻、鴻鴻](https://orchina.kaik.io/@23)
- [林嘉澍](https://orchina.kaik.io/@17): 旅讀講師
- [郭延平](https://orchina.kaik.io/@kuoianping): 旅讀講師
- [黃淑瓊](https://orchina.kaik.io/@24): 旅讀講師
- [黃淑瓊](https://orchina.kaik.io/@25): 旅讀講師
- [張淑賢](https://orchina.kaik.io/@35)
- [黃偉雯](https://orchina.kaik.io/@4): 小瑪老師
- [鴻鴻](https://orchina.kaik.io/@14): 旅讀講師
- [何良正](https://orchina.kaik.io/@32): 旅讀講師
- [陳夏生](https://orchina.kaik.io/@hsiasheng): 旅讀講師
- [林谷芳老師 主持](https://orchina.kaik.io/@33): 旅讀講師
- [陳仕賢](https://orchina.kaik.io/@31): 旅讀講師
- [徐國能](https://orchina.kaik.io/@9): 旅讀講師
- [公孫策](https://orchina.kaik.io/@10): 旅讀講師
- [陳茻](https://orchina.kaik.io/@cp): 旅讀講師
- [管家琪](https://orchina.kaik.io/@15): 兒童文學作家
- [嚴定暹](https://orchina.kaik.io/@tyen): 旅讀講師
- [謝金魚](https://orchina.kaik.io/@goldfish): 旅讀講師
- [朱國珍](https://orchina.kaik.io/@7): 旅讀講師
- [梅朵](https://orchina.kaik.io/@16): 旅讀講師
- [苑默文](https://orchina.kaik.io/@mustafa): 旅讀講師
- [朱振藩](https://orchina.kaik.io/@19): 旅讀講師
- [葉言都](https://orchina.kaik.io/@18)
- [陳育陞](https://orchina.kaik.io/@12): 攝影師

## Developer & agent resources

- [Developer portal](https://orchina.kaik.io/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://orchina.kaik.io/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://orchina.kaik.io/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://orchina.kaik.io/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://orchina.kaik.io/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://orchina.kaik.io/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://orchina.kaik.io/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://orchina.kaik.io/openapi.json): the HTTP API surface.
- [Pricing](https://orchina.kaik.io/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://orchina.kaik.io/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://orchina.kaik.io/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://orchina.kaik.io/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://orchina.kaik.io/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [orchina.kaik.io/llms-full.txt](https://orchina.kaik.io/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 — ~875 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.
