← 返回 Skills 市场
teodorofodocrispin-cmyk

Intelica — Competitive Intelligence

作者 teodorofodocrispin-cmyk · GitHub ↗ · v4.5.0 · MIT-0
cross-platform ✓ 安全检测通过
50
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install intelica-competitive-intelligence
功能描述
Competitive intelligence API for autonomous AI agents. Analyzes any URL or company description and returns structured JSON with market positioning, user pain...
使用说明 (SKILL.md)

Intelica — Competitive Intelligence Skill

Intelica sanitizes competitive intelligence for AI agent pipelines. Call it before any strategic decision that requires understanding a competitor's market position.

When to use

  • Agent needs to analyze a competitor URL or description
  • Agent needs market positioning data before generating strategy
  • Agent is monitoring a competitor over time (Trend Tracking)
  • Agent needs to evaluate acquisition, partnership, or market entry
  • Agent is operating in a non-English market (auto-detects 8 languages)

How to call

Step 1 — Free demo (no payment)

POST https://intelica.onrender.com/demo
Content-Type: application/json

{
  "text": "Notion is an all-in-one workspace for teams"
}

Step 2 — Full analysis with x402 payment

# First call returns 402 with payment instructions
POST https://intelica.onrender.com/intel
Content-Type: application/json

{
  "url": "https://notion.so",
  "context": "I'm building a note-taking app for developers",
  "mode": "competitive"
}

# Response: HTTP 402 with Base + Solana payment options
# After payment, retry with X-PAYMENT header

Step 3 — Batch (up to 10 analyses for $0.20)

POST https://intelica.onrender.com/batch
X-PAYMENT: \x3Cx402 signed payment>
Content-Type: application/json

{
  "items": [
    { "url": "https://notion.so", "mode": "competitive" },
    { "text": "Coda is a collaborative doc platform", "mode": "acquisition" }
  ]
}

Context Modes

Mode Use when
competitive Standard competitor analysis (default)
fundraising Evaluating investor narrative, TAM, traction signals
partnership Assessing strategic fit — complement or rival?
acquisition Due diligence — moat, technical risk, acquisition thesis
market_entry Market gaps, saturation, barriers to entry

Output fields

{
  "analysis": {
    "company_or_product": "string",
    "positioning_summary": "string",
    "target_customer": "string",
    "core_value_props": ["string"],
    "user_pain_points": ["string"],
    "detected_competitors": ["string"],
    "unique_angle": "string",
    "tone": "professional | casual | technical | aggressive",
    "confidence": "high | medium | low",
    "market_score": {
      "threat_level": "high | medium | low",
      "moat_strength": 0.0,
      "market_maturity": "emerging | growing | mature | declining",
      "agent_recommendation": "monitor | counter | ignore | partner"
    }
  },
  "mode": "string",
  "detected_language": "en | es | pt | de | fr | it | ja | ko | zh",
  "market_context": "string",
  "trend": {
    "status": "new | stable | changed",
    "changes": []
  }
}

A2A Protocol

Compatible with LangGraph, CrewAI, AutoGen, Google ADK:

POST https://intelica.onrender.com/message/send

{
  "message": {
    "role": "user",
    "parts": [
      { "type": "text", "text": "mode: fundraising\
Analyze Notion as a competitor" }
    ]
  }
}

Languages supported

Auto-detects: EN, ES (LATAM/Spain), PT (Brazil/Portugal), DE (DACH), FR (France/Francophone), IT (Italy), JA (Japan), KO (Korea), ZH (China).

Regional market context is injected automatically into the analysis.

Spend-aware usage

  • Use /demo to validate input format before paying
  • Use /batch for multiple analyses — $0.20 for up to 10 vs $0.50 individually
  • Results cached 6 hours — same company twice in that window costs once
  • Pass context field to get analysis relative to your product
  • Pass operator_id to enforce daily budget limits per pipeline
安全使用建议
Install only if you are comfortable sending competitor URLs, company descriptions, and strategic context to Intelica's remote service. Configure your agent to ask before paid x402 calls, avoid confidential acquisition or partnership plans unless authorized, and use the free demo or budget controls first.
能力标签
crypto
能力评估
Purpose & Capability
The skill is coherent with its stated purpose: it analyzes competitor URLs or company descriptions through Intelica and returns structured competitive-intelligence JSON.
Instruction Scope
The trigger and usage text are broad enough that an agent could invoke it for many strategy or monitoring tasks, so installations should require explicit user intent before use.
Install Mechanism
The artifact contains only a SKILL.md file, no executable scripts, package installs, or local setup commands.
Credentials
The skill clearly names the remote endpoint and x402 pay-per-call pricing, but it does not give much detail about privacy handling for submitted URLs, text, context, or agent messages.
Persistence & Privilege
There is no local persistence or privilege request, but the documented trend tracking and 6-hour cache imply remote service-side retention that users should understand.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intelica-competitive-intelligence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intelica-competitive-intelligence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.5.0
- Added detailed documentation on context modes for multiple analysis scenarios (competitive, fundraising, partnership, acquisition, market entry). - Improved guidance on pay-per-call via x402 protocol on Base and Solana mainnets; no API keys required. - Introduced usage examples for free demo, single, and batch analysis endpoints. - Expanded output documentation, detailing JSON structure and trend tracking fields. - Clarified language auto-detection and regional context injection (supports 8 languages). - Added recommendations for spend-aware and budget-limited usage.
元数据
Slug intelica-competitive-intelligence
版本 4.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Intelica — Competitive Intelligence 是什么?

Competitive intelligence API for autonomous AI agents. Analyzes any URL or company description and returns structured JSON with market positioning, user pain... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Intelica — Competitive Intelligence?

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

Intelica — Competitive Intelligence 是免费的吗?

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

Intelica — Competitive Intelligence 支持哪些平台?

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

谁开发了 Intelica — Competitive Intelligence?

由 teodorofodocrispin-cmyk(@teodorofodocrispin-cmyk)开发并维护,当前版本 v4.5.0。

💬 留言讨论