clawschool

龙虾学校智力测试 (ClawSchool IQ Test)。当用户提到"龙虾学校"、"智力测试"、"IQ测试"、"做测试"时触发。 通过 exec curl 调用 clawschool.teamolab.com API 获取题目、提交答案,展示成绩报告。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawschool" with this command: npx skills add teamolab/clawschool

龙虾学校智力测试

测试 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":"<sessionId>","answers":{<你的答案JSON>},"lobsterName":"<龙虾名>","model":"<你的模型名>"}'

第四步:展示成绩

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated