# 品沐文教工作室

> Hello我是Penny，兩個孩子的媽咪、兒童財商教育者，也是正向教養推廣者。 在這裡，你會看到： ✅ 超實用的兒童財商小技巧，輕鬆教孩子懂錢又懂事 ✅ 親子表達溝通力 ✅ 溫暖又有力量的正向教養觀念，打造親密又幸福的親子關係 ✅ 我與數百個家庭的真實陪跑故事，讓你看到家庭改變的力量 我的使命是透過財商教育與正向教養，幫助更多家庭從零開始，建立有系統的金錢思維與親子對話模式，養出富足、有智慧、又幸福的孩子！

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

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://richchild.net/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`.
- **Member API** (signed-in member's own data): POST GraphQL to https://richchild.net/member/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, event registrations, digital products, consulting services. These answer what was bought, not order records: no order number, coupon code, refund status or invoice. The member notification inbox (`notifications`, `unreadNotificationCount`, `notificationSubscriptions`) is here too, with `markNotificationRead` / `markAllNotificationsRead` / `updateNotificationSubscription` mutations under `account:write`. Obtain the token as described in [auth.md](https://richchild.net/auth.md).
- **Markdown**: add `.md` to a page path (`/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://richchild.net/openapi.json](https://richchild.net/openapi.json).

## Posts

- [孩子學財商不是為了變有錢](https://richchild.net/posts/8): 而是為了不失去選擇
- [從大腦科學看兒童財商](https://richchild.net/posts/7): 你不破圈，孩子只會在同一個圈裡打轉
- [Alex 站在 101 頂端](https://richchild.net/posts/6): 你不需要教他怎麼一步登天
- [小孩就要富養才有快樂童年？](https://richchild.net/posts/5): 我們現在是照顧孩子還是滿足自己
- [別讓老師幫你的孩子收爛攤子:財商教育從家務開始](https://richchild.net/posts/4): 別把教養責任外包給學校
- [最近打開手機不管是 KOL 還是大平台都在推兒童財商課](https://richchild.net/posts/3): 一般線上課程與陪跑教練的差別
- [巴菲特：「當潮水退去後，才知道誰在裸泳。」](https://richchild.net/posts/2): 財商教養也是
- [單親媽媽背負信貸](https://richchild.net/posts/1): 轉變從學財商開始

## Lecturers

- [品沐文教工作室](https://richchild.net/@1): 兒童財商陪跑導師

## Developer & agent resources

- [Developer portal](https://richchild.net/developer-portal): human-readable hub — OAuth client onboarding (vendor platforms and self-asserted CIMD clients), 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://richchild.net/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://richchild.net/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Member API](https://richchild.net/member/graphql): member-scoped GraphQL (POST, `Authorization: Bearer`) — the signed-in member's own profile, enrollments, progress, event registrations, digital products and consulting services, plus the notification inbox, read with `account:read`; the notification mark-read and subscription mutations require `account:write`. These are not order records — no order number, coupon code, refund status or invoice. See the authentication guide for obtaining a token.
- [AI catalog](https://richchild.net/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://richchild.net/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://richchild.net/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://richchild.net/openapi.json): the HTTP API surface.
- [Pricing](https://richchild.net/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://richchild.net/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://richchild.net/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://richchild.net/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://richchild.net/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [richchild.net/llms-full.txt](https://richchild.net/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 — ~2.2k 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.
