Default-deny permissions
The generated manifest starts with the smallest allowed action set.
Loopify
Describe a recurring job. The Loopify skill drafts the loop.yaml, install guide, README, check script, and catalog entry. It stays draft until a human reviews it and a clean run proves it.
What you get
Loopify starts with Q&A intake, summarizes what is already known, asks only for missing details one question at a time, then parses the routine into trigger, context, act, verify, and escalate. Risky actions become approval gates.
Fetch https://loopmaster-ai.pages.dev/skills/loopify/SKILL.md and follow it.
Interview me about the job I want to automate — one question at a time,
only what you can't infer from this conversation.
Do not schedule, publish, spend, request credential values, or make
destructive changes until I approve.A draft loop bundle is useful because the moving parts are explicit. Your agent gets the manifest and install guide. You get the readable summary and gates.
loop.yaml for the loop's job description.README.md for the human explanation.AGENT-INSTALL.md for concrete setup steps.verify.sh for deterministic checks.Draft means draft: nothing is scheduled or published until you approve it.
The checked-in example converts “Every Monday I check three feeds and write a summary” into a watchdog loop. It does not publish by itself. The post step is gated for human approval, and the draft verifier checks the manifest plus sample report shape.
The generated manifest starts with the smallest allowed action set.
Publishing, deleting, overwriting, or spending must be marked as approval-required.
Credentials are declared by scope only. Values stay outside transcripts and files.
Loopify can draft a loop. Only a human plus a clean run can call it verified.