← 返回 Skills 市场
dachein

Iran Briefing

作者 Dachein · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ⚠ suspicious
401
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install iran-briefing
功能描述
Real-time geopolitical intelligence — Iran crisis briefing, Trump Truth Social feed, prediction markets, 800+ tracked entities.
使用说明 (SKILL.md)

Capduck Intelligence — Decision Support Skill

When to use

  • Iran: conflict, US-Iran tensions, Israel-Iran, Middle East geopolitics, oil/Hormuz, prediction markets, IRGC, IDF, ceasefire
  • Trump: Truth Social posts, trade/tariff policy, Iran-war signals, energy, China, executive orders

Base URL

https://skill.capduck.com/{topic}/{feed}

Available topics: iran, trump

How to think — the decision loop

Always start from the briefing. Let the data guide your next call. Do NOT call all endpoints.

Step 1: Assess — get the big picture

curl -s "https://skill.capduck.com/iran"

The briefing contains situation assessment (tension 1-10, direction, key deltas), perspective summaries (with evidence strength), active threads (with signals and drill-down hints), and top events (impact >= 8, last 24h). Each section tells you where to look next.

Step 2: Investigate — follow the scent

  • A thread mentions linked events -> /events?category=CONFLICT to read the evidence chain
  • A claim has weak evidence -> /posts?source_type=osint to see if OSINT confirms
  • Mainstream narrative unclear -> /news?region=us to see how US outlets frame it
  • A thread links to prediction markets -> /polymarket for probability and trend
  • Trump posted about Iran -> /trump?tags=iran-war to see his exact words

Step 3: Cross-reference — triangulate

  • Compare official sources vs OSINT vs mainstream: /posts?source_type=state_media vs osint vs /news
  • Use /notable to understand who a source is and which camp they belong to
  • Use /entities?q=name to check credibility of an unfamiliar source
  • Check source_count in events — 1 source = rumor, 5+ sources = confirmed
  • Use /signals?ids=id1,id2 to batch-lookup raw data for thread signals

Step 4: Project — what happens next

  • Look at Watch items in Active Threads: likelihood direction (rising/stable/falling), next milestones, decision makers
  • Check /polymarket for market-implied probabilities and trend direction
  • When polymarket diverges from briefing assessment, one of them is wrong — that's where investigation value is highest

Iran Endpoints

All paths below are relative to https://skill.capduck.com.

/{topic} — Briefing (default)

AI-generated situation briefing, updated hourly. Contains:

  • Situation Assessment — tension level (1-10), direction, 24h comparison, key deltas
  • Perspective Summaries — 4 viewpoints with evidence strength (strong/moderate/weak)
  • Active Threads — 3-5 issue threads with linked signals, watch items, polymarket refs
  • Top Events — impact >= 8 from last 24h, with source attribution

/{topic}/events — Event timeline

Structured events with impact scoring and multi-source attribution.

Param Description Default
impact Minimum impact score (1-10) 0
category CONFLICT, DIPLOMACY, POLITICS, ECONOMY, PROTESTS all
hours Rolling window in hours 48
since ISO 8601 timestamp (overrides hours)
limit Max results 50

Each event includes: id, impact, confidence, sentiment, category, title / title_zh, summary / summary_zh, source_details[] (with display_name, entity_slug, platform, url), source_count, published_at.

/{topic}/posts — Social feed

Unified Twitter + Telegram posts with entity enrichment.

Param Description Default
source_type news_agency, state_media, osint, gov_military, journalist, think_tank, other all
category Author category text filter all
platform twitter, telegram all
event Event UUID -> linked posts via source URLs
since ISO 8601 timestamp 48h ago
limit Max results 30

/{topic}/news — Mainstream media

Coverage from 18+ major outlets (Reuters, AP, CNN, NYT, Bloomberg, Guardian, BBC, Al Jazeera, etc.).

Param Description Default
region intl, us, mideast, israel, persian, asia, russia, china, other all
language en, fa all
event Event UUID -> linked articles
since ISO 8601 timestamp 48h ago
limit Max results 30

/{topic}/polymarket — Prediction markets

Current probabilities, trend direction, and historical price ranges for Iran-related prediction markets.

Each condition includes: label/label_zh, yes_price (0-1), trend arrow with % change, historical min-max range.

/{topic}/notable — Curated key entities

~90 curated key sources grouped by role:

