# 張寶文線上音樂教學

> 學習音樂千萬不要是視譜彈奏的機器人 我的教學系統幫助你用理解方式學音樂，不再是....憑感覺、彈久了就懂、沒譜就不會彈!! 給你魚桿勝過給你魚，當你明白你為何會這麼彈? 那你彈奏將可隨心所欲

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

## Courses

- [鋼琴彈奏(初階)最新課程](https://piano.kaik.io/courses/pianonew1): 此課程不適合鋼琴小白哦
- [爵士樂理應用(初階)最新課程](https://piano.kaik.io/courses/jazztheorynew1): 學樂理不是讀理論，而是清楚知道可以怎麼做
- [爵士樂理應用(進階)最新課程](https://piano.kaik.io/courses/jazztheorynew2): 探討更多現代音樂理論應用
- [電子琴彈奏(初階)最新課程](https://piano.kaik.io/courses/keyboardnew1): 建議機型使用 YAMAHA SX-900或 SX-700者學習
- [電子琴彈奏(進階)最新課程](https://piano.kaik.io/courses/keyboardnew2): 建議機型使用 YAMAHA SX-900或 SX-700者學習
- [電子琴自彈自唱(初階)最新教學](https://piano.kaik.io/courses/keyboardsingnew1): 透過電子琴操作，完成彈唱夢想
- [電子琴自彈自唱(進階)最新教學](https://piano.kaik.io/courses/keyboardsingnew2): 更多和聲/伴奏技巧學習
- ["經典"爵士流行鋼琴彈奏-初階(入門課程)](https://piano.kaik.io/courses/jazzpianoplay): 關於鋼琴彈奏技巧系統教學
- ["經典"鋼琴自彈自唱-初階(入門學習)](https://piano.kaik.io/courses/jazzpianosing): 深入淺出的說明，讓完全初學者可以輕鬆上手
- ["經典"電子琴彈奏課程- 初階1](https://piano.kaik.io/courses/keyboard1): 50%的彈奏+50%的操作=100%的電子琴學習觀念
- ["經典"電子琴自彈自唱- 初階1](https://piano.kaik.io/courses/keyboard2): 學習不同音色的特點去伴奏，並了解如何彈在最適合的拍點上

## Digital Downloads

- [鋼琴(初階)彈奏歌譜-上海灘](https://piano.kaik.io/digital-downloads/e68eb1e9-a7a9-4f79-b526-e0174b40b051): NT$100

## Lecturers

- [張寶文線上音樂教學](https://piano.kaik.io/@jazzpiano): 阿寶老師

## Developer & agent resources

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

## Optional

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