{
  "schemaVersion": "1.0",
  "item": {
    "slug": "autonomy-windowed",
    "name": "Windowed Autonomy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/luciusrockwing/autonomy-windowed",
    "canonicalUrl": "https://clawhub.ai/luciusrockwing/autonomy-windowed",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/autonomy-windowed",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-windowed",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "references/checkpoints.md",
      "templates/HEARTBEAT.md",
      "templates/QUEUE.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "autonomy-windowed",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T13:17:20.289Z",
      "expiresAt": "2026-05-11T13:17:20.289Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-windowed",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-windowed",
        "contentDisposition": "attachment; filename=\"autonomy-windowed-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "autonomy-windowed"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/autonomy-windowed"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/autonomy-windowed",
    "agentPageUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Windowed Autonomy",
        "body": "Transform your agent from reactive to autonomous worker during specific time windows."
      },
      {
        "title": "Concept",
        "body": "The agent works autonomously only during defined time windows. Outside windows, the agent only replies HEARTBEAT_OK. Cron jobs run overnight when autonomy is disabled.\n\n🌙 Overnight (10 PM - 8 AM UTC):  Autonomy OFF\n☀️ Daytime (8 AM - 10 PM UTC):   Autonomy ON\n\nClear separation: Day = work on queue, Night = cron maintenance"
      },
      {
        "title": "1. Time Windows",
        "body": "Define active windows in tasks/QUEUE.md:\n\n## ⏰ Autonomy Windows\n\n- 🌙 Overnight: 20:00 - 08:00 UTC → Autonomy OFF\n- ☀️ Daytime: 08:00 - 20:00 UTC → Autonomy ON"
      },
      {
        "title": "2. Heartbeat Flow",
        "body": "During Active Window:\n\nHeartbeat → Check urgent → No → Read QUEUE → Pick task → Work 15-30 min → Update QUEUE → Log\n\nOutside Active Window:\n\nHeartbeat → Check urgent → No → Reply \"HEARTBEAT_OK\" → Sleep\n\nUrgent Override:\n\nHeartbeat → Check urgent → YES → Work immediately (even outside window)"
      },
      {
        "title": "3. Window Transitions",
        "body": "Window Opens (8:00 AM):\n\nAutonomous mode enabled\nStart pulling from queue\nLog to tasks/MODE_HISTORY.md: \"Window opened\"\n\nWindow Closes (8:00 PM):\n\nAutonomous mode disabled\nWrap up current task if in progress\nLog transition: \"Window closed\"\nSwitch to standby mode (HEARTBEAT_OK only)"
      },
      {
        "title": "Schedule Examples",
        "body": "TimeActivityMode00:00GitHub backup (cron)Overnight (no autonomy)02:00Heartbeat checkStandby (HEARTBEAT_OK)03:00Temp cleanup (cron)Overnight (no autonomy)08:00Window opens✅ Autonomy ON09:00Work on taskAutonomy12:00GitHub backup (cron)Autonomy (pause for backup)14:00Work on taskAutonomy20:00Window closes❌ Autonomy OFF23:00Daily ops + memory (cron)Overnights (no autonomy)"
      },
      {
        "title": "Queue Structure",
        "body": "# Task Queue\n\n## ⏰ Autonomy Windows\n- 🌙 Overnight: 20:00 - 08:00 UTC → Autonomy OFF\n- ☀️ Daytime: 08:00 - 20:00 UTC → Autonomy ON\n\n---\n\n## 🔴 Ready (can be picked up during windows)\n- [ ] @priority:high [Task description]\n- [ ] @priority:medium [Task description]\n\n## 🟡 In Progress\n- [ ] @agent: @priority:high [Task description]\n  - Started: 2026-02-16 14:00 UTC\n\n## 🔵 Blocked\n- [ ] @priority:medium [Task] (needs: [what's blocking])\n\n## ✅ Done Today\n- [x] @agent: @priority:high [Task]\n  - Completed: 2026-02-16 14:25 UTC\n\n## 💡 Ideas\n- [Idea for future work]"
      },
      {
        "title": "Priority System",
        "body": "Priority affects task selection order during windows:\n\nPriorityWhen to useSelection@priority:urgentTime-sensitive, deadline < 6hPick FIRST, even outside window@priority:highImportant, deadline 24hPick first in window@priority:mediumNormal importancePick second in window@priority:lowNice to havePick last in window"
      },
      {
        "title": "Full Day Window (Default)",
        "body": "Active: 8 AM - 8 PM UTC (12 hours)\n\nUse when:\n\nyouris available during these hours\nTasks are not time-sensitive\nWant predictable work schedule\n\nHeartbeat frequency: Every 2 hours (6 sessions/day)"
      },
      {
        "title": "Extended Window",
        "body": "Active: 6 AM - 10 PM UTC (16 hours)\n\nUse when:\n\nWant more work hours\nyourhas varied schedule\n\nHeartbeat frequency: Every 2 hours (8 sessions/day)"
      },
      {
        "title": "Limited Window",
        "body": "Active: 10 AM - 6 PM UTC (8 hours)\n\nUse when:\n\nWant controlled token budget\nyourhas focused availability\n\nHeartbeat frequency: Every 2-3 hours (3-4 sessions/day)"
      },
      {
        "title": "Token Budget",
        "body": "Recommended: 4-6 sessions/day, ~5-10K tokens each = 20-60K/day\n\nSession strategy:\n\nWindow TypeSessions/dayTokensScheduleFull Day (12h)630-60KEvery 2 hoursExtended (16h)840-80KEvery 2 hoursLimited (8h)420-40KEvery 2-3 hours\n\nWhen to stop:\n\nWindow closes (time-based)\nTokens remaining < 5K\nQueue empty\nyouris actively messaging (human priority)"
      },
      {
        "title": "Urgent Tasks Override",
        "body": "Definition: Tasks that cannot wait for window to open\n\nAdd to queue with @priority:urgent:\n\n## 🔴 Ready\n- [ ] @priority:urgent Emergency: [task description]\n\nBehavior:\n\nAutonomy works immediately, even if outside window\nOverride all other considerations\nComplete urgent task, then check window status"
      },
      {
        "title": "Wrapping Up When Window Closes",
        "body": "If in middle of task when window closes:\n\nCheck task progress:\n\nIf > 80% complete → Finish it\nIf < 80% complete → Save progress, move to In Progress, stop\n\n\n\nSave state:\n\n## 🟡 In Progress\n- [ ] @agent: @priority:high [Task description]\n  - Started: 2026-02-16 19:30 UTC\n  - Progress at window close: Completed X section, need to do Y\n  - Resume: 2026-02-17 08:00 UTC (next window)\n\nLog to tasks/MODE_HISTORY.md:\n\n## [2026-02-16 20:00 UTC] Window Closed\nStatus: Task in progress (60% complete)\nAction: Saved state, will resume in next window"
      },
      {
        "title": "Mode History Tracking",
        "body": "File: tasks/MODE_HISTORY.md\n\n# Window Mode Transitions\n\n## [2026-02-16 08:00 UTC] Window Opened\nMode: Daytime window\nQueue state: 3 tasks ready\nExpected sessions: 6\n\n## [2026-02-16 20:00 UTC] Window Closed\nMode: Overnight (standby)\nSessions completed: 5\nTasks completed: 4\nTasks remaining: 1 (in progress, resume tomorrow)\n\n## [2026-02-17 08:00 UTC] Window Opened\nMode: Daytime window\nResumed task in progress"
      },
      {
        "title": "Coordinating With Cron",
        "body": "Daytime (Autonomy ON):\n\nLight cron runs fine (Ollama monitor, disk check) - no conflict\nHeavy cron (backup) - autonomy pauses during execution\n\nOvernight (Autonomy OFF):\n\nAll cron jobs run freely\nNo autonomy conflicts\n\nCron schedule:\n\nTimeCron JobAutonomy ModeEvery 5 minOllama monitorAny (low impact)Every hourDisk checkAny (low impact)00:00GitHub backupOFF (overnight)03:00Temp cleanupOFF (overnight)08:00Window opensON12:00GitHub backupON (pause during)14:00Daily ops + memory (Sun)ON (pause during)20:00Window closesOFF (overnight)23:00Daily ops + memoryOFF (overnight)"
      },
      {
        "title": "GOALS.md Integration",
        "body": "Link queue tasks to RA's long-term goal: MONEY\n\nAdd goal references:\n\n- [ ] @priority:high Competitor pricing analysis (GOAL: monetization strategy)\n- [ ] @priority:medium Write sales email template (GOAL: improve conversion)\n\nWork toward goals during windows:\n\nResearch tasks during early window (fresh energy)\nWriting tasks during mid window (flow state)\nReview tasks during late window (wind down)"
      },
      {
        "title": ".learnings/ Integration",
        "body": "After completing tasks, add findings to .learnings/:\n\n## [LRN-20260216-001] task-completion\nTask: [Task description]\n\nCompleted during: Daytime window (14:00-14:25 UTC)\nTokens used: 8K\n\nKey findings: [summarize]"
      },
      {
        "title": "Window Opens (8:00 AM)",
        "body": "Check queue for tasks in 🔴 Ready\nPick highest priority task\nWork 15-30 minutes\nUpdate queue (In Progress or Done)"
      },
      {
        "title": "During Window (9 AM - 8 PM)",
        "body": "Every 2 hours: heartbeat, check queue\nWork on next highest priority task\nUpdate queue after completion\nLog progress to memory/[today].md"
      },
      {
        "title": "Window Closes (8:00 PM)",
        "body": "Check if task in progress\nIf yes: Save progress or finish if close\nMove to Done Today or keep in In Progress\nLog transition tasks/MODE_HISTORY.md\nSwitch to standby (HEARTBEAT_OK only)"
      },
      {
        "title": "Overnight (8 PM - 8 AM)",
        "body": "Every heartbeat: Check urgent only\nIf no urgent: Reply HEARTBEAT_OK\nCron jobs run freely\nNo autonomous work"
      },
      {
        "title": "Task Output Format",
        "body": "## Task: [Title]\n\n**Completed during:** [Window type] [Time range]\n**Duration:** X minutes\n**Tokens:** YK\n\n### Work Done\n[Describe what was accomplished]\n\n### Output\n[Attach output file or content]\n\n### Next Steps\n[What to do next - add to Ideas if task spawns follow-up]"
      },
      {
        "title": "Evolving Over Time",
        "body": "The \"slowly evolve\" approach:\n\nThis mode allows The agent to gradually take on more work:\n\nWeek 1-2:\n\nConservative: 4 sessions/day, limited window\nMonitor performance, adjust schedule\n\nWeek 3-4:\n\nExpand: 6 sessions/day, extended window if needed\nAdd more task types to queue\n\nMonth 2:\n\nOptimize: Tailor window to RA's actual schedule and peak productivity times\nAdjust based on what yourfinds valuable\n\nKey: Start small, expand based on feedback and results."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill when:\n\nYou want predictable work schedule\nYou want autonomy to work during specific hours\nTasks are not time-sensitive (can wait for window)\nYou want clear temporal separation between autonomy and maintenance\nYou're okay with \"slowly evolving\" - start small, expand over time"
      },
      {
        "title": "When NOT to Use This Skill",
        "body": "Do not use this skill when:\n\nYou want 24/7 autonomous work → Use autonomy-type-based for type-based filtering\nTasks are highly time-sensitive → Use urgency override or different approach\nYou want task-based separation rather than time-based → Use autonomy-type-based\nyouris awake during non-standard hours → Adjust windows to match schedule"
      },
      {
        "title": "Quick Reference",
        "body": "Default window: 8 AM - 8 PM UTC (adjustable)\nSession frequency: Every 2-3 hours during window\nPriority order: urgent (override) → high → medium → low\nQueue location: tasks/QUEUE.md\n\nSee templates/QUEUE.md for full template structure"
      }
    ],
    "body": "Windowed Autonomy\n\nTransform your agent from reactive to autonomous worker during specific time windows.\n\nConcept\n\nThe agent works autonomously only during defined time windows. Outside windows, the agent only replies HEARTBEAT_OK. Cron jobs run overnight when autonomy is disabled.\n\n🌙 Overnight (10 PM - 8 AM UTC):  Autonomy OFF\n☀️ Daytime (8 AM - 10 PM UTC):   Autonomy ON\n\n\nClear separation: Day = work on queue, Night = cron maintenance\n\nHow It Works\n1. Time Windows\n\nDefine active windows in tasks/QUEUE.md:\n\n## ⏰ Autonomy Windows\n\n- 🌙 Overnight: 20:00 - 08:00 UTC → Autonomy OFF\n- ☀️ Daytime: 08:00 - 20:00 UTC → Autonomy ON\n\n2. Heartbeat Flow\n\nDuring Active Window:\n\nHeartbeat → Check urgent → No → Read QUEUE → Pick task → Work 15-30 min → Update QUEUE → Log\n\n\nOutside Active Window:\n\nHeartbeat → Check urgent → No → Reply \"HEARTBEAT_OK\" → Sleep\n\n\nUrgent Override:\n\nHeartbeat → Check urgent → YES → Work immediately (even outside window)\n\n3. Window Transitions\n\nWindow Opens (8:00 AM):\n\nAutonomous mode enabled\nStart pulling from queue\nLog to tasks/MODE_HISTORY.md: \"Window opened\"\n\nWindow Closes (8:00 PM):\n\nAutonomous mode disabled\nWrap up current task if in progress\nLog transition: \"Window closed\"\nSwitch to standby mode (HEARTBEAT_OK only)\nSchedule Examples\nTime\tActivity\tMode\n00:00\tGitHub backup (cron)\tOvernight (no autonomy)\n02:00\tHeartbeat check\tStandby (HEARTBEAT_OK)\n03:00\tTemp cleanup (cron)\tOvernight (no autonomy)\n08:00\tWindow opens\t✅ Autonomy ON\n09:00\tWork on task\tAutonomy\n12:00\tGitHub backup (cron)\tAutonomy (pause for backup)\n14:00\tWork on task\tAutonomy\n20:00\tWindow closes\t❌ Autonomy OFF\n23:00\tDaily ops + memory (cron)\tOvernights (no autonomy)\nQueue Structure\n# Task Queue\n\n## ⏰ Autonomy Windows\n- 🌙 Overnight: 20:00 - 08:00 UTC → Autonomy OFF\n- ☀️ Daytime: 08:00 - 20:00 UTC → Autonomy ON\n\n---\n\n## 🔴 Ready (can be picked up during windows)\n- [ ] @priority:high [Task description]\n- [ ] @priority:medium [Task description]\n\n## 🟡 In Progress\n- [ ] @agent: @priority:high [Task description]\n  - Started: 2026-02-16 14:00 UTC\n\n## 🔵 Blocked\n- [ ] @priority:medium [Task] (needs: [what's blocking])\n\n## ✅ Done Today\n- [x] @agent: @priority:high [Task]\n  - Completed: 2026-02-16 14:25 UTC\n\n## 💡 Ideas\n- [Idea for future work]\n\nPriority System\n\nPriority affects task selection order during windows:\n\nPriority\tWhen to use\tSelection\n@priority:urgent\tTime-sensitive, deadline < 6h\tPick FIRST, even outside window\n@priority:high\tImportant, deadline 24h\tPick first in window\n@priority:medium\tNormal importance\tPick second in window\n@priority:low\tNice to have\tPick last in window\nWindow Types\nFull Day Window (Default)\n\nActive: 8 AM - 8 PM UTC (12 hours)\n\nUse when:\n\nyouris available during these hours\nTasks are not time-sensitive\nWant predictable work schedule\n\nHeartbeat frequency: Every 2 hours (6 sessions/day)\n\nExtended Window\n\nActive: 6 AM - 10 PM UTC (16 hours)\n\nUse when:\n\nWant more work hours\nyourhas varied schedule\n\nHeartbeat frequency: Every 2 hours (8 sessions/day)\n\nLimited Window\n\nActive: 10 AM - 6 PM UTC (8 hours)\n\nUse when:\n\nWant controlled token budget\nyourhas focused availability\n\nHeartbeat frequency: Every 2-3 hours (3-4 sessions/day)\n\nToken Budget\n\nRecommended: 4-6 sessions/day, ~5-10K tokens each = 20-60K/day\n\nSession strategy:\n\nWindow Type\tSessions/day\tTokens\tSchedule\nFull Day (12h)\t6\t30-60K\tEvery 2 hours\nExtended (16h)\t8\t40-80K\tEvery 2 hours\nLimited (8h)\t4\t20-40K\tEvery 2-3 hours\n\nWhen to stop:\n\nWindow closes (time-based)\nTokens remaining < 5K\nQueue empty\nyouris actively messaging (human priority)\nUrgent Tasks Override\n\nDefinition: Tasks that cannot wait for window to open\n\nAdd to queue with @priority:urgent:\n\n## 🔴 Ready\n- [ ] @priority:urgent Emergency: [task description]\n\n\nBehavior:\n\nAutonomy works immediately, even if outside window\nOverride all other considerations\nComplete urgent task, then check window status\nWrapping Up When Window Closes\n\nIf in middle of task when window closes:\n\nCheck task progress:\n\nIf > 80% complete → Finish it\nIf < 80% complete → Save progress, move to In Progress, stop\n\nSave state:\n\n## 🟡 In Progress\n- [ ] @agent: @priority:high [Task description]\n  - Started: 2026-02-16 19:30 UTC\n  - Progress at window close: Completed X section, need to do Y\n  - Resume: 2026-02-17 08:00 UTC (next window)\n\nLog to tasks/MODE_HISTORY.md:\n## [2026-02-16 20:00 UTC] Window Closed\nStatus: Task in progress (60% complete)\nAction: Saved state, will resume in next window\n\nMode History Tracking\n\nFile: tasks/MODE_HISTORY.md\n\n# Window Mode Transitions\n\n## [2026-02-16 08:00 UTC] Window Opened\nMode: Daytime window\nQueue state: 3 tasks ready\nExpected sessions: 6\n\n## [2026-02-16 20:00 UTC] Window Closed\nMode: Overnight (standby)\nSessions completed: 5\nTasks completed: 4\nTasks remaining: 1 (in progress, resume tomorrow)\n\n## [2026-02-17 08:00 UTC] Window Opened\nMode: Daytime window\nResumed task in progress\n\nCoordinating With Cron\n\nDaytime (Autonomy ON):\n\nLight cron runs fine (Ollama monitor, disk check) - no conflict\nHeavy cron (backup) - autonomy pauses during execution\n\nOvernight (Autonomy OFF):\n\nAll cron jobs run freely\nNo autonomy conflicts\n\nCron schedule:\n\nTime\tCron Job\tAutonomy Mode\nEvery 5 min\tOllama monitor\tAny (low impact)\nEvery hour\tDisk check\tAny (low impact)\n00:00\tGitHub backup\tOFF (overnight)\n03:00\tTemp cleanup\tOFF (overnight)\n08:00\tWindow opens\tON\n12:00\tGitHub backup\tON (pause during)\n14:00\tDaily ops + memory (Sun)\tON (pause during)\n20:00\tWindow closes\tOFF (overnight)\n23:00\tDaily ops + memory\tOFF (overnight)\nGOALS.md Integration\n\nLink queue tasks to RA's long-term goal: MONEY\n\nAdd goal references:\n\n- [ ] @priority:high Competitor pricing analysis (GOAL: monetization strategy)\n- [ ] @priority:medium Write sales email template (GOAL: improve conversion)\n\n\nWork toward goals during windows:\n\nResearch tasks during early window (fresh energy)\nWriting tasks during mid window (flow state)\nReview tasks during late window (wind down)\n.learnings/ Integration\n\nAfter completing tasks, add findings to .learnings/:\n\n## [LRN-20260216-001] task-completion\nTask: [Task description]\n\nCompleted during: Daytime window (14:00-14:25 UTC)\nTokens used: 8K\n\nKey findings: [summarize]\n\nDaily Routine\nWindow Opens (8:00 AM)\nCheck queue for tasks in 🔴 Ready\nPick highest priority task\nWork 15-30 minutes\nUpdate queue (In Progress or Done)\nDuring Window (9 AM - 8 PM)\nEvery 2 hours: heartbeat, check queue\nWork on next highest priority task\nUpdate queue after completion\nLog progress to memory/[today].md\nWindow Closes (8:00 PM)\nCheck if task in progress\nIf yes: Save progress or finish if close\nMove to Done Today or keep in In Progress\nLog transition tasks/MODE_HISTORY.md\nSwitch to standby (HEARTBEAT_OK only)\nOvernight (8 PM - 8 AM)\nEvery heartbeat: Check urgent only\nIf no urgent: Reply HEARTBEAT_OK\nCron jobs run freely\nNo autonomous work\nTask Output Format\n## Task: [Title]\n\n**Completed during:** [Window type] [Time range]\n**Duration:** X minutes\n**Tokens:** YK\n\n### Work Done\n[Describe what was accomplished]\n\n### Output\n[Attach output file or content]\n\n### Next Steps\n[What to do next - add to Ideas if task spawns follow-up]\n\nEvolving Over Time\n\nThe \"slowly evolve\" approach:\n\nThis mode allows The agent to gradually take on more work:\n\nWeek 1-2:\n\nConservative: 4 sessions/day, limited window\nMonitor performance, adjust schedule\n\nWeek 3-4:\n\nExpand: 6 sessions/day, extended window if needed\nAdd more task types to queue\n\nMonth 2:\n\nOptimize: Tailor window to RA's actual schedule and peak productivity times\nAdjust based on what yourfinds valuable\n\nKey: Start small, expand based on feedback and results.\n\nWhen to Use This Skill\n\nUse this skill when:\n\nYou want predictable work schedule\nYou want autonomy to work during specific hours\nTasks are not time-sensitive (can wait for window)\nYou want clear temporal separation between autonomy and maintenance\nYou're okay with \"slowly evolving\" - start small, expand over time\nWhen NOT to Use This Skill\n\nDo not use this skill when:\n\nYou want 24/7 autonomous work → Use autonomy-type-based for type-based filtering\nTasks are highly time-sensitive → Use urgency override or different approach\nYou want task-based separation rather than time-based → Use autonomy-type-based\nyouris awake during non-standard hours → Adjust windows to match schedule\nQuick Reference\n\nDefault window: 8 AM - 8 PM UTC (adjustable) Session frequency: Every 2-3 hours during window Priority order: urgent (override) → high → medium → low Queue location: tasks/QUEUE.md\n\nSee templates/QUEUE.md for full template structure"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/luciusrockwing/autonomy-windowed",
    "publisherUrl": "https://clawhub.ai/luciusrockwing/autonomy-windowed",
    "owner": "luciusrockwing",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/autonomy-windowed",
    "downloadUrl": "https://openagent3.xyz/downloads/autonomy-windowed",
    "agentUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomy-windowed/agent.md"
  }
}