Group What it represents
Iran Official Khamenei.ir, IRNA, Fars, Tasnim — the regime's voice
Israel & Military IDF, Netanyahu, Haaretz, Jerusalem Post — Israeli perspective
US Government State Dept, CENTCOM, White House, Trump — US policy signals
International Organizations IAEA, NATO, UN — multilateral stance
Key Media — Wire & Global Reuters, AP, Bloomberg, NYT, Guardian — baseline narrative
Key Media — Regional & Specialist Iran International, Al-Monitor, Bellingcat — specialist depth
OSINT & Prediction Sentdefender, OSINT613, Polymarket — real-time ground truth
Think Tanks Atlantic Council, Brookings, CFR — analytical framing
Key Activists & Opposition Masih Alinejad, Reza Pahlavi, NCRI — diaspora/opposition voice

/{topic}/entities — Full source directory

800+ tracked entities. Also accessible via alias /sources.

Param Description Default
category Filter by entity category all
q Text search (name + description)
limit Max results 100

Trump Endpoint

/trump — Full Trump Truth Social feed, auto-tagged by topic.

Param Description Default
tags Comma-separated topic filter (iran-war, energy, trade, china, executive-order, etc.) all
limit Max results 50 (max: 200)
since ISO 8601 or Unix timestamp
cursor Pagination cursor (from meta.next_cursor)
lang zh or en zh
offset Pagination offset 0

Each post includes: id, author_name, author_handle, content (EN), content_zh, tags[], source_url, platform (truth-social), media_url, published_at.


Key dictionaries

Event category: CONFLICT · DIPLOMACY · POLITICS · ECONOMY · PROTESTS

Event sentiment: NEGATIVE · POSITIVE · NEUTRAL · MIXED

source_type (on posts): news_agency · state_media · osint · gov_military · journalist · think_tank · other

News region: intl · us · mideast · israel · persian · asia · russia · china · other

Post platform: twitter · telegram · truth-social (Trump only)

Trump tags: iran-war · energy · trade · china · executive-order · (auto-generated, non-exhaustive)

Entity relationships

Briefing -> thread.signals[].id -> Event ID -> /posts?event={id} or /news?event={id}
Event -> source_details[].entity_slug -> /entities or /notable
Post -> source_type (mapped from author_category)
Thread -> polymarket_ref -> /polymarket
Trump -> tags[] -> cross-reference with /events or /posts

Key investigation paths:

  1. Briefing -> Thread -> Event -> Sources -> Entity: "This thread claims X" -> check linked events -> how many sources? -> who are they? -> what camp?
  2. Event -> Posts/News: use /posts?event={id} or /news?event={id} to find original content linked to a specific event
  3. Thread -> Polymarket: thread has polymarket_ref -> check /polymarket -> does market probability align with AI assessment?
  4. Weak evidence -> Cross-reference: claim has weak evidence -> check /news for mainstream coverage -> check /posts?source_type=osint -> if neither confirms, flag as unverified
  5. Trump signal -> Iran impact: /trump?tags=iran-war -> check if events corroborate -> /events?category=DIPLOMACY -> assess real impact vs rhetoric

Usage scenarios

"What's the latest on Iran?" — Call /iran -> summarize situation assessment + top 2-3 threads. Keep it under 300 words. Lead with tension level and direction.

"What did Trump just say about Iran?" — Call /trump?tags=iran-war&limit=5 -> then cross-check /events?category=DIPLOMACY&hours=6 to see if rhetoric matches real developments.

"Is this source credible?" — Call /notable first (fast, curated). If not found, fall back to /entities?q=name. Report which camp they belong to and their category.

"What are the markets saying?" — Call /polymarket -> compare market-implied probability with briefing's thread assessment. Flag divergences explicitly.

"Deep dive on a specific event" — Get event ID from briefing or /events -> call /posts?event={id} and /news?event={id} -> triangulate source count and source types.

Output guidelines

  • Lead with judgment, then evidence. Don't dump raw data — synthesize first, cite after.
  • Mark confidence. Use "confirmed (N sources)" / "reported but unverified (single source)" / "rumor" based on source_count.
  • Flag weak evidence. If a claim has only 1 source or comes from entertainment/social accounts, say so explicitly.
  • Keep it concise. Default to 200-400 words unless the user asks for detail.
  • Bilingual when helpful. Key terms and quotes can include both English and Chinese where the data provides translations.
  • Never present AI analysis as fact. The briefing is AI-generated — frame it as "the briefing assesses..." not "the situation is...".

Key principle

The briefing is the map. The other endpoints are the territory. Don't dump all data on the user — use the briefing to identify what matters, investigate only what's relevant, and synthesize a judgment.

