# Research Subscription

> Research Subscription Skill Summary

- Skill: `lamm-mit/research-subscription` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lamm-mit/research-subscription`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lamm-mit/research-subscription/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: lamm-mit (https://skillmd.com/u/lamm-mit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lamm-mit/research-subscription

---

# Research Subscription Skill Summary

This skill handles **scheduled and recurring tasks** like literature digests, delayed reports, and reminders.

## Key Usage

Activate when users request:
- Scheduled literature updates or paper tracking
- Delayed reports (e.g., tomorrow morning)
- Recurring push notifications
- Time-based reminders

## Core Action

Call `scientify_cron_job` with:
- **`action`**: "upsert" (create/update), "list", or "remove"
- **`topic`**: for research subscriptions (e.g., "LLM alignment")
- **`message`**: for plain reminders only

## Scheduling Syntax

Use formats like:
- `daily 08:00 Asia/Shanghai`
- `weekly mon 09:30 Asia/Shanghai`
- `every 6h`
- `at 2m`

## Delivery Options

Optionally specify `channel` ("feishu", "telegram", "slack", etc.) and `to` (recipient ID). Default routing applies if unset.

## Research Quality Standards

For recurring research jobs:
- Aim for ≥80% full-text coverage of core papers
- Maintain ≥90% evidence-binding rate
- Keep citation errors <2%

## Response Format

Confirm: job status, effective schedule with timezone, delivery target, and next action options.

---
🐍Scientify

