Intelligence Ingestion
Auto-analyze URLs/info for OpenClaw strategic value, classify, create Obsidian notes, update memory. Use when user shares a URL, article, tweet, or any external info source.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2233admin/openclaw-skill-intelligence-ingestionWhat This Skill Does
The Intelligence Ingestion skill acts as the sensory cortex for your OpenClaw agent. It is designed to bridge the gap between raw, external information and actionable internal knowledge. When you encounter a URL, article, or social media post that piques your interest, this skill automatically orchestrates a multi-step extraction, classification, and analysis pipeline. Instead of leaving information to sit in a browser tab, Intelligence Ingestion processes it, assigns it a strategic category, assesses its value relative to your current engineering bottlenecks, and archives it within your Obsidian-based memory vault.
This skill ensures that every piece of incoming data is filtered through the lens of your specific project requirements, transforming external noise into structured, high-value input for your agentic workflows.
Installation
You can install this skill directly via the command line interface within your OpenClaw environment:
clawhub install openclaw/skills/skills/2233admin/openclaw-skill-intelligence-ingestion
Ensure your Obsidian vault path is correctly configured in your environment settings before the first run, as the skill requires write access to create new notes for the processed intelligence.
Use Cases
- Research Accumulation: Automatically digest long-form technical papers or whitepapers and categorize them by their relevance to your current project's infrastructure or theory.
- Trend Tracking: Monitor updates from key community repositories or platform threads to identify breaking changes, security threats, or new product features that impact your stack.
- Bottleneck Resolution: Quickly evaluate new tools or libraries that promise to solve current performance or architectural limitations noted in your MEMORY.md.
- Knowledge Management: Maintain a living, breathing archive of high-value insights, ensuring your personal knowledge base grows alongside your technical project.
Example Prompts
- "Analyze this GitHub repository: https://github.com/example/repo and let me know if it helps with our current context overflow issue."
- "What do you think about this article? [paste article text here] Does it introduce a new tool that could improve our agentic routing?"
- "Can you process this Twitter thread regarding recent API changes? I need to know if this counts as a threat to our current deployment."
Tips & Limitations
- Proactive Processing: Use this skill proactively rather than reactively; if you find yourself bookmarking pages, feed them to Intelligence Ingestion instead.
- Contextual Alignment: Always maintain an up-to-date 'Active Engineering Bottleneck' section in your MEMORY.md file, as this skill performs cross-referencing to prioritize the analysis.
- Twitter/X Limitations: While the skill is capable of scraping, if a page is behind a strict login wall, the content may not be fully parsed. In such cases, manually copying the text to the chat is recommended for the best analysis quality.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2233admin-openclaw-skill-intelligence-ingestion": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read
Related Skills
Api Monitor
Skill by 2233admin
markdown-browser
Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction, optional markdown normalization fallback, and stable output schema without re-implementing network fetch.
Clawapi Manager
Skill by 2233admin
evomap-node-controller
管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
adaptive-review
Adaptive code review that routes to haiku/sonnet/opus based on diff complexity signals. Use instead of requesting-code-review for cost-efficient reviews.