{
  "schemaVersion": "1.0",
  "item": {
    "slug": "autonomy-type-based",
    "name": "Type-Based Autonomy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/luciusrockwing/autonomy-type-based",
    "canonicalUrl": "https://clawhub.ai/luciusrockwing/autonomy-type-based",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/autonomy-type-based",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-type-based",
    "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-type-based",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T07:52:37.152Z",
      "expiresAt": "2026-05-17T07:52:37.152Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-type-based",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-type-based",
        "contentDisposition": "attachment; filename=\"autonomy-type-based-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "autonomy-type-based"
      },
      "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-type-based"
    },
    "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-type-based",
    "agentPageUrl": "https://openagent3.xyz/skills/autonomy-type-based/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomy-type-based/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomy-type-based/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": "Type-Based Autonomy",
        "body": "Transform your agent from reactive to autonomous worker on specific task types."
      },
      {
        "title": "Concept",
        "body": "The agent pulls from tasks/QUEUE.md but only works on tasks tagged with specific types:\n\n📚 Research  → ✅ Autonomy works on these\n✍️ Writing   → ✅ Autonomy works on these\n🔍 Analysis  → ✅ Autonomy works on these\n\n🧹 Maintenance → ❌ Autonomy SKIPS these (cron handles)\n💾 Backup      → ❌ Autonomy SKIPS these (cron handles)\n\nCron jobs handle backups, cleanup, security audits. Autonomy handles research, writing, analysis."
      },
      {
        "title": "1. Task Queue Structure",
        "body": "Every task in tasks/QUEUE.md has a @type: label:\n\n## 🔴 Ready\n\n### 📚 Research (@type:research)\n- [ ] @priority:high @type:research Competitor pricing for X product\n- [ ] @priority:medium @type:research Ollama model alternatives\n\n### ✍️ Writing (@type:writing)\n- [ ] @priority:medium @type:writing Blog post on memory systems\n- [ ] @priority:low @type:writing Documentation update\n\n### 🔍 Analysis (@type:analysis)\n- [ ] @priority:medium @type:analysis Review weekly metrics\n- [ ] @priority:low @type:analysis Analyze token patterns\n\n### 🧹 Maintenance (@type:maintenance)\n→ Autonomy IGNORES, cron handles\n- [ ] @priority:medium @type:maintenance Old log cleanup"
      },
      {
        "title": "2. Heartbeat Flow",
        "body": "Heartbeat → Check urgent → No → Read QUEUE.md → Filter by @type → Pick task → Work → Update QUEUE → Log\n\nFilter logic:\n\nRead all tasks in 🔴 Ready section\nONLY pick tasks with @type:research | @type:writing | @type:analysis\nSKIP tasks with @type:maintenance | @type:backup | @type:security"
      },
      {
        "title": "3. Task Completion",
        "body": "1. Mark task as In Progress: @agent: @type:research [task description]\n2. Work on it\n3. Move to Done Today with completion notes\n4. Log to memory/[today].md\n5. Check GOALS.md and .learnings/ for follow-up tasks"
      },
      {
        "title": "Research (@type:research)",
        "body": "Definition: Information gathering, investigation, discovery\n\nExamples:\n\nCompetitor analysis\nAPI documentation research\nTechnology exploration\nMarket research\nBest practices investigation\n\nOutput format:\n\n## Research: [Topic]\n\n### Findings\n- Key point 1\n- Key point 2\n\n### Sources\n- [Source 1](url)\n- [Source 2](url)\n\n### Recommendations\n- Recommendation 1\n- Recommendation 2\n\nAdd follow-up task to Ideas:\n\n- [Idea: @type:analysis @priority:medium Analyze research findings for X]"
      },
      {
        "title": "Writing (@type:writing)",
        "body": "Definition: Content creation, documentation, communication\n\nExamples:\n\nBlog posts\nDocumentation updates\nEmail drafts\nAnnouncements\nGuides/tutorials\n\nOutput format:\n\n# [Title]\n\n[Content]\n\nPost-completion:\n\nIf email: Add to Ideas for review by RA\nIf blog/doc: Add to Ideas for publishing\nIf announcement: Add to Ideas for distribution"
      },
      {
        "title": "Analysis (@type:analysis)",
        "body": "Definition: Data review, metrics analysis, pattern finding\n\nExamples:\n\nWeekly performance review\nToken usage analysis\nLog analysis\nTrend identification\nMetrics dashboard creation\n\nOutput format:\n\n## Analysis: [Topic]\n\n### Data Reviewed\n- [List of data sources]\n\n### Key Findings\n- Finding 1 with metric\n- Finding 2 with metric\n\n### Patterns\n- Pattern 1\n- Pattern 2\n\n### Recommendations\n- Action 1\n- Action 2\n\nAdd follow-up tasks:\n\n- [Idea: @type:writing @priority:medium Write analysis report]\n- [Idea: @type:research @priority:low Investigate pattern X further]"
      },
      {
        "title": "Maintenance (@type:maintenance)",
        "body": "Definition: System cleanup, organization, routine tasks\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nOld log cleanup\nTemp file deletion\nFile organization\nArchive old records\n\nBehavior:\n\nAutonomy SKIPS these tasks\nCron jobs handle them overnight\nManual trigger if urgent, but usually not needed"
      },
      {
        "title": "Backup (@type:backup)",
        "body": "Definition: Data backup, version control, sync\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nGitHub backup\nDatabase backup\nCloud sync\n\nBehavior:\n\nAutonomy SKIPS these tasks\nScheduled twice daily (00:00, 12:00 UTC)"
      },
      {
        "title": "Security (@type:security)",
        "body": "Definition: Security checks, audits, vulnerability scans\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nSecurity audit\nPermission check\nCredential review\n\nBehavior:\n\nAutonomy SKIPS these tasks\nMonthly security audit cron (1st of month)"
      },
      {
        "title": "Priority System",
        "body": "Priority affects task selection order:\n\nPriorityWhen to useSelection@priority:urgentTime-sensitive, deadline < 24hPick FIRST@priority:highImportant, deadline 2-3 daysPick SECONDpriority:mediumNormal importancePick THIRDpriority:lowNice to have, no deadlinePick LAST"
      },
      {
        "title": "GOALS.md Integration",
        "body": "Every task should support RA's long-term goal: MONEY\n\nWhen creating tasks:\n\nCheck GOALS.md for current objectives\nLink tasks to money-making activities\nAsk: \"How does this help RA make money?\"\n\nExamples:\n\n### 📚 Research\n- [ ] @priority:high @type:research Competitor pricing (GOAL: pricing strategy for new product)\n- [ ] @priority:medium @type:research Market fit analysis (GOAL: validate product idea)\n\n### ✍️ Writing\n- [ ] @priority:high @type:writing Sales email template (GOAL: improve conversion)\n- [ ] @priority:medium @type:blog Marketing post (GOAL: drive traffic)\n\nPost-completion:\n\nUpdate GOALS.md with progress notes if relevant\nAdd to Ideas: follow-up tasks that advance goals"
      },
      {
        "title": ".learnings/ Integration",
        "body": "When completing tasks, add findings to .learnings/:\n\nAfter research task:\n\n## [LRN-20260216-001] research-findings\nResearch: Competitor pricing analysis\n\nKey findings: [summarize]\n\nAfter analysis task:\n\n## [LRN-20260216-002] analysis-insights\nAnalysis: Token usage patterns\n\nKey insights: [summarize]\n\nAfter problem:\n\n## [ERR-20260216-001] research-issue\nError: API rate limit during research\n\nFix: [document the fix]"
      },
      {
        "title": "Adding Tasks",
        "body": "RA adds tasks directly to queue:\n\n## 🔴 Ready\n- [ ] @type:research @priority:high Analyze competitor X pricing\n\nThe agent discovers tasks during work and adds to Ideas:\n\n## 💡 Ideas\n- [Idea: @type:research @priority:medium Investigate Ollama alternative models]"
      },
      {
        "title": "Updating Tasks",
        "body": "When starting:\n\n## 🟡 In Progress\n- [ ] @agent: @type:research @priority:high Competitor pricing analysis\n  - Started: 2026-02-16 14:00 UTC\n  - Progress: Gathering data\n\nWhen complete:\n\n## ✅ Done Today\n- [x] @agent: @type:research @priority:high Competitor pricing analysis\n  - Completed: 2026-02-16 14:25 UTC\n  - Output: tasks/outputs/competitor-pricing-analysis.md\n\nWhen blocked:\n\n## 🔵 Blocked\n- [ ] @type:writing @priority:medium Email draft (needs: RA review)"
      },
      {
        "title": "Clearing Done Today",
        "body": "Daily routine (during heartbeat or cron):\n\nMove completed tasks from Done Today to tasks/archive/ if you want to keep history\nOr simply delete if not needed\nClear section with: ## ✅ Done Today (empty)"
      },
      {
        "title": "Token Budget",
        "body": "Recommendation: 4 sessions/day, ~3-8K tokens each = 12-32K/day\n\nSession strategy:\n\nTimeTask TypeTokensFocus09:00 AMResearch8-10KDeep investigation13:00 PMWriting5-7KContent creation17:00 PMAnalysis3-5KData review21:00 PMLearning2-3KReview learnings\n\nWhen to stop:\n\nIf tokens remaining < 5K for the day\nIf queue has no tasks of allowed types\nIf RA is actively messaging (human priority)"
      },
      {
        "title": "Coordination With Cron",
        "body": "Autonomy and cron work in parallel but on different task types:\n\nSystemTask TypesScheduleAutonomyResearch, Writing, AnalysisAny time (heartbeat-driven)CronBackup, Maintenance, SecurityScheduled (midnight, noon, daily)\n\nNo conflicts - they work on completely different things."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill when:\n\nYou want autonomy focused on value-add tasks (research, writing, analysis)\nYou want maximum token efficiency\nTasks can be clearly categorized by type\nYou want to expand task types later (add coding, testing as they come up)\nYou want clear separation between autonomy and maintenance"
      },
      {
        "title": "When NOT to Use This Skill",
        "body": "Do not use this skill when:\n\nYou want continuous work on any task type → Use autonomy-windowed skill\nTask types are unclear or ambiguous → Use simpler queue\nYou want the agent to handle maintenance tasks → Those belong to cron\nYou want predictable work hours → Use autonomy-windowed for time-based control"
      },
      {
        "title": "Quick Reference",
        "body": "Task types for autonomy: @type:research | @type:writing | @type:analysis\n\nTask types for cron: @type:maintenance | @type:backup | @type:security\n\nPriority order: urgent → high → medium → low\n\nQueue location: tasks/QUEUE.md\n\nSee templates/QUEUE.md for full template structure"
      }
    ],
    "body": "Type-Based Autonomy\n\nTransform your agent from reactive to autonomous worker on specific task types.\n\nConcept\n\nThe agent pulls from tasks/QUEUE.md but only works on tasks tagged with specific types:\n\n📚 Research  → ✅ Autonomy works on these\n✍️ Writing   → ✅ Autonomy works on these\n🔍 Analysis  → ✅ Autonomy works on these\n\n🧹 Maintenance → ❌ Autonomy SKIPS these (cron handles)\n💾 Backup      → ❌ Autonomy SKIPS these (cron handles)\n\n\nCron jobs handle backups, cleanup, security audits. Autonomy handles research, writing, analysis.\n\nHow It Works\n1. Task Queue Structure\n\nEvery task in tasks/QUEUE.md has a @type: label:\n\n## 🔴 Ready\n\n### 📚 Research (@type:research)\n- [ ] @priority:high @type:research Competitor pricing for X product\n- [ ] @priority:medium @type:research Ollama model alternatives\n\n### ✍️ Writing (@type:writing)\n- [ ] @priority:medium @type:writing Blog post on memory systems\n- [ ] @priority:low @type:writing Documentation update\n\n### 🔍 Analysis (@type:analysis)\n- [ ] @priority:medium @type:analysis Review weekly metrics\n- [ ] @priority:low @type:analysis Analyze token patterns\n\n### 🧹 Maintenance (@type:maintenance)\n→ Autonomy IGNORES, cron handles\n- [ ] @priority:medium @type:maintenance Old log cleanup\n\n2. Heartbeat Flow\nHeartbeat → Check urgent → No → Read QUEUE.md → Filter by @type → Pick task → Work → Update QUEUE → Log\n\n\nFilter logic:\n\nRead all tasks in 🔴 Ready section\nONLY pick tasks with @type:research | @type:writing | @type:analysis\nSKIP tasks with @type:maintenance | @type:backup | @type:security\n3. Task Completion\n1. Mark task as In Progress: @agent: @type:research [task description]\n2. Work on it\n3. Move to Done Today with completion notes\n4. Log to memory/[today].md\n5. Check GOALS.md and .learnings/ for follow-up tasks\n\nTask Types\nResearch (@type:research)\n\nDefinition: Information gathering, investigation, discovery\n\nExamples:\n\nCompetitor analysis\nAPI documentation research\nTechnology exploration\nMarket research\nBest practices investigation\n\nOutput format:\n\n## Research: [Topic]\n\n### Findings\n- Key point 1\n- Key point 2\n\n### Sources\n- [Source 1](url)\n- [Source 2](url)\n\n### Recommendations\n- Recommendation 1\n- Recommendation 2\n\n\nAdd follow-up task to Ideas:\n\n- [Idea: @type:analysis @priority:medium Analyze research findings for X]\n\nWriting (@type:writing)\n\nDefinition: Content creation, documentation, communication\n\nExamples:\n\nBlog posts\nDocumentation updates\nEmail drafts\nAnnouncements\nGuides/tutorials\n\nOutput format:\n\n# [Title]\n\n[Content]\n\n\nPost-completion:\n\nIf email: Add to Ideas for review by RA\nIf blog/doc: Add to Ideas for publishing\nIf announcement: Add to Ideas for distribution\nAnalysis (@type:analysis)\n\nDefinition: Data review, metrics analysis, pattern finding\n\nExamples:\n\nWeekly performance review\nToken usage analysis\nLog analysis\nTrend identification\nMetrics dashboard creation\n\nOutput format:\n\n## Analysis: [Topic]\n\n### Data Reviewed\n- [List of data sources]\n\n### Key Findings\n- Finding 1 with metric\n- Finding 2 with metric\n\n### Patterns\n- Pattern 1\n- Pattern 2\n\n### Recommendations\n- Action 1\n- Action 2\n\n\nAdd follow-up tasks:\n\n- [Idea: @type:writing @priority:medium Write analysis report]\n- [Idea: @type:research @priority:low Investigate pattern X further]\n\nMaintenance (@type:maintenance)\n\nDefinition: System cleanup, organization, routine tasks\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nOld log cleanup\nTemp file deletion\nFile organization\nArchive old records\n\nBehavior:\n\nAutonomy SKIPS these tasks\nCron jobs handle them overnight\nManual trigger if urgent, but usually not needed\nBackup (@type:backup)\n\nDefinition: Data backup, version control, sync\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nGitHub backup\nDatabase backup\nCloud sync\n\nBehavior:\n\nAutonomy SKIPS these tasks\nScheduled twice daily (00:00, 12:00 UTC)\nSecurity (@type:security)\n\nDefinition: Security checks, audits, vulnerability scans\n\nHandler: Cron (NOT autonomy)\n\nExamples:\n\nSecurity audit\nPermission check\nCredential review\n\nBehavior:\n\nAutonomy SKIPS these tasks\nMonthly security audit cron (1st of month)\nPriority System\n\nPriority affects task selection order:\n\nPriority\tWhen to use\tSelection\n@priority:urgent\tTime-sensitive, deadline < 24h\tPick FIRST\n@priority:high\tImportant, deadline 2-3 days\tPick SECOND\npriority:medium\tNormal importance\tPick THIRD\npriority:low\tNice to have, no deadline\tPick LAST\nGOALS.md Integration\n\nEvery task should support RA's long-term goal: MONEY\n\nWhen creating tasks:\n\nCheck GOALS.md for current objectives\nLink tasks to money-making activities\nAsk: \"How does this help RA make money?\"\n\nExamples:\n\n### 📚 Research\n- [ ] @priority:high @type:research Competitor pricing (GOAL: pricing strategy for new product)\n- [ ] @priority:medium @type:research Market fit analysis (GOAL: validate product idea)\n\n### ✍️ Writing\n- [ ] @priority:high @type:writing Sales email template (GOAL: improve conversion)\n- [ ] @priority:medium @type:blog Marketing post (GOAL: drive traffic)\n\n\nPost-completion:\n\nUpdate GOALS.md with progress notes if relevant\nAdd to Ideas: follow-up tasks that advance goals\n.learnings/ Integration\n\nWhen completing tasks, add findings to .learnings/:\n\nAfter research task:\n\n## [LRN-20260216-001] research-findings\nResearch: Competitor pricing analysis\n\nKey findings: [summarize]\n\n\nAfter analysis task:\n\n## [LRN-20260216-002] analysis-insights\nAnalysis: Token usage patterns\n\nKey insights: [summarize]\n\n\nAfter problem:\n\n## [ERR-20260216-001] research-issue\nError: API rate limit during research\n\nFix: [document the fix]\n\nQueue Management\nAdding Tasks\n\nRA adds tasks directly to queue:\n\n## 🔴 Ready\n- [ ] @type:research @priority:high Analyze competitor X pricing\n\n\nThe agent discovers tasks during work and adds to Ideas:\n\n## 💡 Ideas\n- [Idea: @type:research @priority:medium Investigate Ollama alternative models]\n\nUpdating Tasks\n\nWhen starting:\n\n## 🟡 In Progress\n- [ ] @agent: @type:research @priority:high Competitor pricing analysis\n  - Started: 2026-02-16 14:00 UTC\n  - Progress: Gathering data\n\n\nWhen complete:\n\n## ✅ Done Today\n- [x] @agent: @type:research @priority:high Competitor pricing analysis\n  - Completed: 2026-02-16 14:25 UTC\n  - Output: tasks/outputs/competitor-pricing-analysis.md\n\n\nWhen blocked:\n\n## 🔵 Blocked\n- [ ] @type:writing @priority:medium Email draft (needs: RA review)\n\nClearing Done Today\n\nDaily routine (during heartbeat or cron):\n\nMove completed tasks from Done Today to tasks/archive/ if you want to keep history\nOr simply delete if not needed\nClear section with: ## ✅ Done Today (empty)\nToken Budget\n\nRecommendation: 4 sessions/day, ~3-8K tokens each = 12-32K/day\n\nSession strategy:\n\nTime\tTask Type\tTokens\tFocus\n09:00 AM\tResearch\t8-10K\tDeep investigation\n13:00 PM\tWriting\t5-7K\tContent creation\n17:00 PM\tAnalysis\t3-5K\tData review\n21:00 PM\tLearning\t2-3K\tReview learnings\n\nWhen to stop:\n\nIf tokens remaining < 5K for the day\nIf queue has no tasks of allowed types\nIf RA is actively messaging (human priority)\nCoordination With Cron\n\nAutonomy and cron work in parallel but on different task types:\n\nSystem\tTask Types\tSchedule\nAutonomy\tResearch, Writing, Analysis\tAny time (heartbeat-driven)\nCron\tBackup, Maintenance, Security\tScheduled (midnight, noon, daily)\n\nNo conflicts - they work on completely different things.\n\nWhen to Use This Skill\n\nUse this skill when:\n\nYou want autonomy focused on value-add tasks (research, writing, analysis)\nYou want maximum token efficiency\nTasks can be clearly categorized by type\nYou want to expand task types later (add coding, testing as they come up)\nYou want clear separation between autonomy and maintenance\nWhen NOT to Use This Skill\n\nDo not use this skill when:\n\nYou want continuous work on any task type → Use autonomy-windowed skill\nTask types are unclear or ambiguous → Use simpler queue\nYou want the agent to handle maintenance tasks → Those belong to cron\nYou want predictable work hours → Use autonomy-windowed for time-based control\nQuick Reference\n\nTask types for autonomy: @type:research | @type:writing | @type:analysis\n\nTask types for cron: @type:maintenance | @type:backup | @type:security\n\nPriority order: urgent → high → medium → low\n\nQueue location: tasks/QUEUE.md\n\nSee templates/QUEUE.md for full template structure"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/luciusrockwing/autonomy-type-based",
    "publisherUrl": "https://clawhub.ai/luciusrockwing/autonomy-type-based",
    "owner": "luciusrockwing",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/autonomy-type-based",
    "downloadUrl": "https://openagent3.xyz/downloads/autonomy-type-based",
    "agentUrl": "https://openagent3.xyz/skills/autonomy-type-based/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomy-type-based/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomy-type-based/agent.md"
  }
}