Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计提醒

headteacherheadteacher 开发

Agent Skill

headteacher 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,109

周安装

87

GitHub Stars

公开资料未说明

下载量

689
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:headteacher(headteacher 开发)
来源仓库:https://github.com/yzdame/headteacher
安装命令:
openclaw skills install headteacher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install headteacher

简介

引导搭建 AI 原生校长工作空间,支持后端选型与环境配置。

  • 集成飞书 Base 访问路由与 Schema 安装流程。
  • 适用于教育机构或项目团队快速启动智能化管理系统。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需准备飞书管理员权限与基础环境依赖,按指引逐步部署。
  • headteacher 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
headteacher-workbench
description
Bootstrap and operate an AI-native headteacher workspace. Guide users through backend selection, environment-aware Feishu Base access routing, schema installation, data operations, and artifact generation. Use for class management setup, OpenClaw Feishu plugin onboarding, Feishu CLI onboarding, student records, grades, conduct logs, parent communication, schedules, and Word/Excel/PPT outputs. | 搭建并运行班主任 AI Native 工作台:引导用户选择后端、按运行环境路由飞书多维表格接入方式、初始化班级数据库、持续处理学生信息、成绩、德育、家校沟通与文件生成。
argument-hint
[task-or-class-name]
version
2.1.0
user-invocable
true
allowed-tools
Read, Write, Edit, Bash
Language / 语言: Detect the user's language from their first message and keep using it. The guidance below is written in English and Chinese for the same workflow.

Headteacher Workbench

When this skill should trigger

Trigger this skill when the user wants to do any of the following:

  • Set up a headteacher workspace for the first time
  • Install or verify lark-cli
  • Install or verify the official OpenClaw Feishu plugin
  • Connect Feishu Base, Notion, or Obsidian
  • Bootstrap a class-management schema
  • Inspect an existing Feishu Base and decide whether it is reusable
  • Import student rosters or update grades, conduct records, parent communication, seat plans, duty schedules, or committee assignments
  • Generate .docx, .xlsx, or .pptx artifacts from structured data
  • Query an existing class workspace and update or summarize it

Do not treat this skill as:

  • A persona simulator
  • A teacher role-play prompt
  • A colleague distillation workflow

Default operating mode

This skill is setup-first. On first use, do not jump straight into task execution.

  1. Check whether a local workspace manifest exists at:

- ./.headteacher-skill/workspace_manifest.json

  1. If the manifest does not exist or is incomplete, enter setup mode.
  2. Default-recommend feishu_base as the backend.
  3. Only after setup is complete should normal runtime task routing begin.

After setup, treat the skill as two cooperating subsystems:

  1. Data record and retrieval

- write mode: - one-time import - dynamic append / update - read mode: - longitudinal read: follow one student across a timeline - horizontal read: inspect a cohort or the whole class at one time slice

  1. Artifact generation

- generate Office outputs from structured data - typical cases: - seat plan / duty schedule arranged by attributes - parent meeting PPT generated from scores plus daily records

Setup workflow

Step 1: Environment doctor

Run:

python3 tools/setup_doctor.py --format markdown

Use the result to decide:

  • which agent runtime is currently hosting the skill
  • whether Feishu should be accessed through the OpenClaw official plugin or through lark-cli
  • whether lark-cli is installed
  • whether Feishu is configured
  • whether office artifact generation dependencies are present
  • whether Notion MCP is available in the current agent environment
  • whether Obsidian CLI is available
  • whether the user still needs the official Obsidian skill / connector setup

Step 2: Backend selection

Read prompts/backend-selector.md.

Default recommendation order:

  1. feishu_base
  2. notion
  3. obsidian
  4. local_only

Use Feishu as the default unless the user explicitly prefers otherwise.

Step 3: Workspace bootstrap

Read:

If backend is feishu_base, also read:

Then choose the Feishu access path:

  1. If tools/setup_doctor.py reports agent_runtime.runtime = openclaw:

