Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

intelligence-ingestion情报摄取

Agent Skill

intelligence-ingestion 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,018

周安装

590

GitHub Stars

公开资料未说明

下载量

4,909
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:intelligence-ingestion(情报摄取)
来源仓库:https://github.com/sarahmirrand001-oss/intelligence-ingestion
安装命令:
openclaw skills install intelligence-ingestion
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install intelligence-ingestion

简介

评估和分类外部信息源的战略价值,如文章、推文与链接。

  • 不负责总结内容,而是进行优先级评分与分类标注。
  • 适合知识库建设与情报筛选前置处理。
  • 安装命令:openclaw skills install intelligence-ingestion,适用于 OpenClaw。
  • 评分标准可能随模型版本变化,需定期校准阈值。

SKILL.md

name
Intelligence Ingestion
version
2.0.0
description
>

Intelligence Ingestion Skill

*You are feeding something smarter than you.* *This Skill ensures you know exactly what it ate and what it became.*

MCP 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.


Design Philosophy

*"giving my private data/keys to 400K lines of vibe coded monster is not very appealing at all"* — Andrej Karpathy

This Skill embraces a trust-first design philosophy:

  1. No Self-Modifying Agents. Auto-generated Skills are isolated as drafts. You, the human operator, must review and approve them before they activate.
  2. Skills are the new Config. No need to modify configuration files or monster if-else scripts. A single Skill file defines a capability.
  3. Build. 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.

Permissions & Privacy

This Skill writes files to your local filesystem and may access sensitive browser state. Full transparency on what it touches:

PermissionWhatWhy
File Write{obsidian_vault}/{intelligence_folder}/Creates structured intelligence notes
File Write{workspace}/STRATEGIC_LANDSCAPE.mdUpdates capability map when critical info is ingested
File Write{workspace}/skills/_drafts/Creates auto-synthesized Skill drafts (isolated, never auto-loaded)
File Write{workspace}/memory/Appends to daily memory logs
File CreateSTRATEGIC_LANDSCAPE.mdAuto-creates from template if missing on first run
File Read{workspace}/skills/Reads existing Skills for gap analysis during synthesis
NetworkUser-provided URLsFetches content via HTTP; may fall back to search if primary fetch fails
Credentialxurl X API auth (Optional)Used for authenticated X/Twitter API v2 access via the xurl Skill
Privacy 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.

Prerequisites

ToolPurposeRequired?
ObsidianKnowledge storage (notes land here)✅ Required
OpenClawSkill host + Agent orchestration✅ Required

Configuration

Edit config.json after installation:

{
  "obsidian_vault_path": "/path/to/your/Obsidian_Vault",
  "intelligence_folder": "20_Intelligence",
  "landscape_path": "STRATEGIC_LANDSCAPE.md",
  "output_dir": "/path/to/your/output"
}
FieldDescriptionDefault
obsidian_vault_pathAbsolute path to Obsidian Vault rootNone (Required)
intelligence_folderSubfolder for intelligence notes20_Intelligence
landscape_pathStrategic Landscape file path (relative to workspace)STRATEGIC_LANDSCAPE.md
output_dirDirectory for non-knowledge outputsNone (Optional)
Storage Strategy: Obsidian = Knowledge Inputs (Analysis/Notes), Output = Content Generation (Posts/Scripts)

First-time Setup

If 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.


Triggers

Auto-triggers on:

  • User sharing a URL (x.com, github.com, arxiv.org, etc.)
  • User pasting an article/tweet block
  • User prompts like "analyze this", "evaluate this", "what do you think about this"
  • User forwarding content from Telegram or any chat interface

Does not trigger on:

  • General questions unrelated to external knowledge
  • Explicit commands to simply summarize
  • E-commerce, music, or entertainment links

Content Extraction Strategy (Critical)

Different sources require different extraction methods. The Agent must run down this priority chain:

Standard Web Pages

1. read_url_content(url) → If successful, use it
2. Fallback → Direct user to paste content

X/Twitter (Aggressive Anti-Scraping)

X strictly prevents unauthenticated scraping. Use this degradation chain:

1. xurl Skill (Recommended) → Native OpenClaw skill using X API v2
   - Most reliable method
   - Requires xurl authentication
