返回顶部
a

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
171
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # 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 | Endpoint | Auth | Description | |----------|------|-------------| | `GET /api/feed/free` | No | Free tier (full wire, 2-day delay) | | `GET /api/feed` | API key | Today's full feed | | `GET /api/feed/{date}` | API key | Feed by date | | `GET /api/flash/latest` | Pro key | Latest flash signal | | `GET /api/status` | No | Service status | | `GET /api/languages` | No | Supported languages | | `GET /api/advisories` | Pro key | Security advisories | | `GET /api/costs` | Pro key | AI model pricing | ## Using the Helper Script ```bash # 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: ```json { "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_check** — `hype_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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agentwyre-1776101949 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agentwyre-1776101949 技能

通过命令行安装

skillhub install agentwyre-1776101949

下载 Zip 包

⬇ 下载 agentwyre v1.0.0

文件大小: 3.71 KB | 发布时间: 2026-4-14 15:58

v1.0.0 最新 2026-4-14 15:58
Initial release — AI ecosystem intelligence skill

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部