# Send junior-high-math-research-plans to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "junior-high-math-research-plans",
    "name": "junior-high-math-research-plans",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ymf508/junior-high-math-research-plans",
    "canonicalUrl": "https://clawhub.ai/ymf508/junior-high-math-research-plans",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/junior-high-math-research-plans",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=junior-high-math-research-plans",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "package.json",
      "README.md",
      "SKILL.md",
      "发布检查报告.json",
      "templates/学案模板.md",
      "templates/教学计划模板.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/junior-high-math-research-plans"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/junior-high-math-research-plans",
    "downloadUrl": "https://openagent3.xyz/downloads/junior-high-math-research-plans",
    "agentUrl": "https://openagent3.xyz/skills/junior-high-math-research-plans/agent",
    "manifestUrl": "https://openagent3.xyz/skills/junior-high-math-research-plans/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/junior-high-math-research-plans/agent.md"
  }
}
```
## Documentation

### 概述

基于人教版2024新版教材的初中数学全套研学案技能包，包含七年级、八年级、九年级所有章节的知识训练学案、教学课件、同步练习和复习资料。

### 功能特性

完整的教学体系：覆盖初中数学全部教学内容
分层教学设计：基础+培优，满足不同层次学生需求
配套资源丰富：学案+答案+课件+教案+练习全套
中考备考支持：九年级中考专题复习资料
自动化工具：快速生成教学计划和复习资料

### 七年级

第4章：一元一次方程（5个课时）
第5章：图形的初步
有理数：基础概念和运算
整式的加减：代数基础

### 八年级

第13章：三角形（13.1-13.3）
第14章：全等三角形
第15章：轴对称
第16章：整式的乘法与因式分解
第17章：分式

### 九年级

二次函数：图像、性质、应用
旋转：图形变换
圆：性质、定理、计算
一元二次方程：解法、应用
中考专题复习：全套备考资料

### 1. 快速查找教学资源

查找 七年级 一元一次方程 教学资源
查找 八年级 三角形 知识训练学案
查找 九年级 二次函数 中考复习

### 2. 生成教学计划

生成 七年级 第4章 教学计划
生成 八年级 第13-15章 复习计划
生成 九年级 中考复习时间表

### 3. 制作练习题

生成 一元一次方程 练习题（10题）
生成 三角形证明 培优题（5题）
生成 二次函数 中考真题（3题）

### 4. 分析教学进度

分析 七年级 教学进度
分析 八年级 知识点掌握情况
分析 九年级 中考备考进度

### 文件结构

初中数学研学案技能包/
├── SKILL.md                    # 技能说明文档
├── package.json                # 技能包配置
├── skills/
│   ├── 教学资源查找.js         # 资源查找功能
│   ├── 教学计划生成.js         # 计划生成功能
│   ├── 练习题制作.js           # 题目生成功能
│   └── 教学进度分析.js         # 进度分析功能
├── resources/
│   ├── 七年级/                 # 七年级教学资源索引
│   ├── 八年级/                 # 八年级教学资源索引  
│   └── 九年级/                 # 九年级教学资源索引
├── templates/
│   ├── 教学计划模板.md         # 教学计划模板
│   ├── 学案模板.md             # 知识训练学案模板
│   └── 复习计划模板.md         # 复习计划模板
└── scripts/
    ├── 资源索引生成.js         # 自动生成资源索引
    └── 模板填充.js             # 模板自动填充

### 安装要求

OpenClaw 环境
基本的文件读写权限
建议配合文档处理技能使用

### 更新日志

v1.0.0 (2026-02-25): 初始版本发布，包含初中数学全套研学案

### 作者

阿锋的教学资源整理

### 许可证

教育用途免费使用，禁止商业用途
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ymf508
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/junior-high-math-research-plans)
- [Send to Agent page](https://openagent3.xyz/skills/junior-high-math-research-plans/agent)
- [JSON manifest](https://openagent3.xyz/skills/junior-high-math-research-plans/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/junior-high-math-research-plans/agent.md)
- [Download page](https://openagent3.xyz/downloads/junior-high-math-research-plans)