{
  "schemaVersion": "1.0",
  "item": {
    "slug": "productivity",
    "name": "Productivity",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/productivity",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/productivity",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/productivity",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=productivity",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "adhd.md",
      "burnout.md",
      "creative.md",
      "entrepreneur.md",
      "executive.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/productivity"
    },
    "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/productivity",
    "agentPageUrl": "https://openagent3.xyz/skills/productivity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/productivity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/productivity/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to Use",
        "body": "Use this skill when the user wants a real productivity system, not just one-off motivation. It should cover goals, projects, tasks, habits, planning, reviews, overload triage, and situation-specific constraints in one coherent operating model."
      },
      {
        "title": "Architecture",
        "body": "Productivity lives in ~/productivity/. If ~/productivity/ does not exist yet, run setup.md.\n\n~/productivity/\n├── memory.md                 # Work style, constraints, energy, preferences\n├── inbox/\n│   ├── capture.md            # Quick capture before sorting\n│   └── triage.md             # Triage rules and current intake\n├── dashboard.md              # High-level direction and current focus\n├── goals/\n│   ├── active.md             # Outcome goals and milestones\n│   └── someday.md            # Goals not committed yet\n├── projects/\n│   ├── active.md             # In-flight projects\n│   └── waiting.md            # Blocked or delegated projects\n├── tasks/\n│   ├── next-actions.md       # Concrete next steps\n│   ├── this-week.md          # This week's commitments\n│   ├── waiting.md            # Waiting-for items\n│   └── done.md               # Completed items worth keeping\n├── habits/\n│   ├── active.md             # Current habits and streak intent\n│   └── friction.md           # Things that break consistency\n├── planning/\n│   ├── daily.md              # Daily focus and must-win\n│   ├── weekly.md             # Weekly plan and protected time\n│   └── focus-blocks.md       # Deep work and recovery blocks\n├── reviews/\n│   ├── weekly.md             # Weekly reset\n│   └── monthly.md            # Monthly reflection and adjustments\n├── commitments/\n│   ├── promises.md           # Commitments made to self or others\n│   └── delegated.md          # Handed-off work to track\n├── focus/\n│   ├── sessions.md           # Deep work sessions and patterns\n│   └── distractions.md       # Repeating focus breakers\n├── routines/\n│   ├── morning.md            # Startup routine and first-hour defaults\n│   └── shutdown.md           # End-of-day reset and carry-over logic\n└── someday/\n    └── ideas.md              # Parked ideas and optional opportunities\n\nThe skill should treat this as the user's productivity operating system: one trusted place for direction, commitments, execution, habits, and periodic review."
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileSetup and routingsetup.mdMemory structurememory-template.mdProductivity system templatesystem-template.mdCross-situation frameworksframeworks.mdCommon mistakestraps.mdStudent contextsituations/student.mdExecutive contextsituations/executive.mdFreelancer contextsituations/freelancer.mdParent contextsituations/parent.mdCreative contextsituations/creative.mdBurnout contextsituations/burnout.mdEntrepreneur contextsituations/entrepreneur.mdADHD contextsituations/adhd.mdRemote work contextsituations/remote.mdManager contextsituations/manager.mdHabit contextsituations/habits.mdGuilt and recovery contextsituations/guilt.md"
      },
      {
        "title": "What This Skill Sets Up",
        "body": "LayerPurposeDefault locationCaptureCatch loose inputs fast~/productivity/inbox/DirectionGoals and active bets~/productivity/dashboard.md + goals/ExecutionNext actions and commitments~/productivity/tasks/ProjectsActive and waiting project state~/productivity/projects/HabitsRepeated behaviors and friction~/productivity/habits/PlanningDaily, weekly, and focus planning~/productivity/planning/ReflectionWeekly and monthly reset~/productivity/reviews/CommitmentsPromises and delegated follow-through~/productivity/commitments/FocusDeep work protection and distraction logs~/productivity/focus/RoutinesStartup and shutdown defaults~/productivity/routines/Parking lotNon-committed ideas~/productivity/someday/Personal fitConstraints, energy, preferences~/productivity/memory.md\n\nThis skill should give the user a single framework that can absorb:\n\ngoals\nprojects\ntasks\nhabits\npriorities\nfocus sessions\nroutines\nfocus blocks\nreviews\ncommitments\ninbox capture\nparked ideas\nbottlenecks\ncontext-specific adjustments"
      },
      {
        "title": "Quick Queries",
        "body": "User saysAction\"Set up my productivity system\"Create the ~/productivity/ baseline and explain the folders\"What should I focus on?\"Check dashboard + tasks + commitments + focus, then surface top priorities\"Help me plan my week\"Use goals, projects, commitments, routines, and energy patterns to build a weekly plan\"I'm overwhelmed\"Triage commitments, cut scope, and reset next actions\"Turn this goal into a plan\"Convert goal -> project -> milestones -> next actions\"Do a weekly review\"Update wins, blockers, carry-overs, and next-week focus\"Help me with habits\"Use habits/ to track what to keep, drop, or redesign\"Help me reset my routine\"Use routines/ and planning/ to simplify startup and shutdown loops\"Remember this preference\"Save it to ~/productivity/memory.md after explicit confirmation"
      },
      {
        "title": "1. Build One System, Not Five Competing Ones",
        "body": "Prefer one trusted productivity structure over scattered notes, random task lists, and duplicated plans.\nRoute goals, projects, tasks, habits, routines, focus, planning, and reviews into the right folder instead of inventing a fresh system each time.\nIf the user already has a good system, adapt to it rather than replacing it for style reasons."
      },
      {
        "title": "2. Start With the Real Bottleneck",
        "body": "Diagnose whether the problem is priorities, overload, unclear next actions, bad estimates, weak boundaries, or low energy.\nGive the smallest useful intervention first.\nDo not prescribe a full life overhaul when the user really needs a clearer next step."
      },
      {
        "title": "3. Separate Goals, Projects, and Tasks Deliberately",
        "body": "Goals describe outcomes.\nProjects package the work needed to reach an outcome.\nTasks are the next visible actions.\nHabits are repeated behaviors that support the system over time.\nNever leave a goal sitting as a vague wish without a concrete project or next action."
      },
      {
        "title": "4. Adapt the System to Real Constraints",
        "body": "Use the situation guides when the user's reality matters more than generic advice.\nEnergy, childcare, deadlines, meetings, burnout, and ADHD constraints should shape the plan.\nA sustainable system beats an idealized one that collapses after two days."
      },
      {
        "title": "5. Reviews Matter More Than Constant Replanning",
        "body": "Weekly review is where the system regains trust.\nClear stale tasks, rename vague items, and reconnect tasks to real priorities.\nIf the user keeps replanning daily without progress, simplify and review instead."
      },
      {
        "title": "6. Save Only Explicitly Approved Preferences",
        "body": "Store work-style information only when the user explicitly asks you to save it or clearly approves.\nBefore writing to ~/productivity/memory.md, ask for confirmation.\nNever infer long-term preferences from silence, patterns, or one-off comments."
      },
      {
        "title": "Common Traps",
        "body": "Giving motivational talk when the problem is actually structural.\nTreating every task like equal priority.\nMixing goals, projects, and tasks in the same vague list.\nBuilding a perfect system the user will never maintain.\nRecommending routines that ignore the user's real context.\nPreserving stale commitments because deleting them feels uncomfortable."
      },
      {
        "title": "Scope",
        "body": "This skill ONLY:\n\nbuilds or improves a local productivity operating system\ngives productivity advice and planning frameworks\nreads included reference files for context-specific guidance\nwrites to ~/productivity/ only after explicit user approval\n\nThis skill NEVER:\n\naccesses calendar, email, contacts, or external services by itself\nmonitors or tracks behavior in the background\ninfers long-term preferences from observation alone\nwrites files without explicit user confirmation\nmakes network requests\nmodifies its own SKILL.md or auxiliary files"
      },
      {
        "title": "External Endpoints",
        "body": "This skill makes NO external network requests.\n\nEndpointData SentPurposeNoneNoneN/A\n\nNo data is sent externally."
      },
      {
        "title": "Data Storage",
        "body": "Local files live in ~/productivity/.\n\n~/productivity/memory.md stores approved preferences, constraints, and work-style notes\n~/productivity/inbox/ stores fast captures and triage\n~/productivity/dashboard.md stores top-level direction and current focus\n~/productivity/goals/ stores active and someday goals\n~/productivity/projects/ stores active and waiting projects\n~/productivity/tasks/ stores next actions, weekly commitments, waiting items, and completions\n~/productivity/habits/ stores active habits and friction notes\n~/productivity/planning/ stores daily plans, weekly plans, and focus blocks\n~/productivity/reviews/ stores weekly and monthly reviews\n~/productivity/commitments/ stores promises and delegated follow-through\n~/productivity/focus/ stores deep-work sessions and distraction patterns\n~/productivity/routines/ stores startup and shutdown defaults\n~/productivity/someday/ stores parked ideas\n\nCreate or update these files only after the user confirms they want the system written locally."
      },
      {
        "title": "Migration",
        "body": "If upgrading from an older version, see migration.md before restructuring any existing ~/productivity/ files.\nKeep legacy files until the user confirms the new system is working for them."
      },
      {
        "title": "Security & Privacy",
        "body": "Data that leaves your machine:\n\nNothing. This skill performs no network calls.\n\nData stored locally:\n\nOnly the productivity files the user explicitly approves in ~/productivity/\nWork preferences, constraints, priorities, and planning artifacts the user chose to save\n\nThis skill does NOT:\n\naccess internet or third-party services\nread calendar, email, contacts, or system data automatically\nrun scripts or commands by itself\nmonitor behavior in the background\ninfer hidden preferences from passive observation"
      },
      {
        "title": "Trust",
        "body": "This skill is instruction-only. It provides a local framework for productivity planning, prioritization, and review. Install it only if you are comfortable storing your own productivity notes in plain text under ~/productivity/."
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\nself-improving — Compound execution quality and reusable lessons across tasks\ngoals — Deeper goal-setting and milestone design\ncalendar-planner — Calendar-driven planning and scheduling support\nnotes — Structured note capture for ongoing work and thinking"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star productivity\nStay updated: clawhub sync"
      }
    ],
    "body": "When to Use\n\nUse this skill when the user wants a real productivity system, not just one-off motivation. It should cover goals, projects, tasks, habits, planning, reviews, overload triage, and situation-specific constraints in one coherent operating model.\n\nArchitecture\n\nProductivity lives in ~/productivity/. If ~/productivity/ does not exist yet, run setup.md.\n\n~/productivity/\n├── memory.md                 # Work style, constraints, energy, preferences\n├── inbox/\n│   ├── capture.md            # Quick capture before sorting\n│   └── triage.md             # Triage rules and current intake\n├── dashboard.md              # High-level direction and current focus\n├── goals/\n│   ├── active.md             # Outcome goals and milestones\n│   └── someday.md            # Goals not committed yet\n├── projects/\n│   ├── active.md             # In-flight projects\n│   └── waiting.md            # Blocked or delegated projects\n├── tasks/\n│   ├── next-actions.md       # Concrete next steps\n│   ├── this-week.md          # This week's commitments\n│   ├── waiting.md            # Waiting-for items\n│   └── done.md               # Completed items worth keeping\n├── habits/\n│   ├── active.md             # Current habits and streak intent\n│   └── friction.md           # Things that break consistency\n├── planning/\n│   ├── daily.md              # Daily focus and must-win\n│   ├── weekly.md             # Weekly plan and protected time\n│   └── focus-blocks.md       # Deep work and recovery blocks\n├── reviews/\n│   ├── weekly.md             # Weekly reset\n│   └── monthly.md            # Monthly reflection and adjustments\n├── commitments/\n│   ├── promises.md           # Commitments made to self or others\n│   └── delegated.md          # Handed-off work to track\n├── focus/\n│   ├── sessions.md           # Deep work sessions and patterns\n│   └── distractions.md       # Repeating focus breakers\n├── routines/\n│   ├── morning.md            # Startup routine and first-hour defaults\n│   └── shutdown.md           # End-of-day reset and carry-over logic\n└── someday/\n    └── ideas.md              # Parked ideas and optional opportunities\n\n\nThe skill should treat this as the user's productivity operating system: one trusted place for direction, commitments, execution, habits, and periodic review.\n\nQuick Reference\nTopic\tFile\nSetup and routing\tsetup.md\nMemory structure\tmemory-template.md\nProductivity system template\tsystem-template.md\nCross-situation frameworks\tframeworks.md\nCommon mistakes\ttraps.md\nStudent context\tsituations/student.md\nExecutive context\tsituations/executive.md\nFreelancer context\tsituations/freelancer.md\nParent context\tsituations/parent.md\nCreative context\tsituations/creative.md\nBurnout context\tsituations/burnout.md\nEntrepreneur context\tsituations/entrepreneur.md\nADHD context\tsituations/adhd.md\nRemote work context\tsituations/remote.md\nManager context\tsituations/manager.md\nHabit context\tsituations/habits.md\nGuilt and recovery context\tsituations/guilt.md\nWhat This Skill Sets Up\nLayer\tPurpose\tDefault location\nCapture\tCatch loose inputs fast\t~/productivity/inbox/\nDirection\tGoals and active bets\t~/productivity/dashboard.md + goals/\nExecution\tNext actions and commitments\t~/productivity/tasks/\nProjects\tActive and waiting project state\t~/productivity/projects/\nHabits\tRepeated behaviors and friction\t~/productivity/habits/\nPlanning\tDaily, weekly, and focus planning\t~/productivity/planning/\nReflection\tWeekly and monthly reset\t~/productivity/reviews/\nCommitments\tPromises and delegated follow-through\t~/productivity/commitments/\nFocus\tDeep work protection and distraction logs\t~/productivity/focus/\nRoutines\tStartup and shutdown defaults\t~/productivity/routines/\nParking lot\tNon-committed ideas\t~/productivity/someday/\nPersonal fit\tConstraints, energy, preferences\t~/productivity/memory.md\n\nThis skill should give the user a single framework that can absorb:\n\ngoals\nprojects\ntasks\nhabits\npriorities\nfocus sessions\nroutines\nfocus blocks\nreviews\ncommitments\ninbox capture\nparked ideas\nbottlenecks\ncontext-specific adjustments\nQuick Queries\nUser says\tAction\n\"Set up my productivity system\"\tCreate the ~/productivity/ baseline and explain the folders\n\"What should I focus on?\"\tCheck dashboard + tasks + commitments + focus, then surface top priorities\n\"Help me plan my week\"\tUse goals, projects, commitments, routines, and energy patterns to build a weekly plan\n\"I'm overwhelmed\"\tTriage commitments, cut scope, and reset next actions\n\"Turn this goal into a plan\"\tConvert goal -> project -> milestones -> next actions\n\"Do a weekly review\"\tUpdate wins, blockers, carry-overs, and next-week focus\n\"Help me with habits\"\tUse habits/ to track what to keep, drop, or redesign\n\"Help me reset my routine\"\tUse routines/ and planning/ to simplify startup and shutdown loops\n\"Remember this preference\"\tSave it to ~/productivity/memory.md after explicit confirmation\nCore Rules\n1. Build One System, Not Five Competing Ones\nPrefer one trusted productivity structure over scattered notes, random task lists, and duplicated plans.\nRoute goals, projects, tasks, habits, routines, focus, planning, and reviews into the right folder instead of inventing a fresh system each time.\nIf the user already has a good system, adapt to it rather than replacing it for style reasons.\n2. Start With the Real Bottleneck\nDiagnose whether the problem is priorities, overload, unclear next actions, bad estimates, weak boundaries, or low energy.\nGive the smallest useful intervention first.\nDo not prescribe a full life overhaul when the user really needs a clearer next step.\n3. Separate Goals, Projects, and Tasks Deliberately\nGoals describe outcomes.\nProjects package the work needed to reach an outcome.\nTasks are the next visible actions.\nHabits are repeated behaviors that support the system over time.\nNever leave a goal sitting as a vague wish without a concrete project or next action.\n4. Adapt the System to Real Constraints\nUse the situation guides when the user's reality matters more than generic advice.\nEnergy, childcare, deadlines, meetings, burnout, and ADHD constraints should shape the plan.\nA sustainable system beats an idealized one that collapses after two days.\n5. Reviews Matter More Than Constant Replanning\nWeekly review is where the system regains trust.\nClear stale tasks, rename vague items, and reconnect tasks to real priorities.\nIf the user keeps replanning daily without progress, simplify and review instead.\n6. Save Only Explicitly Approved Preferences\nStore work-style information only when the user explicitly asks you to save it or clearly approves.\nBefore writing to ~/productivity/memory.md, ask for confirmation.\nNever infer long-term preferences from silence, patterns, or one-off comments.\nCommon Traps\nGiving motivational talk when the problem is actually structural.\nTreating every task like equal priority.\nMixing goals, projects, and tasks in the same vague list.\nBuilding a perfect system the user will never maintain.\nRecommending routines that ignore the user's real context.\nPreserving stale commitments because deleting them feels uncomfortable.\nScope\n\nThis skill ONLY:\n\nbuilds or improves a local productivity operating system\ngives productivity advice and planning frameworks\nreads included reference files for context-specific guidance\nwrites to ~/productivity/ only after explicit user approval\n\nThis skill NEVER:\n\naccesses calendar, email, contacts, or external services by itself\nmonitors or tracks behavior in the background\ninfers long-term preferences from observation alone\nwrites files without explicit user confirmation\nmakes network requests\nmodifies its own SKILL.md or auxiliary files\nExternal Endpoints\n\nThis skill makes NO external network requests.\n\nEndpoint\tData Sent\tPurpose\nNone\tNone\tN/A\n\nNo data is sent externally.\n\nData Storage\n\nLocal files live in ~/productivity/.\n\n~/productivity/memory.md stores approved preferences, constraints, and work-style notes\n~/productivity/inbox/ stores fast captures and triage\n~/productivity/dashboard.md stores top-level direction and current focus\n~/productivity/goals/ stores active and someday goals\n~/productivity/projects/ stores active and waiting projects\n~/productivity/tasks/ stores next actions, weekly commitments, waiting items, and completions\n~/productivity/habits/ stores active habits and friction notes\n~/productivity/planning/ stores daily plans, weekly plans, and focus blocks\n~/productivity/reviews/ stores weekly and monthly reviews\n~/productivity/commitments/ stores promises and delegated follow-through\n~/productivity/focus/ stores deep-work sessions and distraction patterns\n~/productivity/routines/ stores startup and shutdown defaults\n~/productivity/someday/ stores parked ideas\n\nCreate or update these files only after the user confirms they want the system written locally.\n\nMigration\n\nIf upgrading from an older version, see migration.md before restructuring any existing ~/productivity/ files. Keep legacy files until the user confirms the new system is working for them.\n\nSecurity & Privacy\n\nData that leaves your machine:\n\nNothing. This skill performs no network calls.\n\nData stored locally:\n\nOnly the productivity files the user explicitly approves in ~/productivity/\nWork preferences, constraints, priorities, and planning artifacts the user chose to save\n\nThis skill does NOT:\n\naccess internet or third-party services\nread calendar, email, contacts, or system data automatically\nrun scripts or commands by itself\nmonitor behavior in the background\ninfer hidden preferences from passive observation\nTrust\n\nThis skill is instruction-only. It provides a local framework for productivity planning, prioritization, and review. Install it only if you are comfortable storing your own productivity notes in plain text under ~/productivity/.\n\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\nself-improving — Compound execution quality and reusable lessons across tasks\ngoals — Deeper goal-setting and milestone design\ncalendar-planner — Calendar-driven planning and scheduling support\nnotes — Structured note capture for ongoing work and thinking\nFeedback\nIf useful: clawhub star productivity\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/productivity",
    "publisherUrl": "https://clawhub.ai/ivangdavila/productivity",
    "owner": "ivangdavila",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/productivity",
    "downloadUrl": "https://openagent3.xyz/downloads/productivity",
    "agentUrl": "https://openagent3.xyz/skills/productivity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/productivity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/productivity/agent.md"
  }
}