Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Crypto Intel - OpenClaw Skill Crypto Intel - OpenClaw Skill 加密货币新闻爬取与情报收集技能。适用于定时任务或即时查询,支持多种使用场景。 功能特性 - **多源爬取**: 10+ 新闻网站和X/Twitter列表 - **智能筛选**: 自动识别6大类关键信息 - **灵活输出**: 可发送到Telegram或直接在对话中返回 - **交互式Cookie检查**: 执行前询问用户是否提供X cookie 使用场景 场景1:即时对话查询 场景2:Telegram定时推送 场景3:手动触发任务 安装 使用方法 方法A:直接复制任务提示词 将 task-prompt.txt 内容复制到: - OpenClaw agent配置 - Cron job的payload.message - 即时对话中 **参数说明(可选):** - {{HOURS}} - 时间窗口,默认12小时 - {{TELEGRAM_ID}} - Telegram用户I Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
orbit-crypto-intel is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Crypto Intel - OpenClaw Skill Crypto Intel - OpenClaw Skill 加密货币新闻爬取与情报收集技能。适用于定时任务或即时查询,支持多种使用场景。 功能特性 - **多源爬取**: 10+ 新闻网站和X/Twitter列表 - **智能筛选**: 自动识别6大类关键信息 - **灵活输出**: 可发送到Telegram或直接在对话中返回 - **交互式Cookie检查**: 执行前询问用户是否提供X cookie 使用场景 场景1:即时对话查询 场景2:Telegram定时推送 场景3:手动触发任务 安装 使用方法 方法A:直接复制任务提示词 将 task-prompt.txt 内容复制到: - OpenClaw agent配置 - Cron job的payload.message - 即时对话中 **参数说明(可选):** - {{HOURS}} - 时间窗口,默认12小时 - {{TELEGRAM_ID}} - Telegram用户I
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Orbitclaw
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/OrbitClaw/orbit-crypto-intel.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Orbitclaw
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
用户: "帮我爬取一下最近6小时的加密货币新闻" Agent: 使用默认参数(12小时),在对话中返回报告
text
Cron Job: 每天 09:03, 15:03, 22:03 发送到: Telegram用户或频道
text
./crypto-intel.sh --hours 24 --telegram 5844680524
bash
# 克隆仓库 git clone https://github.com/OrbitClaw/orbit-crypto-intel.git cd orbit-crypto-intel
bash
# 带参数执行(可选) ./crypto-intel.sh --hours 24 --telegram 5844680524 # 默认执行(12小时窗口,对话中返回) ./crypto-intel.sh
bash
# 添加定时任务(OpenClaw cron)
openclaw cron add --name "crypto-news" \
--schedule "3 9,15,22 * * *" \
--session isolated \
--payload '{"kind":"agentTurn","message":"<复制task-prompt.txt内容>","to":"5844680524"}'Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Crypto Intel - OpenClaw Skill Crypto Intel - OpenClaw Skill 加密货币新闻爬取与情报收集技能。适用于定时任务或即时查询,支持多种使用场景。 功能特性 - **多源爬取**: 10+ 新闻网站和X/Twitter列表 - **智能筛选**: 自动识别6大类关键信息 - **灵活输出**: 可发送到Telegram或直接在对话中返回 - **交互式Cookie检查**: 执行前询问用户是否提供X cookie 使用场景 场景1:即时对话查询 场景2:Telegram定时推送 场景3:手动触发任务 安装 使用方法 方法A:直接复制任务提示词 将 task-prompt.txt 内容复制到: - OpenClaw agent配置 - Cron job的payload.message - 即时对话中 **参数说明(可选):** - {{HOURS}} - 时间窗口,默认12小时 - {{TELEGRAM_ID}} - Telegram用户I
加密货币新闻爬取与情报收集技能。适用于定时任务或即时查询,支持多种使用场景。
用户: "帮我爬取一下最近6小时的加密货币新闻"
Agent: 使用默认参数(12小时),在对话中返回报告
Cron Job: 每天 09:03, 15:03, 22:03
发送到: Telegram用户或频道
./crypto-intel.sh --hours 24 --telegram 5844680524
# 克隆仓库
git clone https://github.com/OrbitClaw/orbit-crypto-intel.git
cd orbit-crypto-intel
将 task-prompt.txt 内容复制到:
参数说明(可选):
{{HOURS}} - 时间窗口,默认12小时{{TELEGRAM_ID}} - Telegram用户ID,可选(不设置则直接在对话中返回)# 带参数执行(可选)
./crypto-intel.sh --hours 24 --telegram 5844680524
# 默认执行(12小时窗口,对话中返回)
./crypto-intel.sh
# 添加定时任务(OpenClaw cron)
openclaw cron add --name "crypto-news" \
--schedule "3 9,15,22 * * *" \
--session isolated \
--payload '{"kind":"agentTurn","message":"<复制task-prompt.txt内容>","to":"5844680524"}'
| 参数 | 说明 | 默认值 | 必填 |
|------|------|--------|------|
| --hours | 时间窗口(小时) | 12 | ❌ 否 |
| --telegram | Telegram用户ID | - | ❌ 否 |
| --output | 输出格式 (text|json|markdown) | markdown | ❌ 否 |
| --deep | 是否爬取深度长文 | true | ❌ 否 |
注意:不设置 --telegram 时,报告直接在当前对话中返回。
现象: browser快照只捕获部分内容 原因: 动态加载、防爬虫机制 解决方案:
// 增加等待时间
await browser.snapshot({ timeMs: 3000 });
// 多次滚动加载
await browser.act({ kind: 'scroll', y: 1000 });
await browser.snapshot({ timeMs: 2000 });
await browser.act({ kind: 'scroll', y: 1000 });
await browser.snapshot({ timeMs: 2000 });
现象: bird工具返回空、403错误或认证失败 原因: X的ct0/auth_token cookie过期(通常1-7天) 解决方案:
任务现在会在执行前主动询问用户:
⚠️ X/Twitter Cookie 未设置或已失效
请选择:
1. 提供新的cookie值(推荐):
- 在 x.com 登录后,F12 -> Application -> Cookies
- 复制 ct0 和 auth_token 的值
2. 使用 web_fetch 替代(直接回复这个选择)
# 1. 在浏览器中登录 x.com
# 2. 打开开发者工具 (F12) -> Application -> Cookies
# 3. 复制 ct0 和 auth_token 的值
# 4. 发送给agent
# 或设置环境变量
export X_CT0="新ct0值"
export X_AUTH_TOKEN="新auth_token值"
如果用户选择不使用cookie,任务会使用web_fetch获取X列表:
const listPage = await web_fetch({
url: "https://x.com/i/lists/xxxx",
extractMode: "text",
maxChars: 50000
});
任务完成后会显示:
✅ X数据来源: bird(用户提供cookie)
或
⚠️ X数据来源: web_fetch(fallback)
(用户选择不使用cookie)
现象: 深度文章只显示前4096字符
原因: browser快照默认截断
解决方案: 使用 web_fetch 获取完整内容
// 获取完整文章
const fullArticle = await web_fetch({
url: "https://foresightnews.pro/article/xxxxx",
extractMode: "text",
maxChars: 50000
});
| 工具 | 用途 | 必需 |
|------|------|------|
| browser | 新闻网站爬取 | ✅ |
| bird | X/Twitter列表查询 | ⚠️ 可选 |
| web_fetch | 完整内容获取 | ✅ |
| message | Telegram消息推送 | ✅ |
orbit-crypto-intel/
├── SKILL.md # 本文件
├── crypto-intel.sh # 执行脚本
├── task-prompt.txt # 完整任务提示词
├── README.md # 英文说明
└── .gitignore
# 加密货币新闻摘要报告
**时间窗口**: 2026-02-01 00:28 - 12:28 (UTC)
**信息来源**: 10+个新闻网站 + X平台列表
## 1️⃣ 大户动向
- 🔴 巨鲸向Binance存入10万枚ETH(价值2.4亿美元)
## 2️⃣ 利率事件
- (本次无重大发言)
...
MIT License
--hours 和 --telegram 参数变为可选--telegram 时直接在对话中返回报告Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/snapshot"
curl -s "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/contract"
curl -s "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T01:45:07.773Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Orbitclaw",
"href": "https://github.com/OrbitClaw/orbit-crypto-intel",
"sourceUrl": "https://github.com/OrbitClaw/orbit-crypto-intel",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:25:12.523Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:25:12.523Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/orbitclaw-orbit-crypto-intel/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to orbit-crypto-intel and adjacent AI workflows.