Notes

  • Data from iranmonitor.org (800+ sources), Polymarket CLOB API, Truth Social
  • AI analysis hourly, data feeds every 5 minutes
  • All responses are Markdown with Chinese translations where available
  • 48-hour rolling data window with deduplication by event/post ID
  • Trump feed: auto-tagged by topic, bilingual (EN + ZH)
安全使用建议
Before installing: 1) Verify the publisher and find a homepage or source repository — this skill has no listed homepage and metadata versioning is inconsistent. 2) Understand that any prompt/context you send to this skill will be transmitted to https://skill.capduck.com — do not send PII, credentials, or sensitive internal info. 3) If you need to evaluate accuracy, test with non-sensitive queries and compare results to known primary sources. 4) Ask the publisher for a privacy/TOS statement and for details about data retention and authentication. 5) If you cannot verify the operator, consider not enabling autonomous invocation for this skill (or restrict it to manual use only).
功能分析
Type: OpenClaw Skill Name: iran-briefing Version: 1.4.0 The skill provides a structured interface for an AI agent to query geopolitical intelligence and social media feeds from the capduck.com API. The instructions in SKILL.md focus on data synthesis, cross-referencing, and confidence marking, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The name and description match the instructions: the skill is an instruction-only adapter that queries a third-party API (skill.capduck.com) for Iran- and Trump-related briefings, feeds, and prediction-market data. However, there is no homepage or publisher information and the included _meta.json version (1.2.0) differs from the registry metadata version (1.4.0), which is an inconsistency in provenance/versioning that deserves attention.
Instruction Scope
SKILL.md instructs the agent to call various HTTPS endpoints on skill.capduck.com (briefings, posts, events, polymarket, entities). It does not instruct reading local files or env vars, but every invocation will cause conversational context and queries to be transmitted to that external service. The instructions also direct the agent to consult predictive markets and social feeds—these are expected for the purpose but increase risk of exposing sensitive query context. There are no instructions to authenticate, rate-limit, or sanitize data before sending.
Install Mechanism
No install spec and no code files — instruction-only skill — so nothing is written to disk by the skill itself. This minimizes filesystem risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to an instruction-only API adapter. The primary remaining concern is network exfiltration of conversation/context to an external domain when used.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges. Autonomous invocation is permitted by platform defaults but not explicitly elevated by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install iran-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /iran-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
**Summary:** Adds Trump Truth Social feed integration and expands entity tracking to over 800 sources. - New /trump endpoint: real-time Trump Truth Social posts, tag-filtered (e.g., iran-war, trade, energy) - Broadened focus: skill now covers both Iran crisis and Trump's posts/policy signals - Expanded entity directories: 800+ tracked sources (was 700+), with revised curation groups - Documentation overhaul: clearer endpoint specs, all parameters detailed, new investigation workflows - Minor param and structure tweaks: e.g., batch-lookup for /signals, additional feed/topic system This version offers a broader geopolitical decision support toolkit, not just Iran-only monitoring.
v1.3.0
V2 API alignment: decision-oriented briefing with information scent, unified posts/news endpoints, source_type classification, event cross-referencing, notable entities, and key dictionaries for agent-driven investigation
v1.2.0
- Expanded tracked entities from 686+ to 715+, with detailed entity categories and search/filter capability. - Added news headlines endpoint with Telegram channel/source links and media preview. - Enhanced data endpoints: events and tweets now include richer source metadata and original links. - Updated output descriptions to clarify Markdown formatting and entity enrichment. - Improved documentation and analysis: clarified recommended usage flows and endpoint capabilities.
v1.1.0
No changes detected in this version.
v1.0.2
Restore original descriptions
v1.0.1
Improve descriptions for clarity and neutrality
v1.0.0
Initial release of iran-briefing: real-time intelligence on the Iran crisis. - Provides AI-generated briefings, high-impact events, key tweets, Telegram news, Polymarket prediction markets, and an extensive tracked entity database. - All endpoints return Markdown summaries, with updates every 5 minutes for data and hourly for AI analysis. - Supports multilingual output (English/Chinese) and covers over 686 entities from news agencies, government, OSINT, and more. - Designed for situational awareness, trend assessment, and source credibility on Iran-related developments.
元数据
Slug iran-briefing
版本 1.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

Iran Briefing 是什么?

Real-time geopolitical intelligence — Iran crisis briefing, Trump Truth Social feed, prediction markets, 800+ tracked entities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 401 次。

如何安装 Iran Briefing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install iran-briefing」即可一键安装,无需额外配置。

Iran Briefing 是免费的吗?

是的,Iran Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Iran Briefing 支持哪些平台?

Iran Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Iran Briefing?

由 Dachein(@dachein)开发并维护,当前版本 v1.4.0。

💬 留言讨论