2. Fallback → Web search the tweet text (often indexed by search engines)
3. Fallback → Ask user to paste the raw text
Principle: Never return empty-handed. Even if extraction fails, inform the user exactly which step failed, why, and how to fix it.

GitHub

1. read_url_content(url) → Usually accessible
2. If repo root → Target README.md
3. If issue/PR → Target title, description, and primary comments

Paywalls / Login Walls

1. Mark as unreachable and analyze based solely on user-provided summary

The 8-Step Pipeline

Step 1: READ — Extract Content

Execute extraction according to the Strategy chain. Log the successful extraction method.

Step 2: CLASSIFY — Categorize

Assign 1 primary category + up to 2 tags:

CategoryDescriptionExample
infraInfrastructure / protocols / networkingMCP, Pilot Protocol
strategyArchitectural decisions / routing / cost opModel routing, multi-account
skillAgent Skills / tools / capabilitiesSkill patterns, MCP interfaces
businessBusiness models / market signalsSaaS frameworks, pricing
theoryConceptual frameworks / mental modelsBayes, decision theory
tutorialLearning material / guidesClaude Code, Agent Loops
productNew tool/service releasesLM Studio, model drops
threatRisk / security / deprecationsAPI changes, vulnerabilities

Step 3: ANALYZE — Strategic Valuation

Formulate the following breakdown:

