dvcon-submit

dvcon-submit is a skill for Claude Code from hevangel/dvcon_ai_library. It costs 196 tokens per session (5,561 once invoked), scanned A, original, MIT.

A submission assistant for DVCon U.S., a conference about design and verification of electronic systems, using the Oxford Abstracts submission website.

In plain words
What is it for?
Use it to turn Markdown papers into DVCon-style Word or PDF files and submit extended abstracts or accepted full papers with author and topic details.
Why use it?
It handles the document preparation and browser-based upload steps that can be tedious to complete manually.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dvcon-papers plugin — 1 skill, 1 command shipped together

Good fit Use it to turn Markdown papers into DVCon-style Word or PDF files and submit extended abstracts or accepted full papers with author and topic details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hevangel/dvcon_ai_library/dvcon-submit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hevangel/dvcon_ai_library --skill dvcon-submit
Clone the repo
git clone --depth 1 https://github.com/hevangel/dvcon_ai_library

Made for: Claude Code.

Or install dvcon-papers, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dvcon-submit

README.md
[![agentmods](https://agentmods.dev/badge/skills/hevangel/dvcon_ai_library/dvcon-submit.svg)](https://agentmods.dev/skills/hevangel/dvcon_ai_library/dvcon-submit)
Your own site
<a href="https://agentmods.dev/skills/hevangel/dvcon_ai_library/dvcon-submit"><img src="https://agentmods.dev/badge/skills/hevangel/dvcon_ai_library/dvcon-submit.svg" alt="Measured on agentmods" height="20"></a>
Per session 196 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,561 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00196 $0.05561
Opus 5 $0.00098 $0.02780
Sonnet 5 $0.00039 $0.01112
Haiku 4.5 $0.00020 $0.00556

Measured today against content hash cb170d0d0c6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dvcon-submit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/convert_md_to_docx.ps1, scripts/convert_md_to_docx.sh, scripts/fill_copyright_form.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dvcon-papers/skills/dvcon-submit/SKILL.md · 419 lines

How it starts

The opening of the file, as written. The whole thing — 419 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DVCon Submit

This skill does three things for DVCon U.S. paper submissions:

  1. Convert a paper written in Markdown into a .docx (and optionally .pdf) that matches the IEEE-style DVCon abstract template, via MS Word COM. The output uses the template's named IEEE styles so it inherits the right fonts, sizes, margins, and US Letter paper size automatically.
  2. Fill the Accellera/DVCon copyright permission + speaker-consent PDF (title, all author names, company, paper ID, dates). Signature widgets stay blank unless the user supplies a signature image — the skill never forges a handwritten signature.
  3. Submit the resulting PDF (or the user's existing PDF) to the DVCon U.S. call for papers on Oxford Abstracts, by driving a real browser with the playwright-cli command-line tool — including the file upload, which the ZCode in-app browser cannot do but playwright-cli upload can.

It handles both stages of the DVCon lifecycle:

  • Extended Abstracts (the initial submission, double-blind, 600–1200 words)
  • Full Paper (the later stage, after preliminary acceptance, 6–8 pages, author info included)

When to use

Trigger this skill when the user wants to:

  • submit an extended abstract or a full paper to DVCon (U.S.)
  • fill out the DVCon submission form on Oxford Abstracts
  • upload a paper PDF to the DVCon / Oxford Abstracts submission system
  • enter authors, affiliations, or topics into the DVCon submission form
  • convert a markdown paper to the DVCon Word template / PDF
  • fill the DVCon / Accellera copyright form (and speaker-consent page)
  • prepare a DVCon abstract or full paper for submission

Do not trigger this for tutorials/workshops or panel submissions — those are separate Oxford Abstracts stages with different forms.

Three tools, two stages

Task Stage Tool
Convert markdown → .docx + .pdf (template-styled) either scripts/convert_md_to_docx.ps1 (PowerShell, MS Word COM) or scripts/convert_md_to_docx.sh (bash twin; delegates to the .ps1 on Windows, else fill_ieee_docx.py + LibreOffice)
Fill the copyright + speaker-consent PDF full paper scripts/fill_copyright_form.py (PyMuPDF; bundled references/dvcon-copyright-form-2027.pdf)
Drive the submission form (fill fields, upload PDF, click Submit) either playwright-cli (real browser)

Read the full file on GitHub · 419 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +87 lines · +27 tokens per session cb170d0d0c6d
  2. 8d ago First seen · 332 lines · 169 tokens per session scan A eec12c3dfdf3

Subscribe to this mod's changes

dvcon-submit is a skill published in the GitHub repository hevangel/dvcon_ai_library (11 stars, last pushed today), licensed MIT. It adds 196 tokens to every session and 5,561 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.