ConferenceWatch 是一个 Agent 技能,用于监控即将举行的 AI/ML 会议,提供截止日期、地点、特别议程、链接以及五年录取率趋势的结构化数据,专为 Claude Code 和 Codex 等编码代理设计。

Stars

94

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-03

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供了一个可复用、与代理无关的工作流程,能够同时生成机器可读的 JSON 和人工可读的报告,并强调数据来源标注与推断信息的明确区分。

适合谁使用

  • 向 AI/ML 会议投稿的研究人员和学者
  • 使用编码代理跟踪截止日期的开发者
  • 监控竞争性会议的会议组织者
  • 规划投稿时间表的学生

典型使用场景

  • 跟踪顶级 NLP、CV 或通用 AI 会议的投稿截止日期
  • 比较多个会议在五年内的录取率趋势
  • 为项目规划生成结构化的会议日历
  • 通过编码代理聊天回复自动提醒截止日期

项目优势

  • 零配置:无需 API 密钥或构建步骤
  • 多代理支持:适用于 Codex、Claude Code 及任何具备网络抓取能力的代理
  • 源透明:明确标注已确认与推断数据,并附带引用
  • 输出丰富:同时生成结构化的 JSON 和格式化的 Markdown 报告

使用前须知

  • 需要宿主代理具备网络搜索/抓取能力及文件系统写入权限
  • 推断的未来截止日期仅为近似值,可能发生变化
  • 录取率数据可能因来源不同(主轨道 vs 所有轨道)而有差异;虽标注来源,但不保证准确性

README 快速开始

ConferenceWatch

An Agent Skill that watches upcoming AI/ML conferences and reports, for each one: submission deadlines (every stage), dates, location, special sessions / call for papers, official web links, and a 5-year acceptance-rate trend. It is written to be reusable across common coding agents that can search the web — Claude Code, Codex, and similar.


What it produces

Every run yields two artifacts:

  1. conferences..json — the structured source of truth. One object per conference (keyed by acronym), each holding the upcoming edition (deadlines, location, special sessions, links) and a 5-year acceptance-rate trend. Schema: references/json-schema.md.
  2. conference-report..md — a human-readable report with a short summary, a nearest-deadlines table, a per-conference breakdown, and a clearly separated "approximate / inferred" section. Template: assets/report.template.md.

The agent also answers directly in chat with the most time-sensitive items.


How to use

This skill is plain Markdown + JSON, so it can be used by Codex, Claude Code, or any agent that can read SKILL.md, search/fetch the web, and write files.

Install for Codex

Clone directly into Codex's personal skills directory:

git clone https://github.com/Zsun79/ConferenceWatch.git ~/.codex/skills/conference-watch

If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Codex:

mkdir -p ~/.codex/skills
ln -s "$(pwd)" ~/.codex/skills/conference-watch

Then ask Codex naturally for AI/ML conference deadlines, venue comparisons, or submission planning. Codex will use SKILL.md as the workflow when the request matches the skill description.

Install for Claude Code

Clone directly into Claude's personal skills directory:

git clone https://github.com/Zsun79/ConferenceWatch.git ~/.claude/skills/conference-watch

If you already cloned the project somewhere else, run this from the root of this cloned skill repository to link the current checkout into Claude:

mkdir -p ~/.claude/skills
ln -s "$(pwd)" ~/.claude/skills/conference-watch

If this checkout is the project where you want Claude to load the skill, run th

项目描述

An Agent Skill to watch the deadlines of latest AI conference.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

HezaoHezao
精选
HezaoHezao GitHub avatar

poirot

Poirot is a deep research agent kernel with a middleware-first architecture, five-layer long-term memory, multi-agent orchestration, sandbox isolation, and a three-layer skill self-evolution system, backed by 2400+ tests.

AI 与机器学习大语言模型
25
AgriciDaniel
精选
AgriciDaniel GitHub avatar

anti-slop

Anti-slop is a tool for detecting and repairing substance defects in AI-assisted prose, code, documentation, and agent output using deterministic scanners and structural procedures that produce verifiable artifacts rather than authorship judgments.

AI 与机器学习大语言模型
9
Vincentwei1021
Vincentwei1021 GitHub avatar

video-shotcraft

An AI agent skill that turns Claude Code or Codex into a motion-design studio for crafting cinematic product videos with Remotion, offering 106 shot recipe cards, 162 styles, 161 motion previews, and a production-ready template.

TypeScript
2,432