Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

headteacher

v2.1.0

Bootstrap and operate an AI-native headteacher workspace. Guide users through backend selection, environment-aware Feishu Base access routing, schema install...

0· 63·0 current·0 all-time
byLeyuDame2@yzdame

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yzdame/headteacher.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "headteacher" (yzdame/headteacher) from ClawHub.
Skill page: https://clawhub.ai/yzdame/headteacher
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install headteacher

ClawHub CLI

Package manager switcher

npx clawhub@latest install headteacher
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill's stated purpose is to bootstrap and operate Feishu Base workspaces and to generate Office artifacts. The included tools (feishu_bootstrap.py, migration_inspector.py, schema_planner.py, etc.) match that purpose. However, registry metadata says 'required binaries: none' and 'required env vars: none', while SKILL.md and the tools repeatedly require and call 'lark-cli' and accept/require a Feishu base token for inspections/bootstrap. The skill should have declared lark-cli (or the OpenClaw plugin) and the need for user-provided Feishu credentials/tokens; omitting these is an incoherence.
Instruction Scope
Runtime instructions explicitly tell the agent to run local Python tools and to call lark-cli (or use the OpenClaw plugin) and to accept a '--base-token' for inspecting an existing Base. The instructions confine operations to workspace setup, schema creation, inspection, artifact generation, and writing state under .headteacher-skill. They do not, in the visible content, instruct reading unrelated system secrets; however they do run subprocess commands that will interact with remote Feishu APIs via lark-cli. Because SKILL.md does not list the externally required binaries/credentials, an operator may be surprised when asked to provide tokens or install lark-cli.
Install Mechanism
There is no install spec (instruction-only in registry), and the repository includes Python tools plus a requirements.txt. This is low-risk from an install/download standpoint. The tools use subprocess to invoke lark-cli and write local state under .headteacher-skill/artifact_registry.json and workspace_manifest.json — expected for this functionality. No remote arbitrary installers or unknown URL downloads are present in the provided files.
!
Credentials
The skill will need access to Feishu (via lark-cli or OpenClaw plugin) and to user-supplied Base tokens when inspecting existing bases, but the registry metadata lists no required env vars or primary credential. That omission is disproportionate: operators should be informed upfront that Feishu tokens/config and lark-cli (or the OpenClaw plugin) are required. Aside from Feishu-related inputs, the skill does not request broad unrelated credentials (no AWS, no DB passwords) in the visible files.
Persistence & Privilege
The skill does create and use a local state directory (.headteacher-skill) to store workspace_manifest.json and artifact_registry.json, which is within scope. It does not set 'always: true' and does not appear to modify other skills or system-wide configuration. Autonomous invocation is allowed (platform default) but not combined with other high privileges here.
What to consider before installing
This skill appears to implement the advertised headteacher workspace functionality, but it omits declaring some required runtime items — notably lark-cli (or the OpenClaw Feishu plugin) and the need to provide Feishu base tokens/credentials when inspecting or bootstrapping an existing Base. Before installing or running it: - Review the repository source and confirm you trust the author (no homepage/source is listed). - Expect the skill to create and write files under a local .headteacher-skill directory (workspace_manifest.json, artifact_registry.json). - The toolchain uses subprocess to call lark-cli; if you run this, lark-cli will communicate with Feishu. Only provide Base tokens or configure lark-cli if you trust the environment and the skill. - If you prefer not to install lark-cli, run the skill inside OpenClaw only if you trust the official openclaw-lark plugin path (the skill prefers that approach and claims not to require lark-cli in that branch). - Consider asking the author or maintainer to: 1) document required binaries and credentials in the skill metadata and README, and 2) explain exactly where credentials are read/stored. Given the mismatched metadata vs. actual instructions, proceed with caution (review the Python scripts locally, test in a sandbox environment, and only supply tokens interactively when you understand the flow).

Like a lobster shell, security has layers — review code before you run it.

latestvk978fkjxytk1pr74dmmmwcnbrd851e87
63downloads
0stars
1versions
Updated 1w ago
v2.1.0
MIT-0

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
  2. If the manifest does not exist or is incomplete, enter setup mode.
  3. Default-recommend feishu_base as the backend.
  4. 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
  2. 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
  2. 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
  2. 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

Comments

Loading comments...