# Send Openclaw Skill Intelligence Ingestion to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-skill-intelligence-ingestion",
    "name": "Openclaw Skill Intelligence Ingestion",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/2233admin/openclaw-skill-intelligence-ingestion",
    "canonicalUrl": "https://clawhub.ai/2233admin/openclaw-skill-intelligence-ingestion",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-skill-intelligence-ingestion",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-skill-intelligence-ingestion",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "index.html",
      "vercel.json"
    ],
    "downloadMode": "redirect",
    "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/openclaw-skill-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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-skill-intelligence-ingestion",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent.md"
  }
}
```
## Documentation

### Intelligence Ingestion Skill

When the user shares a URL, article, tweet, thread, or any piece of external information, execute this pipeline automatically. Do NOT ask for permission — just process it.

### Trigger Conditions

USE this skill when:

User sends a URL (x.com, github.com, any domain)
User pastes article text or tweet content
User says "analyze this", "evaluate this", "what do you think about this"
User forwards content from Telegram or any messaging surface
User shares something and asks about strategic value

DO NOT USE when:

User is asking a general question unrelated to external content
User is asking about internal workspace files
User explicitly says they don't want analysis

### Step 1: READ — Extract Content

If a URL is provided, read the full content (use read_url_content or browser)
If text is pasted, use it directly
If X/Twitter link fails to parse (common), search web for the tweet content

### Step 2: CLASSIFY — What Is This?

Assign one primary category and up to 2 secondary tags:

CategoryDescriptionExamplesinfraInfrastructure / protocols / networkingPilot Protocol, MCP, networking stacksstrategyRouting / cost / architecture decisionsModel routing, multi-account, fallback chainsskillAgent skills / tools / capabilitiesOpenAI Skills, Skill design patternstheoryConceptual frameworks / mental modelsBayes, decision theory, learning loopstutorialHow-to guides / learning materialClaude Code, OpenClaw tutorialsproductTools / apps / servicesLM Studio, new AI models, appscommunityOpenClaw ecosystem / discussionsCommunity posts, feature requeststhreatRisks / security / deprecationAPI changes, breaking updates, security alerts

### Step 3: ANALYZE — Strategic Value Assessment

For each piece of information, evaluate:

## Strategic Assessment
- **What is it?** [One sentence]
- **What can it do for us?** [Specific capability/benefit]
- **What can we build with it?** [Concrete output/project]
- **Strategic value:** [🔴 Critical / 🟡 High / 🟢 Medium / ⚪ Low]
- **Competitive edge:** [What advantage over people who don't have this?]
- **Relation to active bottleneck:** [Does it relate to context overflow/token saving?]

Reference the current engineering bottleneck from MEMORY.md → "Active Engineering Bottleneck" section.

### Step 4: MAP — Relate to Existing Architecture

Check against the OpenClaw stack:

SOUL.md → PRINCIPLES.md → AGENTS.md (Identity Stack)
MEMORY.md (System State + Bottleneck)
TOOLS.md (Coprocessors: Codex, Antigravity, LM Studio)
Pilot Protocol (Context Separation Layer - P0)

Determine which layer this information impacts and note dependencies/synergies with existing components.

### Step 5: STORE — Write Obsidian Note

Create a note at:

/Volumes/T7 Shield/Obsidian_Vault/20_Intelligence/YYYYMMDD_AuthorOrSource_ShortTitle.md

Follow this template exactly:

# [Title]

**Source:** [Link](URL)
**Date:** YYYY-MM-DD
**Category:** [Primary Category] / [Secondary Tags]
**Strategic Value:** [🔴/🟡/🟢/⚪] + one-line reason
**Relation to Active Bottleneck:** [Yes/No + how]

---

## Summary
[2-3 paragraphs of core content]

## Key Takeaways
[Numbered list of actionable insights]

## Impact on OpenClaw Architecture
[How this relates to our stack]

## Action Items
[What to do next, if anything]

---

**Keke's Note:** [Opinionated analysis in Keke's voice — direct, no-BS, relate to 阳哥's goals]

### Step 6: REMEMBER — Update Memory

Always append to today's daily log: ~/.openclaw/workspace/memory/YYYY-MM-DD.md
If strategic value is 🔴 Critical: Also update MEMORY.md (Pending Work or Active Bottleneck)
If it suggests a new principle: Flag for potential PRINCIPLES.md update
If it's a new tool/service: Flag for potential TOOLS.md update

### Step 7: RESPOND — Summarize to User

Reply with a concise summary:

📥 已摄取: [Title]
📂 类别: [Category]
🎯 战略价值: [🔴/🟡/🟢/⚪] [One-line reason]
💾 已存档: Obsidian → 20_Intelligence/[filename]
📝 已记录: memory/YYYY-MM-DD.md
🔗 关联: [Which existing component it relates to]
⚡ 建议行动: [Next step, if any]

### Edge Cases

Multiple URLs in one message: Process each separately, create separate Obsidian notes
Duplicate/similar content: Check if similar note exists, merge or reference instead of duplicating
Non-English content: Analyze in original language, write notes in Chinese (matching existing vault style)
Paywalled/inaccessible content: Note as "content unavailable" and work with whatever user provided
User provides their own analysis: Incorporate their judgment, don't overwrite — they know their system best

### Quality Checklist

Before completing, verify:

Obsidian note created with correct filename format
 Daily memory log updated
 Source URL preserved in note
 Strategic value assessed against current bottleneck
 Keke's Note written with genuine analysis (not generic)
 User received confirmation summary
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 2233admin
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-skill-intelligence-ingestion/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-skill-intelligence-ingestion)