Agent Plugins Marketplace
All plugins

bbwatch

v0.1.0

港中深 Blackboard 作业、截止日期、课程更新与课件下载助手。. Includes 1 skill and 1 MCP server.

Codex1 Skill1 MCP serverstdio

By BillLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 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 bbwatch 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 bbwatch@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “bbwatch-2” remain stable.

  • Codex: bbwatch-2@agent-plugin-marketplacebbwatch@agent-plugin-marketplace

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/jsyzlbw/bbwatch

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

Plugin files

plugins/bbwatch/
├── .codex-plugin/plugin.json
├── skills/bb-assistant/SKILL.md
└── .mcp.json

Included Skills1

bb-assistantskills/bb-assistant/SKILL.md

查询港中深 CUHK-SZ Blackboard 的作业、ddl、待批改状态、课程更新,标记待办完成,下载或查找课件时使用 bbwatch。本机 Codex 插件。

MCP servers1

bbwatchstdio
command
bbwatch-mcp

Plugin manifests1

plugins/bbwatch/.codex-plugin/plugin.json
{
  "name": "bbwatch",
  "version": "0.1.0",
  "description": "港中深 Blackboard 作业、截止日期、课程更新与课件下载助手。",
  "author": {
    "name": "Bill",
    "url": "https://github.com/jsyzlbw"
  },
  "repository": "https://github.com/jsyzlbw/bbwatch",
  "license": "MIT",
  "keywords": [
    "blackboard",
    "cuhksz",
    "homework",
    "codex",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "bbwatch · Blackboard 助手",
    "shortDescription": "查作业、看 ddl、扫描课程更新、批量下载课件。",
    "longDescription": "通过本机 MCP 管理港中深 Blackboard:查询作业与待批改状态、标记完成、按需扫描更新、增量下载课件并检索本地文件。账号凭据保存在本机钥匙串,数据与 Claude Code 版本兼容。默认不创建后台扫描或定时任务。",
    "developerName": "Bill",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "我还有什么作业和 ddl?",
      "扫描 Blackboard,看看有什么更新。",
      "把 MAT3007 的课件下载到本机。"
    ]
  },
  "mcpServers": "./.mcp.json"
}

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

[bbwatch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bbwatch-2)