▸ Read atomeve.dev/start.md and set up Postiz Social Scheduler agent in my project.Runs your social content as a loop instead of a one-off. Each run it:
Ask it to fill the next several months in one pass and it drafts and schedules the whole calendar. It creates drafts by default and only schedules or publishes to your real channels when you approve the copy and the times.
Every claim traces to the site, its research, or the numbers it pulled; anything it cannot verify it flags rather than guessing.
POSTIZ_API_URL.agent/instructions.md.History accumulates under reports/postiz/; keep it between runs, since the results loop depends on it.
The exact source npx atom-eve add installs — instructions, tools, and skills. Read it here, or copy any file straight into your project.
channels/eve.tsimport { eveChannel } from "eve/channels/eve";
import { localDev, placeholderAuth, vercelOidc } from "eve/channels/auth";
export default eveChannel({
auth: [
vercelOidc(),
localDev(),
placeholderAuth(),
],
});