## Strategic Assessment
- **What is it?** [One-sentence summary]
- **Value Proposition:** [Specific capability/benefit]
- **Actionability:** [Specific outputs/projects it enables]
- **Strategic Value:** [🔴 Critical / 🟡 High / 🟢 Medium / ⚪ Low]
- **Competitive Advantage:** [What is the cost of NOT knowing this?]
- **Capability Boundary Shift:** [What can the Agent do now that it couldn't do before?]

Step 4: MAP — Correlate with Architecture

Read {landscape_path} (Strategic Landscape). Answer:

  • What architectural layer does this impact?
  • What existing components does this depend on?
  • Does the Landscape map need to be updated?

*(If Landscape file does not exist, skip and prompt user in Step 8 to initialize.)*

Step 5: STORE — Mint Obsidian Note

Target Path: {obsidian_vault_path}/{intelligence_folder}/YYYYMMDD_Source_Title.md

Template:

# [Title]

**Source:** [Link](URL)
**Date:** YYYY-MM-DD
**Category:** [Primary] / [Tags]
**Strategic Value:** [🔴/🟡/🟢/⚪] + reason
**Extraction Method:** [read_url / browser / search / user_paste]

---

## Abstract
[2-3 paragraph core summary]

## Key Takeaways
[Numbered list]

## Architectural Impact
[Relationship with current systems]

## Capability Boundary Shift
[What the Agent can do now vs before. If none, write "None"]

## Action Items
[Next steps. If none, write "N/A"]

---

**Analytical Notes:** [Direct, sharp, opinionated analysis]

Step 6: SYNTHESIZE — Auto-Skill Generation (Evolution Step)

Trigger: Content describes an actionable tool, API, protocol, or technique that the Agent currently lacks.

Do NOT trigger if: Content is purely theoretical, an opinion piece, a capability the Agent already possesses, or ranked ⚪ Low purely regarding strategic value.

Execution:

  1. Gap Analysis: Compare current skills/ directory and Strategic Landscape to confirm this is a missing capability.
  2. Draft Minting: Create a new Skill folder in {workspace}/skills/_drafts/:
skills/_drafts/[skill-name]/
├── SKILL.md          # Generated behavior definition
└── README.md         # Brief description, source, dependencies
  1. SKILL.md Template:
---
name: [Skill Name]
version: 0.1.0-draft
description: >
  [Generated description based on ingestion]
  Auto-synthesized by Intelligence Ingestion from: [Source URL]
---

# [Skill Name]

> 🧬 This Skill was auto-generated by Intelligence Ingestion and requires human review.
> Source: [URL]
> Generated: YYYY-MM-DD

## Prerequisites
[Dependencies extracted from content: API Keys, CLI tools, services]

## Trigger Conditions
[When should this trigger based on capability description]

## Execution Flow
[Step-by-step logic pulled from ingested docs]

## Input/Output
- **Input:** [Expected input]
- **Output:** [Expected output]
  1. Security 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.

Step 7: REMEMBER — Update Core Memory

  1. Mandatory: Append to daily log {workspace}/memory/YYYY-MM-DD.md
  2. If 🔴 Critical: Sync update to {landscape_path}
  3. If Tool related: Flag TOOLS.md for review
  4. If Skill Draft Synthesized: Log the draft path and flag it as entirely pending human review.

Step 8: RESPOND — Feedback to Operator

Respond exactly in this layout:

📥 Ingested: [Title]
📂 Class: [Category]
🎯 Value: [🔴/🟡/🟢/⚪] [One sentence]
🔄 Cap Shift: [Delta explanation / None]
🧬 Skill Draft: [Generated → skills/_drafts/[name]/ | N/A]
💾 Archived: Obsidian → {intelligence_folder}/[Filename]
🗺️ Landscape: [Updated / Unchanged / Missing]
⚡ Action: [Review draft / Review landscape / None]

Companion: Strategic Landscape

Intelligence Ingestion pairs directly with your Strategic Landscape:

  • Intelligence Ingestion = The "Information Input"
  • Strategic Landscape = The "Capability Map"

Every 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.


Complete Execution Example

Input

Analyze this: https://x.com/kaboraAI/status/1234567890

Execution

Step 1: READ
  → xurl Skill invoked → Success
  → Content: "MCP is the new TCP for agents. 97M downloads..."

Step 2: CLASSIFY
  → Primary: infra
  → Tags: skill, strategy

Step 3: ANALYZE
  → Value: 🔴 Critical
  → Cap Shift: Skills must adopt MCP interfaces immediately.

Step 4: MAP
  → Impact Layer: Layer 2 (Communication) + Layer 4 (Orchestration)
  → Update Landscape: Yes

Step 5: STORE
  → Obsidian Node: 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md

Step 6: SYNTHESIZE
  → Gap: Agent currently lacks automatic MCP schema generation
  → Draft: skills/_drafts/mcp-schema-generator/SKILL.md
  → Logic: Reads existing Skills and auto-generates MCP JSON

Step 7: REMEMBER
  → Updated memory/2026-02-25.md
  → Updated STRATEGIC_LANDSCAPE.md
  → Logged Draft: mcp-schema-generator pending review

Step 8: RESPOND

Output

📥 Ingested: MCP is the new TCP for agents
📂 Class: infra / skill, strategy
🎯 Value: 🔴 Critical — MCP passing 97M downloads signals 24-month standardization window
🔄 Cap Shift: Skills require MCP interfaces to be discovered by external swarms
🧬 Skill Draft: Generated → skills/_drafts/mcp-schema-generator/
   → Function: Auto-compiles OpenClaw Skills to MCP schemas
   → Review: mv skills/_drafts/mcp-schema-generator skills/mcp-schema-generator
💾 Archived: Obsidian → 20_Intelligence/20260225_kaboraAI_MCP_Agent_TCP.md
🗺️ Landscape: Updated (Communication + Orchestration layers)
⚡ Action: Review schema generator draft; plan fleet-wide audit

Edge Cases

ConditionHandler
Multiple URLsProcess separately; create independent notes
Redundant infoMap to existing note; append or reference
Non-EnglishAnalyze raw content; write notes in user's native tongue
Unreachable URLMark as failed; analyze whatever context user provided
User provided analysisIntegrate with assessment; do not override
config.json missingHalt; stream remediation steps
Landscape missingSkip Step 4; prompt initialization in Step 8
All X/Twitter falls failAsk user to paste text
Pure theory/opinionSkip SYNTHESIZE; mark N/A
Capability existsSkip SYNTHESIZE; mark existing
_drafts/ missingAuto-create {workspace}/skills/_drafts/

Quality Checklist

Before responding, verify (using ls or checks):

  • [ ] Obsidian note minted as YYYYMMDD_Source_Title.md
  • [ ] Daily memory log appended
  • [ ] Source URL retained in metadata
  • [ ] Strategic Value scored
  • [ ] Capability Shift assessed
  • [ ] Skill draft synthesized (if applicable, verify _drafts/ path exists)
  • [ ] Strategic Landscape updated (if applicable)
  • [ ] Operator received standard Step 8 output
  • [ ] Explicit fallback reasoning provided if extraction failed

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.37%
按下载量换算4,191

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills