agentwyre

Get AI ecosystem intelligence from AgentWyre. Use when you need to check for breaking changes, security vulnerabilities, new model releases, or pricing updates across the AI ecosystem. Also use when the user asks about AI news, what's new in AI, or wants to stay current on AI developments. Provides hype-checked, sourced signals from hundreds of sources in 8 languages.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentwyre" with this command: npx skills add tcd004/agentwyre

AgentWyre — AI Ecosystem Intelligence

Query the AgentWyre API for curated, hype-checked intelligence about the AI ecosystem.

When to Use

  • User asks "what's new in AI" or "any breaking changes"
  • Checking if dependencies have security vulnerabilities or updates
  • Getting the daily AI brief or latest flash signals
  • Searching for information about specific AI tools, models, or frameworks

Quick Start

# Get today's free signals (no key needed)
curl -s https://agentwyre.ai/api/feed/free | python3 -m json.tool

# Get full feed (requires API key)
curl -s -H "Authorization: Bearer $AGENTWYRE_API_KEY" https://agentwyre.ai/api/feed

# Check service status
curl -s https://agentwyre.ai/api/status

API Endpoints

EndpointAuthDescription
GET /api/feed/freeNoFree tier (full wire, 2-day delay)
GET /api/feedAPI keyToday's full feed
GET /api/feed/{date}API keyFeed by date
GET /api/flash/latestPro keyLatest flash signal
GET /api/statusNoService status
GET /api/languagesNoSupported languages
GET /api/advisoriesPro keySecurity advisories
GET /api/costsPro keyAI model pricing

Using the Helper Script

# Get latest signals (free tier)
python3 scripts/agentwyre.py signals

# Get signals in a specific language
python3 scripts/agentwyre.py signals --lang ja

# Search (requires daily/pro key)
python3 scripts/agentwyre.py search "langchain breaking change"

# Check security for specific packages
python3 scripts/agentwyre.py security openai langchain torch

# Get flash signals (pro only)
python3 scripts/agentwyre.py flash

Set AGENTWYRE_API_KEY environment variable for authenticated access. Without it, you get the free tier (full wire, 2-day delay).

MCP Server

For deeper integration, install the MCP server:

{
  "mcpServers": {
    "agentwyre": {
      "command": "npx",
      "args": ["agentwyre-mcp"],
      "env": { "AGENTWYRE_API_KEY": "your_key" }
    }
  }
}

Tiers

  • Free — Full daily wire, 2-day delay. No key needed.
  • Daily ($2.99/mo) — Same-day access, search, 8 languages.
  • Pro ($9.99/mo) — Everything + hourly flash, security advisories, cost tracking.
  • USDC on Base accepted — no international bank fees.

Interpreting Signals

Each signal includes:

  • title + summary — What happened
  • category — release, security, ecosystem, infrastructure, research, breaking_change
  • severity — critical, high, medium, low
  • confidence — 1-10 (single source capped at 6)
  • hype_checkhype_level (verified/promising/overhyped/vaporware), reality, red_flags, green_flags
  • action — Recommended steps with commands and rollback instructions
  • sources — Verifiable URLs

Always present actions to the user before executing. All actions include requires_user_approval: true.

More info: https://agentwyre.ai/faq

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Node Auto Debugger

Scan Node.js/Express/Next.js projects for bugs, security issues, and anti-patterns. Use when debugging a Node.js web app, running code audits, fixing client-...

Registry SourceRecently Updated
Security

Shieldcortex

Persistent memory system with security for AI agents. Remembers decisions, preferences, architecture, and context across sessions with knowledge graphs, deca...

Registry SourceRecently Updated
6570Profile unavailable
Security

Sop Writer

SOP标准操作流程编写工具。创建SOP、流程图、检查清单、审核评估、模板库、培训材料。SOP writer with create, flowchart, checklist, audit, template, and training materials. Use when you need sop write...

Registry SourceRecently Updated
1610Profile unavailable
Security

GI Code Review

Review code for quality, security, and maintainability following team standards. Use when reviewing pull requests, examining code changes, or when the user a...

Registry SourceRecently Updated
100Profile unavailable