{
  "schemaVersion": "1.0",
  "item": {
    "slug": "intelligence-ingestion",
    "name": "Intelligence Ingestion",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sarahmirrand001-oss/intelligence-ingestion",
    "canonicalUrl": "https://clawhub.ai/sarahmirrand001-oss/intelligence-ingestion",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/intelligence-ingestion",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=intelligence-ingestion",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "STRATEGIC_LANDSCAPE.template.md",
      "README.md",
      "config.example.json",
      "SKILL.md",
      "manifest.json"
    ],
    "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",
      "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/intelligence-ingestion"
    },
    "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/intelligence-ingestion",
    "agentPageUrl": "https://openagent3.xyz/skills/intelligence-ingestion/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intelligence-ingestion/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intelligence-ingestion/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": "Intelligence Ingestion Skill",
        "body": "You are feeding something smarter than you.\nThis Skill ensures you know exactly what it ate and what it became.\n\nMCP Compatible: This Skill ships with a manifest.json that follows the MCP capability declaration spec, making it discoverable and invokable by any MCP-compatible Agent workflow."
      },
      {
        "title": "Design Philosophy",
        "body": "\"giving my private data/keys to 400K lines of vibe coded monster is not very appealing at all\" — Andrej Karpathy\n\nThis Skill embraces a trust-first design philosophy:\n\nNo Self-Modifying Agents. Auto-generated Skills are isolated as drafts. You, the human operator, must review and approve them before they activate.\nSkills are the new Config. No need to modify configuration files or monster if-else scripts. A single Skill file defines a capability.\nBuild. For. Agents. Built with an MCP manifest, structured outputs, and CLI installation so that any Agent in the ecosystem can find, understand, and use it."
      },
      {
        "title": "Permissions & Privacy",
        "body": "This Skill writes files to your local filesystem and may access sensitive browser state. Full transparency on what it touches:\n\nPermissionWhatWhyFile Write{obsidian_vault}/{intelligence_folder}/Creates structured intelligence notesFile Write{workspace}/STRATEGIC_LANDSCAPE.mdUpdates capability map when critical info is ingestedFile Write{workspace}/skills/_drafts/Creates auto-synthesized Skill drafts (isolated, never auto-loaded)File Write{workspace}/memory/Appends to daily memory logsFile CreateSTRATEGIC_LANDSCAPE.mdAuto-creates from template if missing on first runFile Read{workspace}/skills/Reads existing Skills for gap analysis during synthesisNetworkUser-provided URLsFetches content via HTTP; may fall back to search if primary fetch failsCredentialxurl X API auth (Optional)Used for authenticated X/Twitter API v2 access via the xurl Skill\n\nPrivacy Note: The \"never return empty-handed\" fallback policy means the Skill may make multiple external network requests per ingestion (direct fetch → xurl → web search). All fetched content is stored locally in your Obsidian vault; no data is transmitted to third-party servers beyond the original fetch."
      },
      {
        "title": "Prerequisites",
        "body": "ToolPurposeRequired?ObsidianKnowledge storage (notes land here)✅ RequiredOpenClawSkill host + Agent orchestration✅ Required"
      },
      {
        "title": "Configuration",
        "body": "Edit config.json after installation:\n\n{\n  \"obsidian_vault_path\": \"/path/to/your/Obsidian_Vault\",\n  \"intelligence_folder\": \"20_Intelligence\",\n  \"landscape_path\": \"STRATEGIC_LANDSCAPE.md\",\n  \"output_dir\": \"/path/to/your/output\"\n}\n\nFieldDescriptionDefaultobsidian_vault_pathAbsolute path to Obsidian Vault rootNone (Required)intelligence_folderSubfolder for intelligence notes20_Intelligencelandscape_pathStrategic Landscape file path (relative to workspace)STRATEGIC_LANDSCAPE.mdoutput_dirDirectory for non-knowledge outputsNone (Optional)\n\nStorage Strategy: Obsidian = Knowledge Inputs (Analysis/Notes), Output = Content Generation (Posts/Scripts)"
      },
      {
        "title": "First-time Setup",
        "body": "If STRATEGIC_LANDSCAPE.md does not exist, the Skill will automatically generate an empty template.\nIf the Obsidian Vault path does not exist or config.json is missing, the Skill will error and provide remediation steps."
      },
      {
        "title": "Triggers",
        "body": "Auto-triggers on:\n\nUser sharing a URL (x.com, github.com, arxiv.org, etc.)\nUser pasting an article/tweet block\nUser prompts like \"analyze this\", \"evaluate this\", \"what do you think about this\"\nUser forwarding content from Telegram or any chat interface\n\nDoes not trigger on:\n\nGeneral questions unrelated to external knowledge\nExplicit commands to simply summarize\nE-commerce, music, or entertainment links"
      },
      {
        "title": "Content Extraction Strategy (Critical)",
        "body": "Different sources require different extraction methods. The Agent must run down this priority chain:"
      },
      {
        "title": "Standard Web Pages",
        "body": "1. read_url_content(url) → If successful, use it\n2. Fallback → Direct user to paste content"
      },
      {
        "title": "X/Twitter (Aggressive Anti-Scraping)",
        "body": "X strictly prevents unauthenticated scraping. Use this degradation chain:\n\n1. xurl Skill (Recommended) → Native OpenClaw skill using X API v2\n   - Most reliable method\n   - Requires xurl authentication\n2. Fallback → Web search the tweet text (often indexed by search engines)\n3. Fallback → Ask user to paste the raw text\n\nPrinciple: Never return empty-handed. Even if extraction fails, inform the user exactly which step failed, why, and how to fix it."
      },
      {
        "title": "GitHub",
        "body": "1. read_url_content(url) → Usually accessible\n2. If repo root → Target README.md\n3. If issue/PR → Target title, description, and primary comments"
      },
      {
        "title": "Paywalls / Login Walls",
        "body": "1. Mark as unreachable and analyze based solely on user-provided summary"
      },
      {
        "title": "Step 1: READ — Extract Content",
        "body": "Execute extraction according to the Strategy chain. Log the successful extraction method."
      },
      {
        "title": "Step 2: CLASSIFY — Categorize",
        "body": "Assign 1 primary category + up to 2 tags:\n\nCategoryDescriptionExampleinfraInfrastructure / protocols / networkingMCP, Pilot ProtocolstrategyArchitectural decisions / routing / cost opModel routing, multi-accountskillAgent Skills / tools / capabilitiesSkill patterns, MCP interfacesbusinessBusiness models / market signalsSaaS frameworks, pricingtheoryConceptual frameworks / mental modelsBayes, decision theorytutorialLearning material / guidesClaude Code, Agent LoopsproductNew tool/service releasesLM Studio, model dropsthreatRisk / security / deprecationsAPI changes, vulnerabilities"
      },
      {
        "title": "Step 3: ANALYZE — Strategic Valuation",
        "body": "Formulate the following breakdown:\n\n## Strategic Assessment\n- **What is it?** [One-sentence summary]\n- **Value Proposition:** [Specific capability/benefit]\n- **Actionability:** [Specific outputs/projects it enables]\n- **Strategic Value:** [🔴 Critical / 🟡 High / 🟢 Medium / ⚪ Low]\n- **Competitive Advantage:** [What is the cost of NOT knowing this?]\n- **Capability Boundary Shift:** [What can the Agent do now that it couldn't do before?]"
      },
      {
        "title": "Step 4: MAP — Correlate with Architecture",
        "body": "Read {landscape_path} (Strategic Landscape). Answer:\n\nWhat architectural layer does this impact?\nWhat existing components does this depend on?\nDoes the Landscape map need to be updated?\n\n(If Landscape file does not exist, skip and prompt user in Step 8 to initialize.)"
      },
      {
        "title": "Step 5: STORE — Mint Obsidian Note",
        "body": "Target Path: {obsidian_vault_path}/{intelligence_folder}/YYYYMMDD_Source_Title.md\n\nTemplate:\n\n# [Title]\n\n**Source:** [Link](URL)\n**Date:** YYYY-MM-DD\n**Category:** [Primary] / [Tags]\n**Strategic Value:** [🔴/🟡/🟢/⚪] + reason\n**Extraction Method:** [read_url / browser / search / user_paste]\n\n---\n\n## Abstract\n[2-3 paragraph core summary]\n\n## Key Takeaways\n[Numbered list]\n\n## Architectural Impact\n[Relationship with current systems]\n\n## Capability Boundary Shift\n[What the Agent can do now vs before. If none, write \"None\"]\n\n## Action Items\n[Next steps. If none, write \"N/A\"]\n\n---\n\n**Analytical Notes:** [Direct, sharp, opinionated analysis]"
      },
      {
        "title": "Step 6: SYNTHESIZE — Auto-Skill Generation (Evolution Step)",
        "body": "Trigger: Content describes an actionable tool, API, protocol, or technique that the Agent currently lacks.\n\nDo NOT trigger if: Content is purely theoretical, an opinion piece, a capability the Agent already possesses, or ranked ⚪ Low purely regarding strategic value.\n\nExecution:\n\nGap Analysis: Compare current skills/ directory and Strategic Landscape to confirm this is a missing capability.\nDraft Minting: Create a new Skill folder in {workspace}/skills/_drafts/:\n\nskills/_drafts/[skill-name]/\n├── SKILL.md          # Generated behavior definition\n└── README.md         # Brief description, source, dependencies\n\nSKILL.md Template:\n\n---\nname: [Skill Name]\nversion: 0.1.0-draft\ndescription: >\n  [Generated description based on ingestion]\n  Auto-synthesized by Intelligence Ingestion from: [Source URL]\n---\n\n# [Skill Name]\n\n> 🧬 This Skill was auto-generated by Intelligence Ingestion and requires human review.\n> Source: [URL]\n> Generated: YYYY-MM-DD\n\n## Prerequisites\n[Dependencies extracted from content: API Keys, CLI tools, services]\n\n## Trigger Conditions\n[When should this trigger based on capability description]\n\n## Execution Flow\n[Step-by-step logic pulled from ingested docs]\n\n## Input/Output\n- **Input:** [Expected input]\n- **Output:** [Expected output]\n\nSecurity Isolation: Drafts remain in _drafts/ and are ignored by the Agent runtime. The operator must review the code and manually move it to the skills/ directory to activate it."
      },
      {
        "title": "Step 7: REMEMBER — Update Core Memory",
        "body": "Mandatory: Append to daily log {workspace}/memory/YYYY-MM-DD.md\nIf 🔴 Critical: Sync update to {landscape_path}\nIf Tool related: Flag TOOLS.md for review\nIf Skill Draft Synthesized: Log the draft path and flag it as entirely pending human review."
      },
      {
        "title": "Step 8: RESPOND — Feedback to Operator",
        "body": "Respond exactly in this layout:\n\n📥 Ingested: [Title]\n📂 Class: [Category]\n🎯 Value: [🔴/🟡/🟢/⚪] [One sentence]\n🔄 Cap Shift: [Delta explanation / None]\n🧬 Skill Draft: [Generated → skills/_drafts/[name]/ | N/A]\n💾 Archived: Obsidian → {intelligence_folder}/[Filename]\n🗺️ Landscape: [Updated / Unchanged / Missing]\n⚡ Action: [Review draft / Review landscape / None]"
      },
      {
        "title": "Companion: Strategic Landscape",
        "body": "Intelligence Ingestion pairs directly with your Strategic Landscape:\n\nIntelligence Ingestion = The \"Information Input\"\nStrategic Landscape = The \"Capability Map\"\n\nEvery time 🔴 Critical information is ingested, the Landscape updates automatically, providing a real-time view of what the Agent knows, what it can do, and what the blind spots are."
      },
      {
        "title": "Input",
        "body": "Analyze this: https://x.com/kaboraAI/status/1234567890"
      },
      {
        "title": "Execution",
        "body": "Step 1: READ\n  → xurl Skill invoked → Success\n  → Content: \"MCP is the new TCP for agents. 97M downloads...\"\n\nStep 2: CLASSIFY\n  → Primary: infra\n  → Tags: skill, strategy\n\nStep 3: ANALYZE\n  → Value: 🔴 Critical\n  → Cap Shift: Skills must adopt MCP interfaces immediately.\n\nStep 4: MAP\n  → Impact Layer: Layer 2 (Communication) + Layer 4 (Orchestration)\n  → Update Landscape: Yes\n\nStep 5: STORE\n  → Obsidian Node: 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md\n\nStep 6: SYNTHESIZE\n  → Gap: Agent currently lacks automatic MCP schema generation\n  → Draft: skills/_drafts/mcp-schema-generator/SKILL.md\n  → Logic: Reads existing Skills and auto-generates MCP JSON\n\nStep 7: REMEMBER\n  → Updated memory/2026-02-25.md\n  → Updated STRATEGIC_LANDSCAPE.md\n  → Logged Draft: mcp-schema-generator pending review\n\nStep 8: RESPOND"
      },
      {
        "title": "Output",
        "body": "📥 Ingested: MCP is the new TCP for agents\n📂 Class: infra / skill, strategy\n🎯 Value: 🔴 Critical — MCP passing 97M downloads signals 24-month standardization window\n🔄 Cap Shift: Skills require MCP interfaces to be discovered by external swarms\n🧬 Skill Draft: Generated → skills/_drafts/mcp-schema-generator/\n   → Function: Auto-compiles OpenClaw Skills to MCP schemas\n   → Review: mv skills/_drafts/mcp-schema-generator skills/mcp-schema-generator\n💾 Archived: Obsidian → 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md\n🗺️ Landscape: Updated (Communication + Orchestration layers)\n⚡ Action: Review schema generator draft; plan fleet-wide audit"
      },
      {
        "title": "Edge Cases",
        "body": "ConditionHandlerMultiple URLsProcess separately; create independent notesRedundant infoMap to existing note; append or referenceNon-EnglishAnalyze raw content; write notes in user's native tongueUnreachable URLMark as failed; analyze whatever context user providedUser provided analysisIntegrate with assessment; do not overrideconfig.json missingHalt; stream remediation stepsLandscape missingSkip Step 4; prompt initialization in Step 8All X/Twitter falls failAsk user to paste textPure theory/opinionSkip SYNTHESIZE; mark N/ACapability existsSkip SYNTHESIZE; mark existing_drafts/ missingAuto-create {workspace}/skills/_drafts/"
      },
      {
        "title": "Quality Checklist",
        "body": "Before responding, verify (using ls or checks):\n\nObsidian note minted as YYYYMMDD_Source_Title.md\n Daily memory log appended\n Source URL retained in metadata\n Strategic Value scored\n Capability Shift assessed\n Skill draft synthesized (if applicable, verify _drafts/ path exists)\n Strategic Landscape updated (if applicable)\n Operator received standard Step 8 output\n Explicit fallback reasoning provided if extraction failed"
      }
    ],
    "body": "Intelligence Ingestion Skill\n\nYou are feeding something smarter than you. This Skill ensures you know exactly what it ate and what it became.\n\nMCP Compatible: This Skill ships with a manifest.json that follows the MCP capability declaration spec, making it discoverable and invokable by any MCP-compatible Agent workflow.\n\nDesign Philosophy\n\n\"giving my private data/keys to 400K lines of vibe coded monster is not very appealing at all\" — Andrej Karpathy\n\nThis Skill embraces a trust-first design philosophy:\n\nNo Self-Modifying Agents. Auto-generated Skills are isolated as drafts. You, the human operator, must review and approve them before they activate.\nSkills are the new Config. No need to modify configuration files or monster if-else scripts. A single Skill file defines a capability.\nBuild. For. Agents. Built with an MCP manifest, structured outputs, and CLI installation so that any Agent in the ecosystem can find, understand, and use it.\nPermissions & Privacy\n\nThis Skill writes files to your local filesystem and may access sensitive browser state. Full transparency on what it touches:\n\nPermission\tWhat\tWhy\nFile Write\t{obsidian_vault}/{intelligence_folder}/\tCreates structured intelligence notes\nFile Write\t{workspace}/STRATEGIC_LANDSCAPE.md\tUpdates capability map when critical info is ingested\nFile Write\t{workspace}/skills/_drafts/\tCreates auto-synthesized Skill drafts (isolated, never auto-loaded)\nFile Write\t{workspace}/memory/\tAppends to daily memory logs\nFile Create\tSTRATEGIC_LANDSCAPE.md\tAuto-creates from template if missing on first run\nFile Read\t{workspace}/skills/\tReads existing Skills for gap analysis during synthesis\nNetwork\tUser-provided URLs\tFetches content via HTTP; may fall back to search if primary fetch fails\nCredential\txurl X API auth (Optional)\tUsed for authenticated X/Twitter API v2 access via the xurl Skill\n\nPrivacy Note: The \"never return empty-handed\" fallback policy means the Skill may make multiple external network requests per ingestion (direct fetch → xurl → web search). All fetched content is stored locally in your Obsidian vault; no data is transmitted to third-party servers beyond the original fetch.\n\nPrerequisites\nTool\tPurpose\tRequired?\nObsidian\tKnowledge storage (notes land here)\t✅ Required\nOpenClaw\tSkill host + Agent orchestration\t✅ Required\nConfiguration\n\nEdit config.json after installation:\n\n{\n  \"obsidian_vault_path\": \"/path/to/your/Obsidian_Vault\",\n  \"intelligence_folder\": \"20_Intelligence\",\n  \"landscape_path\": \"STRATEGIC_LANDSCAPE.md\",\n  \"output_dir\": \"/path/to/your/output\"\n}\n\nField\tDescription\tDefault\nobsidian_vault_path\tAbsolute path to Obsidian Vault root\tNone (Required)\nintelligence_folder\tSubfolder for intelligence notes\t20_Intelligence\nlandscape_path\tStrategic Landscape file path (relative to workspace)\tSTRATEGIC_LANDSCAPE.md\noutput_dir\tDirectory for non-knowledge outputs\tNone (Optional)\n\nStorage Strategy: Obsidian = Knowledge Inputs (Analysis/Notes), Output = Content Generation (Posts/Scripts)\n\nFirst-time Setup\n\nIf STRATEGIC_LANDSCAPE.md does not exist, the Skill will automatically generate an empty template. If the Obsidian Vault path does not exist or config.json is missing, the Skill will error and provide remediation steps.\n\nTriggers\n\nAuto-triggers on:\n\nUser sharing a URL (x.com, github.com, arxiv.org, etc.)\nUser pasting an article/tweet block\nUser prompts like \"analyze this\", \"evaluate this\", \"what do you think about this\"\nUser forwarding content from Telegram or any chat interface\n\nDoes not trigger on:\n\nGeneral questions unrelated to external knowledge\nExplicit commands to simply summarize\nE-commerce, music, or entertainment links\nContent Extraction Strategy (Critical)\n\nDifferent sources require different extraction methods. The Agent must run down this priority chain:\n\nStandard Web Pages\n1. read_url_content(url) → If successful, use it\n2. Fallback → Direct user to paste content\n\nX/Twitter (Aggressive Anti-Scraping)\n\nX strictly prevents unauthenticated scraping. Use this degradation chain:\n\n1. xurl Skill (Recommended) → Native OpenClaw skill using X API v2\n   - Most reliable method\n   - Requires xurl authentication\n2. Fallback → Web search the tweet text (often indexed by search engines)\n3. Fallback → Ask user to paste the raw text\n\n\nPrinciple: Never return empty-handed. Even if extraction fails, inform the user exactly which step failed, why, and how to fix it.\n\nGitHub\n1. read_url_content(url) → Usually accessible\n2. If repo root → Target README.md\n3. If issue/PR → Target title, description, and primary comments\n\nPaywalls / Login Walls\n1. Mark as unreachable and analyze based solely on user-provided summary\n\nThe 8-Step Pipeline\nStep 1: READ — Extract Content\n\nExecute extraction according to the Strategy chain. Log the successful extraction method.\n\nStep 2: CLASSIFY — Categorize\n\nAssign 1 primary category + up to 2 tags:\n\nCategory\tDescription\tExample\ninfra\tInfrastructure / protocols / networking\tMCP, Pilot Protocol\nstrategy\tArchitectural decisions / routing / cost op\tModel routing, multi-account\nskill\tAgent Skills / tools / capabilities\tSkill patterns, MCP interfaces\nbusiness\tBusiness models / market signals\tSaaS frameworks, pricing\ntheory\tConceptual frameworks / mental models\tBayes, decision theory\ntutorial\tLearning material / guides\tClaude Code, Agent Loops\nproduct\tNew tool/service releases\tLM Studio, model drops\nthreat\tRisk / security / deprecations\tAPI changes, vulnerabilities\nStep 3: ANALYZE — Strategic Valuation\n\nFormulate the following breakdown:\n\n## Strategic Assessment\n- **What is it?** [One-sentence summary]\n- **Value Proposition:** [Specific capability/benefit]\n- **Actionability:** [Specific outputs/projects it enables]\n- **Strategic Value:** [🔴 Critical / 🟡 High / 🟢 Medium / ⚪ Low]\n- **Competitive Advantage:** [What is the cost of NOT knowing this?]\n- **Capability Boundary Shift:** [What can the Agent do now that it couldn't do before?]\n\nStep 4: MAP — Correlate with Architecture\n\nRead {landscape_path} (Strategic Landscape). Answer:\n\nWhat architectural layer does this impact?\nWhat existing components does this depend on?\nDoes the Landscape map need to be updated?\n\n(If Landscape file does not exist, skip and prompt user in Step 8 to initialize.)\n\nStep 5: STORE — Mint Obsidian Note\n\nTarget Path: {obsidian_vault_path}/{intelligence_folder}/YYYYMMDD_Source_Title.md\n\nTemplate:\n\n# [Title]\n\n**Source:** [Link](URL)\n**Date:** YYYY-MM-DD\n**Category:** [Primary] / [Tags]\n**Strategic Value:** [🔴/🟡/🟢/⚪] + reason\n**Extraction Method:** [read_url / browser / search / user_paste]\n\n---\n\n## Abstract\n[2-3 paragraph core summary]\n\n## Key Takeaways\n[Numbered list]\n\n## Architectural Impact\n[Relationship with current systems]\n\n## Capability Boundary Shift\n[What the Agent can do now vs before. If none, write \"None\"]\n\n## Action Items\n[Next steps. If none, write \"N/A\"]\n\n---\n\n**Analytical Notes:** [Direct, sharp, opinionated analysis]\n\nStep 6: SYNTHESIZE — Auto-Skill Generation (Evolution Step)\n\nTrigger: Content describes an actionable tool, API, protocol, or technique that the Agent currently lacks.\n\nDo NOT trigger if: Content is purely theoretical, an opinion piece, a capability the Agent already possesses, or ranked ⚪ Low purely regarding strategic value.\n\nExecution:\n\nGap Analysis: Compare current skills/ directory and Strategic Landscape to confirm this is a missing capability.\nDraft Minting: Create a new Skill folder in {workspace}/skills/_drafts/:\nskills/_drafts/[skill-name]/\n├── SKILL.md          # Generated behavior definition\n└── README.md         # Brief description, source, dependencies\n\nSKILL.md Template:\n---\nname: [Skill Name]\nversion: 0.1.0-draft\ndescription: >\n  [Generated description based on ingestion]\n  Auto-synthesized by Intelligence Ingestion from: [Source URL]\n---\n\n# [Skill Name]\n\n> 🧬 This Skill was auto-generated by Intelligence Ingestion and requires human review.\n> Source: [URL]\n> Generated: YYYY-MM-DD\n\n## Prerequisites\n[Dependencies extracted from content: API Keys, CLI tools, services]\n\n## Trigger Conditions\n[When should this trigger based on capability description]\n\n## Execution Flow\n[Step-by-step logic pulled from ingested docs]\n\n## Input/Output\n- **Input:** [Expected input]\n- **Output:** [Expected output]\n\nSecurity Isolation: Drafts remain in _drafts/ and are ignored by the Agent runtime. The operator must review the code and manually move it to the skills/ directory to activate it.\nStep 7: REMEMBER — Update Core Memory\nMandatory: Append to daily log {workspace}/memory/YYYY-MM-DD.md\nIf 🔴 Critical: Sync update to {landscape_path}\nIf Tool related: Flag TOOLS.md for review\nIf Skill Draft Synthesized: Log the draft path and flag it as entirely pending human review.\nStep 8: RESPOND — Feedback to Operator\n\nRespond exactly in this layout:\n\n📥 Ingested: [Title]\n📂 Class: [Category]\n🎯 Value: [🔴/🟡/🟢/⚪] [One sentence]\n🔄 Cap Shift: [Delta explanation / None]\n🧬 Skill Draft: [Generated → skills/_drafts/[name]/ | N/A]\n💾 Archived: Obsidian → {intelligence_folder}/[Filename]\n🗺️ Landscape: [Updated / Unchanged / Missing]\n⚡ Action: [Review draft / Review landscape / None]\n\nCompanion: Strategic Landscape\n\nIntelligence Ingestion pairs directly with your Strategic Landscape:\n\nIntelligence Ingestion = The \"Information Input\"\nStrategic Landscape = The \"Capability Map\"\n\nEvery time 🔴 Critical information is ingested, the Landscape updates automatically, providing a real-time view of what the Agent knows, what it can do, and what the blind spots are.\n\nComplete Execution Example\nInput\nAnalyze this: https://x.com/kaboraAI/status/1234567890\n\nExecution\nStep 1: READ\n  → xurl Skill invoked → Success\n  → Content: \"MCP is the new TCP for agents. 97M downloads...\"\n\nStep 2: CLASSIFY\n  → Primary: infra\n  → Tags: skill, strategy\n\nStep 3: ANALYZE\n  → Value: 🔴 Critical\n  → Cap Shift: Skills must adopt MCP interfaces immediately.\n\nStep 4: MAP\n  → Impact Layer: Layer 2 (Communication) + Layer 4 (Orchestration)\n  → Update Landscape: Yes\n\nStep 5: STORE\n  → Obsidian Node: 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md\n\nStep 6: SYNTHESIZE\n  → Gap: Agent currently lacks automatic MCP schema generation\n  → Draft: skills/_drafts/mcp-schema-generator/SKILL.md\n  → Logic: Reads existing Skills and auto-generates MCP JSON\n\nStep 7: REMEMBER\n  → Updated memory/2026-02-25.md\n  → Updated STRATEGIC_LANDSCAPE.md\n  → Logged Draft: mcp-schema-generator pending review\n\nStep 8: RESPOND\n\nOutput\n📥 Ingested: MCP is the new TCP for agents\n📂 Class: infra / skill, strategy\n🎯 Value: 🔴 Critical — MCP passing 97M downloads signals 24-month standardization window\n🔄 Cap Shift: Skills require MCP interfaces to be discovered by external swarms\n🧬 Skill Draft: Generated → skills/_drafts/mcp-schema-generator/\n   → Function: Auto-compiles OpenClaw Skills to MCP schemas\n   → Review: mv skills/_drafts/mcp-schema-generator skills/mcp-schema-generator\n💾 Archived: Obsidian → 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md\n🗺️ Landscape: Updated (Communication + Orchestration layers)\n⚡ Action: Review schema generator draft; plan fleet-wide audit\n\nEdge Cases\nCondition\tHandler\nMultiple URLs\tProcess separately; create independent notes\nRedundant info\tMap to existing note; append or reference\nNon-English\tAnalyze raw content; write notes in user's native tongue\nUnreachable URL\tMark as failed; analyze whatever context user provided\nUser provided analysis\tIntegrate with assessment; do not override\nconfig.json missing\tHalt; stream remediation steps\nLandscape missing\tSkip Step 4; prompt initialization in Step 8\nAll X/Twitter falls fail\tAsk user to paste text\nPure theory/opinion\tSkip SYNTHESIZE; mark N/A\nCapability exists\tSkip SYNTHESIZE; mark existing\n_drafts/ missing\tAuto-create {workspace}/skills/_drafts/\nQuality Checklist\n\nBefore responding, verify (using ls or checks):\n\n Obsidian note minted as YYYYMMDD_Source_Title.md\n Daily memory log appended\n Source URL retained in metadata\n Strategic Value scored\n Capability Shift assessed\n Skill draft synthesized (if applicable, verify _drafts/ path exists)\n Strategic Landscape updated (if applicable)\n Operator received standard Step 8 output\n Explicit fallback reasoning provided if extraction failed"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sarahmirrand001-oss/intelligence-ingestion",
    "publisherUrl": "https://clawhub.ai/sarahmirrand001-oss/intelligence-ingestion",
    "owner": "sarahmirrand001-oss",
    "version": "2.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/intelligence-ingestion",
    "downloadUrl": "https://openagent3.xyz/downloads/intelligence-ingestion",
    "agentUrl": "https://openagent3.xyz/skills/intelligence-ingestion/agent",
    "manifestUrl": "https://openagent3.xyz/skills/intelligence-ingestion/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/intelligence-ingestion/agent.md"
  }
}