← Back to Skills Marketplace
drpepper8888

Human Level Up

by Pejic · GitHub ↗ · v3.1.0 · MIT-0
cross-platform ⚠ suspicious
129
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install human-level-up
Description
Extracts core principles from your input, tests your understanding with challenging questions, and rewards progress with evolution points for cognitive growth.
README (SKILL.md)

Skill: Human-Level-Up

[Metadata]

  • Name: Human-Level-Up (人类进化协议)
  • Version: 3.0.0
  • Author: Pejic
  • Description: 拒绝AI喂饭!图灵测试反转协议。AI负责扫描并提取认知重点,你负责接受强制脑力突袭。只有通过测试,才能获得进化值。
  • Trigger Words:
    • "学到了什么"
    • "我能学到什么"
    • "开始进化"
    • "Level up"
    • "提取"
    • "认知原子"
    • "来一道"
    • "脑力突袭"
    • "重点"
    • "精华"
    • "图灵反转"
    • "来比一比"
  • Category: Education / Productivity
  • Tags: ["Learning", "Gamification", "Cognitive-Science", "Anti-Lazy", "Turing"]

[Capabilities]

  • Core-Logic Distillation: 提取物理/逻辑层面的"第一性原理"
  • Stress-Test Generation: 基于上下文实时生成高难度应用题
  • Feedback Loop: 工科驱动的纠错机制与进化值奖励
  • Map Generation: 自动解构内容并生成重点模块
  • Evolution Points: 量化学习成果,每次通过测试获得进化值
  • Turing-Mode: 倒转图灵测试 - 你来证明比AI更强

[Usage Guide]

  1. 输入或上传你想要掌握的内容(长文、代码、论文、对话记录)
  2. 发出触发指令:"学到了什么?" 或 "我能学到什么?"
  3. AI 会输出重点模块列表,请选择一个模块开始
  4. 深度阅读 AI 给出的认知原子并迎接脑力突袭
  5. 答对获得进化值,答错接受再教育
  6. 如果想挑战图灵反转,说"图灵反转"或"来比一比"
  7. 终极目标:在图灵测试中证明人类不比AI差

[Copyright]

© 2026 Pejic. Powered by the desire for human cognitive sovereignty.

Usage Guidance
What to consider before installing or running this skill: - The code and instructions are coherent with the claimed purpose (extracting key points, generating quizzes, tracking points). There are no required secrets or special binaries. - A prompt-injection signal (unicode control characters) was detected in the SKILL.md/prompt files. That can be used to try to manipulate model behavior or hide content; open the SKILL.md and prompt.md in a plain-text editor, remove suspicious invisible characters, and re-check the prompts before use. - The package has no enforced install step in the registry, but README shows example installation (pip, Docker, GitHub). If you install dependencies or run the Docker image, do so in an isolated environment (virtualenv, container) and verify the upstream repository/image authors (the provided URLs are examples and should be vetted). - The scripts write a local file (evolution_data.json). If you need to keep your environment clean, run the skill in a sandboxed directory or container. - The README contains optional network examples (bookmarklet, API endpoints, ghcr Docker image). If you deploy any of those, verify the remote endpoints and images — they could introduce network I/O or external code not present in the shipped scripts. Recommended actions before proceeding: 1. Inspect prompt.md and SKILL.md for hidden/unicode control characters and remove them. 2. Review scripts and requirements.txt locally; if you will install dependencies, do so inside a virtualenv or container. 3. If you plan to deploy a web/API or use the Docker image, validate the source (GitHub/ghcr) and review any server-side code for external network behavior. 4. Run the scripts on non-sensitive sample files first to confirm behavior, and back up or isolate directories where evolution_data.json will be written. If you want, I can: (a) show lines from SKILL.md around the detected control chars, (b) produce a sanitized prompt.md with invisible characters removed, or (c) scan the included Python files for any additional red flags.
Capability Analysis
Type: OpenClaw Skill Name: human-level-up Version: 3.1.0 The skill bundle is a gamified educational tool designed to help users learn from documents through 'cognitive atom' extraction and quizzes. The Python scripts (extract.py, quiz_generator.py, and evolution_tracker.py) handle local text processing and state management via a local JSON file without any network calls, obfuscation, or attempts to access sensitive system files. The instructions in skill.md and prompt.md are strictly aligned with the stated purpose of providing a Feynman-style learning experience and tracking 'evolution points'.
Capability Assessment
Purpose & Capability
Name/description align with included scripts: extract.py extracts key points, quiz_generator.py builds quizzes, and evolution_tracker.py stores progress. No credentials, binaries, or unrelated capabilities are requested.
Instruction Scope
SKILL.md / prompt.md contain explicit runtime instructions for extracting content, generating quizzes, scoring, and running a 'Turing-mode' comparison — all consistent with the skill. However, the pre-scan found unicode-control-chars in SKILL.md (prompt-injection pattern), which may be an attempt to influence model behavior or obfuscate text. The instructions also include deployment examples (webhook/API, Docker, browser bookmarklet) that, if used, could introduce external network behavior not present in the shipped scripts.
Install Mechanism
There is no install spec in the registry entry (instruction-only), so nothing will be automatically downloaded or executed by the installer. The repository includes a requirements.txt (arxiv==2.1.0 and 'datetime') referenced in README examples; installing those would pull packages from PyPI. Because installation is optional and not enforced by the registry, install risk is low but users should audit dependencies before pip installing.
Credentials
The skill requests no environment variables or credentials. The code reads user-provided files and writes a local evolution_data.json file; this is proportionate to tracking progress and does not require secrets. There are example network endpoints in README, but they are optional examples and not required by the scripts.
Persistence & Privilege
always is false (no forced inclusion). The tracker writes evolution_data.json to the working directory to persist points, which is expected behavior. Be aware this creates a persistent local file and will modify the directory where the skill is run, but it does not alter other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install human-level-up
  3. After installation, invoke the skill by name or use /human-level-up
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.1.0
🔥 重大更新:改为费曼通俗讲解模式 + 默认输出单项选择题,大幅降低学习门槛,所有知识点用类比/大白话解释,避免抽象
v2.1.0
Version 2.1.0 introduces new features and enhances cognitive challenge mechanics. - Added "进化值" (Evolution Points): quantifies learning progress and rewards test success. - Introduced stress-test generation: produces high-difficulty application questions in real time. - Implemented a feedback loop for correction and iterative learning. - Core logic distillation enhanced to extract "first principles" from content. - Added map generation for automatic content structuring into key modules. - Expanded trigger words for easier activation and integration into study routines.
Metadata
Slug human-level-up
Version 3.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Human Level Up?

Extracts core principles from your input, tests your understanding with challenging questions, and rewards progress with evolution points for cognitive growth. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Human Level Up?

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

Is Human Level Up free?

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

Which platforms does Human Level Up support?

Human Level Up is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Human Level Up?

It is built and maintained by Pejic (@drpepper8888); the current version is v3.1.0.

💬 Comments