How durin's automations work and — above all — when an automation earns its place over a cron job, a workflow run, or just doing the task now. Load before reaching for the `automations` tool, before creating an automation for a user, or when a request smells…
Schedule work to run later or on a repeating cadence — either a reminder delivered to the user, or a task the agent runs and reports back. Use when the user says things like "remind me to…", "every morning", "every Monday at 9", "each hour", "once at a given…
OPTIONAL deeper guidance for long_task / complete_goal — project-style modular work and research-first habits. The core (call promptly, idempotent goal wording) is already inline in the tools; load this only for execution-phase depth.
Create or update AgentSkills following the full process: understand, survey peers, plan with the scriptability test, init, edit, verify, publish. Use whenever the user wants to design, create, edit, improve, quality-audit (a skill's structure and format — not…
How durin's workflow engine works and — above all — when a workflow earns its place over a plain prompt. Load before reaching for the run_workflow tool, before authoring or composing a workflow (a JSON flow graph under the workspace), or when deciding whether…
How durin handles the user's documents and files — reading one now versus remembering it into the Library, and how to reach an ingested document later. Load when the user shares or points at a file (PDF, Word, Excel, PowerPoint, EPUB, a path on disk, an…
Import a skill from anywhere (local path, URL, GitHub repo, or a registry hit from skill_search) into durin through the security floor — scanned, gated, and audited before install.
Connect durin to external MCP servers — search the registry, install a hit (or add a server by URL/command), get credentials and OAuth sign-in right, and manage server lifecycle. Use when the user wants a new integration via MCP ("connect durin to Jira", "add…