Install
openclaw skills install @1587causalai/ai-conference-deadline-radarFast AI/ML conference deadline lookup and submission-window routing. Use when the user asks for AI conference deadlines, target venue timing, whether to submit to AAAI/ICLR/AISTATS/CLeaR/WSDM/ACL/EMNLP/NeurIPS/ICML/CVPR/etc., how to schedule a research sprint around deadlines, or which venue is urgent for a paper candidate. Start from high-quality deadline radar sources, then verify decision-critical dates against official CFP/OpenReview/submission pages.
openclaw skills install @1587causalai/ai-conference-deadline-radarThis skill answers AI/ML conference deadline questions quickly without pretending that a radar page is official truth.
The core loop is intentionally small:
fast radar/index lookup
-> official verification for decision-critical venues
-> concise deadline table
-> venue pressure -> paper/sprint action
Use it for deadline questions, venue-window planning, and research sprint routing. Do not use it for general literature review unless the deadline affects submission planning.
This skill must work after installation by a generic agent, not only inside WeHub/Hermes.
unverified or historical_estimate; do not invent dates.Use references/source-policy.md when the answer affects a submission decision, a source conflicts, or a venue status is uncertain.
Short version:
https://mlciv.com/ai-deadlines/?sub=ML,CV,CG,NLP,RO,SP,DM,AP,KR,HCI,EDUhttps://ccfddl.com/conference/deadlines_zh.xml for structured CCFDDL RSS recordshttps://aideadlines.org/https://aideadlin.es/Identify:
If the user says "this paper", "today", "next two months", or asks where to submit, treat it as a planning decision and verify official sources.
If terminal access is available, run the helper from the skill directory:
python scripts/fetch_deadline_sources.py --query "AAAI ICLR AISTATS CLeaR WSDM" --timeout 3
If the current working directory is elsewhere, call the installed helper by absolute path:
python /path/to/ai-conference-deadline-radar/scripts/fetch_deadline_sources.py --query "AAAI ICLR AISTATS CLeaR WSDM" --timeout 3
The helper uses short timeouts, concurrent fetches, and a temp cache. It returns snippets plus candidate_links from radar pages to speed up official-source verification. Treat those links as leads, not final authority. Four-digit years help rank snippets and candidate links, but year-specific queries stay venue-anchored when venues are named.
The helper includes a small built-in normalizer for core venue aliases and deadline stages. It recognizes common aliases for venues such as AAAI/ICLR/AISTATS/CLeaR/WSDM/ACL/ARR/EACL/EMNLP/NeurIPS/ICML/CVPR, and canonicalizes stages such as abstract, full, supplement/code, rebuttal, notification, and camera-ready.
For CCFDDL, the helper reads the structured RSS feed and may return structured_records with venue, year, stage, deadline, timezone, rank/category hints, source URL, and source_kind: "radar_hint". Use those records for fast table assembly and lead selection; still verify official pages before labeling a date official_confirmed.
Preserve helper status labels exactly. A helper record with source_kind: "radar_hint" stays radar_hint in the answer even when source_url points to an official-looking site. Upgrade to official_confirmed only after you personally inspect an official CFP/OpenReview/submission page in the current turn and can cite that inspected page as the source.
When consuming --json, require helper_version: "0.1.0" and schema_version: "1" before relying on field names.
By default, the helper returns in fast mode after enough higher-priority radar sources succeed. Use --wait-all only when diagnosing source health or when the first sources are stale, missing, or contradictory.
If terminal access is unavailable, open mlciv/ai-deadlines first, then use one alternate radar source only if the first source is stale, missing, or ambiguous.
Only verify official pages for venues that affect the user's decision; keep the target set small, usually 3-8 venues. Record:
official_confirmed, historical_estimate, radar_hint, or unverified.Do not stop at a date list. For each candidate or venue, say:
Urgency classes:
P0-now: abstract/full deadline within 30 days or already in final-prep window.P1-sprint: 30-60 days; can decide a sprint.P2-mainline: 60-120 days; useful for method/experiment maturation.P3-watch: no official CFP, too far away, or not decision-critical.Use the user's language by default; use Chinese for Gong/WeHub-facing work when the surrounding context is Chinese. Keep venue names, URLs, and status tags in English.
**结论**:...
| Venue | Status | Abstract | Full | Supp/Code | TZ | Source | Urgency |
|---|---|---:|---:|---:|---|---|---|
**怎么排**:
1. ...
2. ...
**待核验**:
- ...
If asked "which conference should this paper target", use:
**推荐窗口**:...
**不推荐窗口**:...
**缺的证据**:...
**kill signal**:...
**next 7 days**:...
mlciv, aideadlines, aideadlin.es, or ccfddl as final authority for a submission decision.source_kind: "radar_hint" to official_confirmed just because the helper found an official-looking source_url.