adminbot-paper-publish

Prepares approval-gated paper publication workflows covering metadata, venue submission, and author approvals.

1|3|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/akhkim/adminbot --skill adminbot-paper-publish-akhkim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adminbot-paper-publish
Source: https://github.com/akhkim/adminbot/tree/main/openclaw-adminbot/extensions/adminbot/skills/adminbot-paper-publish
Command: npx skills add https://github.com/akhkim/adminbot --skill adminbot-paper-publish-akhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating a lab paper release involves tracking authors, affiliations, Overleaf edits, venue submission, arXiv checks, social posts, slides, and posters across many tools, and any premature public action can cause real damage. This Skill structures that entire pipeline behind an approval gate so nothing is submitted or posted without human review. ## Core Features & Use Cases - Paper Pipeline Records: Maintain a single paper record with authors, mentor, current step, Overleaf links, submission status, Drive PDF, arXiv checks, social drafts, slides, and poster links across the eight standard steps from brainstorming to poster making. - Approval-Gated Submission: Prepare paper_publish.prepare proposals for metadata and checklist tracking, and only create the T4 paper_publish.submit proposal after venue, files, approvals, and timing are confirmed, with idempotency keys tied to venue, paper id, and version. - Author Nudges and Escalation: Track waiting-on-authors reminders, and after three business days without a reply, propose an approval-gated Slack nudge asking the head professor to follow up with authors. - Use Case: A lab manager asks the assistant to prepare a paper for arXiv submission. The Skill updates the paper record, runs affiliation and GitHub link checks, confirms author approvals, and produces a submission proposal that an admin reviews and approves before anything is sent. ## Quick Start Ask the assistant to prepare the current paper for submission and show its publication checklist and pending author approvals.

Frequently Asked Questions about adminbot-paper-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a paper for venue submission with approval gating?▼

Create a paper_publish.prepare proposal tracking title, authors, affiliations, venue, files, abstract, and approval status. Only after the user confirms venue, final files, metadata, and timing should a T4 paper_publish.submit proposal be created with exact file ids and an idempotency key.

How do I track a paper through the publication pipeline?▼

Maintain an AdminBot paper record with authors, mentor, current step, Overleaf links, submission status, Drive PDF link, arXiv checks, social drafts, slides, and poster links. The standard pipeline runs from brainstorming docs through overleaf writing, submission, arXiv polish, social posts, slides, and poster making.

How are unresponsive authors escalated during paper preparation?▼

Set the reminder status to waiting_on_authors and record the last direct message time. If authors have not replied after three business days, an approval-gated Slack nudge is proposed asking the head professor to contact the authors directly.

Can affiliation wording be filled in automatically for Overleaf edits?▼

No. Unresolved authors, missing member records, paper-specific affiliations, eligibility questions, and company-affiliation issues must remain as confirmation items in the proposal until the user or student confirms them. The affiliation_check mode supports cleanup but does not guess institutional wording.

Does the skill post papers or social content publicly on its own?▼

No. Submission is a T4 action and public posting is a separate T4 proposal. The skill drafts and adapts content such as translating Twitter drafts into LinkedIn style, but every live external action requires explicit human approval before execution.