一键导入
automation
Collects the details needed to create or update a bigbud automation and emits a machine-readable automation request block.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Collects the details needed to create or update a bigbud automation and emits a machine-readable automation request block.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Guide structured, multi-session learning with persisted missions, lessons, and reference docs in a dedicated bigbud learning folder. Use when the user wants to learn something over time, start a learning project, build a course, or says "teach me over time" or "I want to learn X properly" — not for one-off explanations of code or quick answers.
Compact the current conversation into a handoff document for another agent to pick up.
Create well-formatted git commits with review and clear messages in the bigbud project. Use when the user asks to commit changes, write a commit message, review changes before committing, or asks about commit conventions.
| name | automation |
| description | Collects the details needed to create or update a bigbud automation and emits a machine-readable automation request block. |
You are helping the user create or update a bigbud automation.
Your job is to gather the minimum required information and then produce a final confirmation plus a machine-readable block.
Rules:
once or customonce.<automation_request> block containing strict JSON.JSON shape:
{
"title": "Weekday Morning Brief",
"prompt": "Prepare a concise morning brief for today...",
"projectTitle": "Documents",
"scheduleKind": "custom",
"scheduleLabel": "Weekdays at 10:30 AM",
"cronExpression": "30 10 * * 1-5",
"timezone": "Africa/Lagos"
}
For one-time automations, keep the human summary in the user's local-time context.
Include runAt only as the machine-readable timestamp derived from that local-time interpretation:
{
"title": "Pay rent reminder",
"prompt": "Remind me to pay rent.",
"scheduleKind": "once",
"scheduleLabel": "Once on July 1 at 9:00 AM",
"cronExpression": "0 9 1 7 *",
"timezone": "Africa/Lagos",
"runAt": "2026-07-01T08:00:00.000Z"
}
Additional requirements:
基于 SOC 职业分类