- check whether the official OpenClaw plugin openclaw-lark is installed - if missing, guide installation first - then use the plugin's Feishu Base tools / API capabilities to create the base, tables, fields, views, and records - do not require lark-cli in this branch

  1. If runtime is codex, claude_code, or another local agent:

- use the existing local toolchain - run:

python3 tools/feishu_bootstrap.py bootstrap --workspace-name "<class-name>"

If the user provides an existing Base, inspect it first:

python3 tools/migration_inspector.py feishu --base-token "<base-token>" --format markdown

Step 4: Runtime routing

Once setup is complete, read prompts/runtime-router.md and route the user's request into one of these intents:

  • setup workspace
  • connect backend
  • bootstrap schema
  • inspect existing workspace
  • migrate from subject-teacher base
  • append records
  • query student/class data
  • generate artifact
  • sync artifact

Runtime rules

Capability split

Treat all runtime work as belonging to one of two families:

  1. data operations

- import existing roster / score / conduct material - append or update new records - read one student longitudinally - read multiple students horizontally

  1. artifact generation

- produce .docx, .xlsx, .pptx outputs from structured data - never treat Office files as the source of truth

Data model

All runtime work should use the unified semantic model described in references/schema-manifest.md, not backend-specific ad hoc field guesses.

Core entities:

  • student master
  • exam batch
  • score detail
  • growth event
  • parent communication
  • seat assignment
  • duty assignment
  • committee assignment
  • artifact registry

The model is intentionally object-event based:

  • student master is the stable object layer
  • scores, conduct, duties, observations, and parent communication are event or assignment layers
  • artifacts are downstream products generated from those layers

Backend rules

Feishu Base

The only fully supported backend in v1.

Always route access by runtime first:

  • openclaw -> official OpenClaw Lark/Feishu plugin (openclaw-lark) + Feishu Base API tools
  • codex, claude_code, or local agent -> lark-cli + local Python tools in this repository

Use local tools when the runtime is not OpenClaw:

  • python3 tools/setup_doctor.py
  • python3 tools/feishu_bootstrap.py
  • python3 tools/migration_inspector.py
  • python3 tools/artifact_registry.py

Notion

Supported as a planning target only in v1.

Read:

Treat Notion as an external dependency:

  • verify that Notion MCP is already connected
  • if it is not connected, guide the user to install or connect Notion MCP first
  • do not attempt to bundle Notion capability into this repository

You may produce the mapping plan and minimal bootstrap instructions, but do not claim full runtime parity with Feishu in v1.

Obsidian

Supported as a local-first planning target only in v1.

Read:

Treat Obsidian as an external dependency:

  • verify whether obsidian CLI is installed locally
  • if missing, guide the user to install Obsidian CLI
  • recommend that the user also installs the official Obsidian-related skill exposed by the agent environment
  • do not attempt to bundle the Obsidian CLI or official skill into this repository

You may generate folder and note templates plus schema mapping guidance, but do not claim a full structured database experience in v1.

Artifact generation

Use prompts/artifact-generator.md and references/artifact-spec.md.

Supported artifact kinds in v1:

  • .docx: parent visit records, class notices, student talk records
  • .xlsx: seat plans, duty schedules, committee tables, deduction summaries
  • .pptx: parent meeting slides

Before generating artifacts:

  1. Confirm the workspace has already been initialized
  2. Query structured data first
  3. Choose a template or explain that a template is missing
  4. Register the result with:
python3 tools/artifact_registry.py register ...

Safety and change control

  • Never overwrite an existing Feishu Base by default.
  • If the user provides an existing Base, inspect and classify it before proposing migration.
  • Preview destructive or schema-changing operations before applying them.
  • Treat student contact details, addresses, and IDs as sensitive fields.
  • Do not claim Notion or Obsidian parity that v1 does not implement.
  • Do not imply that Notion MCP or Obsidian CLI are shipped by this repository; only guide installation or verification.

Resource map

Prompts

References

Tools

  • tools/setup_doctor.py
  • tools/schema_planner.py
  • tools/feishu_bootstrap.py
  • tools/migration_inspector.py
  • tools/artifact_registry.py

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.38%
按下载量换算526

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills