@family-ai-skill/family-education-store
v0.1.0
Published
Public-store OpenClaw companion plugin for Family AI education skills.
Maintainers
Readme
Family Education Store Plugin
Public-store OpenClaw companion plugin for Family AI education skills.
Install
openclaw plugins install @family-ai-skill/family-education-storeRestart the OpenClaw Gateway afterwards.
Configure
Set the hosted vendor API config under plugins.entries.family-education-store.config:
openclaw config set plugins.entries.family-education-store.config.vendorApiBase https://api.seedlight.app
openclaw config set plugins.entries.family-education-store.config.vendorApiKey fai_workspace_xxx
openclaw config set plugins.entries.family-education-store.config.clientName "OpenClaw Store Plugin"Do not run multiple openclaw config set commands in parallel.
What this plugin exposes
edu_math_generateedu_math_analyzeedu_reading_generate
This public plugin is fixed to the public-store tool surface and is intended to pair with the ClawHub skills:
math-tutor-litereading-coach-lite
Scope
- Connects public OpenClaw store skills to the hosted Family AI vendor API
- Does not expose the private-workspace tool surface
- Defaults
vendorApiBasetohttps://api.seedlight.app
Source bundle helper
Release bundles also include bind_openclaw_store_plugin.py for activation-token exchange and sequential config writes, but that helper is not required for the basic npm install path.
