Agent Plugins Marketplace
All plugins

coursetrace

v0.1.0

Connect ChatGPT classroom conversations to the CourseTrace Android timetable and local learning record.

Codex1 Skill1 MCP serverstdio

By CourseTrace1 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install coursetrace for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add coursetrace@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/green-headed-duck/CourseTrace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/coursetrace/coursetrace/.

Plugin files

plugin/coursetrace/coursetrace/
├── .codex-plugin/plugin.json
├── skills/coursetrace-learning/SKILL.md
└── .mcp.json

Included Skills1

coursetrace-learningskills/coursetrace-learning/SKILL.md

Use CourseTrace to identify the current class or self-study project from the timetable, continuously record classroom chat in event order, extract questions, wrong answers, pain points and progress, import timetable PDFs through ChatGPT Mobile, analyze prior learning records, and cautiously predict next-class materials. Trigger for Chinese phrases such as 开始上课、记一下、下课、导入课程表、最近的痛点、错题分析、FPGA 学习 or when the user asks to sync a learning conversation to 课迹.

MCP servers1

coursetracestdio
command
node
args
./server/dist/index.js --stdio
cwd
.

Plugin manifests1

plugin/coursetrace/coursetrace/.codex-plugin/plugin.json
{
  "name": "coursetrace",
  "version": "0.1.0",
  "description": "Connect ChatGPT classroom conversations to the CourseTrace Android timetable and local learning record.",
  "author": {
    "name": "CourseTrace"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "课迹 CourseTrace",
    "shortDescription": "把课堂聊天、痛点与进度同步到课迹。",
    "longDescription": "识别当前课程或自学项目,按事件顺序保存课堂原文、问题、错题、痛点和进度,并依据上节课记录谨慎预测下节资料。",
    "developerName": "CourseTrace",
    "category": "Productivity",
    "capabilities": [
      "Skills",
      "MCP"
    ],
    "defaultPrompt": "结合当前课表识别我正在上的课,开始按事件顺序记录课堂讨论;下课时保存原文完整性状态、结构化痛点和进度。"
  },
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[coursetrace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coursetrace)