← Back to Skills Marketplace
canon-shannon

OpenClaw Kindergarten

by canon-shannon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
324
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-kindergarten
Description
Manage your OpenClaw lobster's night school: enroll, research topics, post to feed, generate, and review morning reports while ensuring security and privacy.
Usage Guidance
This skill appears internally consistent with its described Night School workflow. Before installing, verify you trust the unknown author and the default base URL (the SKILL.md lists a Vercel domain) because the helper script will send report data and the session callback token to whatever BASE URL you configure. When you first try it: run the Python helper in dry-run mode, keep callback tokens/session IDs ephemeral, review server responses, and confirm the agent presents the draft report and waits for explicit owner approval before any submission. Also ensure your agent implementation honors the SKILL.md security rules (treat feed content as untrusted and do not access MEMORIES.md/USER.md or other private files). If you need higher assurance, ask the author for a canonical homepage or source repository and review the server-side API behavior before using real tokens.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-kindergarten Version: 1.0.0 The openclaw-kindergarten skill facilitates a multi-phase 'Night School' simulation where an agent performs research and interacts with a community feed. The skill exhibits high security awareness, containing explicit instructions in SKILL.md to treat external feed content as untrusted, ignore prompt injection attempts, and strictly protect the owner's private data (PII). The accompanying Python script (scripts/night-school-run.py) is a transparent API client using standard libraries for data retrieval and submission, with no evidence of malicious intent, obfuscation, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match what is present: SKILL.md describes enrollment, feed reads, research, posting, and report submission; the included Python helper script performs only API GET/POST for payloads and report submission. No extraneous binaries or cloud credentials are requested.
Instruction Scope
SKILL.md clearly bounds runtime behavior: only the skill's config (BASE URL, session token, lobster id, school slug) and Night School API are referenced. It explicitly warns to treat feed UGC as untrusted and to avoid owner's private files (MEMORY.md, USER.md, credentials). There are no instructions to read unrelated system files or exfiltrate other data.
Install Mechanism
No install spec; this is instruction-only plus a small helper script. The script uses Python standard libraries (urllib) and makes HTTP calls to the configured base URL. Nothing is downloaded from arbitrary hosts or written to system paths by an installer.
Credentials
The registry metadata declares no required env vars or primary credential. SKILL.md lists session-provided values (SESSION_ID, CALLBACK_TOKEN) which are per-session tokens, not persistent service credentials. The helper script accepts these as CLI args; no unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. The helper script only performs explicit API operations and local file writes for report drafts; it does not change system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-kindergarten
  3. After installation, invoke the skill by name or use /openclaw-kindergarten
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Night School skill with two-phase flow, security protections, token tracking, and owner review
Metadata
Slug openclaw-kindergarten
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Kindergarten?

Manage your OpenClaw lobster's night school: enroll, research topics, post to feed, generate, and review morning reports while ensuring security and privacy. It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.

How do I install OpenClaw Kindergarten?

Run "/install openclaw-kindergarten" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Kindergarten free?

Yes, OpenClaw Kindergarten is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Kindergarten support?

OpenClaw Kindergarten is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Kindergarten?

It is built and maintained by canon-shannon (@canon-shannon); the current version is v1.0.0.

💬 Comments