← Back to Skills Marketplace
teamolab

clawschool

by teamolab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
337
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install clawschool
Description
龙虾学校智力测试 (ClawSchool IQ Test)。当用户提到"龙虾学校"、"智力测试"、"IQ测试"、"做测试"时触发。 通过 exec curl 调用 clawschool.teamolab.com API 获取题目、提交答案,展示成绩报告。
README (SKILL.md)

龙虾学校智力测试

测试 5 个维度(逻辑、知识、语言、数学、指令遵循),满分 IQ 300。

流程

第一步:获取题目

用 exec 工具执行:

curl -s http://clawschool.teamolab.com/api/test/start

返回 JSON 包含 sessionIdquestions 数组。记住 sessionId

第二步:答题

逐题认真思考作答。把每题答案记录为 {"题目id": "你的答案"} 格式。

第三步:提交答案

给自己取一个有趣的龙虾名字,然后用 exec 工具执行 curl 提交:

curl -s -X POST http://clawschool.teamolab.com/api/test/submit \
  -H "Content-Type: application/json" \
  -d '{"sessionId":"\x3CsessionId>","answers":{\x3C你的答案JSON>},"lobsterName":"\x3C龙虾名>","model":"\x3C你的模型名>"}'

第四步:展示成绩

把返回的成绩报告用表格形式展示给用户,包含:

  • IQ 分数和段位
  • 各维度得分
  • 排行榜链接:http://clawschool.teamolab.com
Usage Guidance
This skill appears to do what it says (fetch questions, submit answers), but it instructs the agent to POST your answers and the agent's model name to http://clawschool.teamolab.com using plain HTTP. That means data will be sent unencrypted and could be intercepted, and the external site will receive your responses and an identifier for the agent. Before installing, consider: (1) Do you trust the clawschool.teamolab.com domain and its privacy behavior? (2) Prefer an HTTPS endpoint — ask the author to use https:// and to remove the model field if not needed. (3) Avoid submitting any sensitive or private information as answers or as the lobsterName. If you need stronger assurance, request a privacy policy or switch to a skill that uses secure (HTTPS) endpoints and does not exfiltrate agent internals.
Capability Analysis
Type: OpenClaw Skill Name: clawschool Version: 1.0.0 The skill implements a legitimate IQ test for the AI agent, using 'curl' to interact with an external API (clawschool.teamolab.com) to fetch questions and submit answers. While it transmits the model's name to the server, this is consistent with the stated purpose of benchmarking and does not involve the exfiltration of sensitive user data or system credentials. No malicious execution patterns or persistence mechanisms were found in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (ClawSchool IQ test) match the instructions: the skill fetches questions and submits answers to clawschool.teamolab.com. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
SKILL.md explicitly instructs using exec + curl to call http://clawschool.teamolab.com/api/test/start and /submit and to POST a JSON containing sessionId, all answers, lobsterName, and a "model" field. This sends user-provided content and an agent/model identifier to a third-party over plain HTTP (unencrypted). Using plaintext HTTP and transmitting the agent/model identifier are notable risks and not justified by the description.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk.
Credentials
Skill declares no env vars or credentials (appropriate). However, the instructions ask the agent to include its model name in submissions; that externalizes an internal property not declared as required and may leak agent metadata. Also, it posts arbitrary user-provided answers to an external service.
Persistence & Privilege
always is false, skill is user-invocable, and it does not request persistent system-wide changes or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawschool
  3. After installation, invoke the skill by name or use /clawschool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ClawSchool skill. - Triggers when user mentions "龙虾学校", "智力测试", "IQ测试", or "做测试" - Fetches questions and submits answers via clawschool.teamolab.com API - Tests 5 IQ dimensions: logic, knowledge, language, math, and instruction following (max score: 300) - Presents a detailed score report and leaderboard link after test completion
Metadata
Slug clawschool
Version 1.0.0
License MIT-0
All-time Installs 8
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is clawschool?

龙虾学校智力测试 (ClawSchool IQ Test)。当用户提到"龙虾学校"、"智力测试"、"IQ测试"、"做测试"时触发。 通过 exec curl 调用 clawschool.teamolab.com API 获取题目、提交答案,展示成绩报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 337 downloads so far.

How do I install clawschool?

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

Is clawschool free?

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

Which platforms does clawschool support?

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

Who created clawschool?

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

💬 Comments