A strategic pipeline that automatically captures, analyzes, and stores external information into your local knowledge base and system memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-intelligence-ingestion
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-skill-intelligence-ingestion using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Intelligence Ingestion skill is a high-performance workflow designed for Openclaw Skills to transform passive information consumption into active technical intelligence. When a user shares a URL, tweet, or article, the agent bypasses the need for manual data entry by executing a multi-stage pipeline: extraction, classification, strategic assessment, and storage. This ensures that every external resource is evaluated against current engineering bottlenecks and historical project context.
By integrating deeply with local file structures and memory systems, this skill provides a seamless bridge between web-based discovery and actionable development. It is specifically optimized for developers and strategists who use Openclaw Skills to maintain a competitive edge by systematically mapping new tools, protocols, and industry shifts directly into their architectural stack.
To enable Intelligence Ingestion within Openclaw Skills, ensure your workspace is configured to access your local knowledge base and memory directories.
# Verify your Obsidian intelligence directory exists
mkdir -p "/Volumes/T7 Shield/Obsidian_Vault/20_Intelligence/"
# Ensure the daily memory log path is accessible
mkdir -p ~/.openclaw/workspace/memory/
The skill triggers automatically upon receipt of a URL or analysis request, requiring no further manual intervention.
This skill utilizes a rigorous metadata taxonomy to ensure all ingested data remains searchable and relevant within Openclaw Skills.
| Attribute | Description | Format |
|---|---|---|
| File Naming | Standardized time-stamped filenames | YYYYMMDD_Author_Title.md |
| Strategic Value | Visual priority indicator | Critical, High, Medium, Low |
| Category | Functional classification | Enum (infra, skill, theory, etc.) |
| Relationship | Linkage to existing stack | Mapping to AGENTS.md or TOOLS.md |
| Keke's Note | Direct, opinionated analysis | String (Custom Voice) |
Loading
A sophisticated orchestration layer that transforms raw web fetch results into secure, policy-compliant, and normalized Markdown for AI agents.

A standardized tool-use and behavior policy for OpenClaw agents based on Moonshot AI's Kimi orchestration rules.

A robust networking utility that implements exponential backoff and timeout controls to prevent agent failures due to transient network errors.

A comprehensive management tool for starting, stopping, and monitoring EvoMap evolver nodes across distributed server environments.

A comprehensive model manager for handling multi-provider switching, automatic failover chains, and subagent routing.

An automated utility for disk cleanup, system resource optimization, and batch multi-server maintenance via SSH.








































