Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

opencrawlopencrawl 搜索

Agent Skill

opencrawl 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,854

周安装

515

GitHub Stars

公开资料未说明

下载量

4,161
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:opencrawl(opencrawl 搜索)
来源仓库:https://github.com/jcools1977/opencrawl
安装命令:
openclaw skills install opencrawl
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install opencrawl

简介

opencrawl 用于浏览器自动化、网页检查和页面信息提取。

  • 适合在 OpenClaw 中需要让 Agent 打开页面、读取内容或验证前端流程时使用。
  • 将每个对话视为收益工具,支持情感检测和零成本优化引擎。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或页面渲染。
  • 可结合来源仓库和 README 进一步核验具体用法和限制条件。

SKILL.md

name
convoyield
description
>
version
1.0.0
author
J. DeVere Cooley
homepage
https://github.com/jcools1977/Opencrawl
metadata
openclaw
emoji
📈
requires
bins
os
["macos", "linux", "windows"]
tags
platforms
["discord", "telegram", "whatsapp", "slack", "webchat"]
cost
free
requires_api
false

ConvoYield — Conversational Yield Optimization Engine

"Every conversation is a financial instrument. ConvoYield tells you what it's worth."

What It Does

ConvoYield gives any bot a real-time revenue intelligence layer. On every user message, five engines run in parallel and produce:

  • Sentiment Arbitrage — Detects emotional gaps that create revenue opportunities

(frustration capture, competitor displacement, excitement amplification, etc.)

  • Micro-Conversion Tracking — Finds 12 types of hidden value in every message

(email captures, budget reveals, pain points, referral signals, etc.)

  • Momentum Scoring — Measures whether the conversation is gaining or losing steam
  • Yield Forecasting — Predicts the total dollar value of the conversation in real-time
  • Play Calling — Recommends from a 20-play behavioral economics playbook

(anchoring, loss framing, social proof, empathy bridges, urgency closes, etc.)

Zero Cost Guarantee

  • Zero external dependencies — Pure Python standard library
  • Zero API calls — All analysis runs locally via pattern matching and heuristics
  • Zero tokens consumed — Does not call any LLM API
  • Zero infrastructurepip install and go
  • <1ms per message — Adds no latency to your bot

Quick Start

from convoyield import ConvoYield

engine = ConvoYield(base_conversation_value=50.0)

# Process each user message
result = engine.process_user_message("I'm frustrated with Salesforce, it's way too expensive")

print(result.recommended_play)       # "competitor_displacement"
print(result.estimated_yield)         # 89.50
print(result.recommended_tone)        # "empathetic"
print(result.top_arbitrage.type)      # "frustration_capture"
print(result.risk_level)              # 0.21

# Record bot response for full state tracking
engine.record_bot_response("I hear you. What specifically isn't working?")

# Next message — yield COMPOUNDS
result = engine.process_user_message("The reporting is terrible and costs $500/month")
print(result.estimated_yield)         # 142.30 — value is growing!

The Five Engines

1. Sentiment Arbitrage Engine

Detects 7 arbitrage patterns via lexicon-based sentiment scoring tuned for commercial conversations:

PatternWhat It DetectsValue Signal
competitor_displacementFrustration with a named competitor$45+
frustration_captureGeneral frustration with current solution$35+
excitement_amplificationUser showing enthusiasm$25+
uncertainty_anchoringUser unsure, needs guidance$20+
urgency_premiumTime pressure detected$30+
social_proof_hungerUser seeking validation$15+
budget_value_stackUser discussing budget/cost$40+

2. Micro-Conversion Tracker

Detects 12 micro-conversion opportunities between "hello" and "purchase":

  • Email/phone capture opportunities
  • Budget and timeline reveals
  • Team size and need statements
  • Competitor mentions and feature requests
  • Referral and testimonial signals
  • Pain point articulations

Each micro-conversion has an estimated dollar value ($0.50-$15).

3. Momentum Scorer

Scores engagement momentum (-1.0 to +1.0) using four signals:

  • Message length trend (expanding = engaged)
  • Question frequency trend (asking = curious)
  • Emotional intensity trend (feeling = invested)
  • Vocabulary richness trend (elaborating = committed)

Labels: surging | accelerating | stable | declining | hemorrhaging

4. Yield Forecaster

Combines all signals to predict a dollar value for the conversation using:

  • Phase multipliers (OPENING → DISCOVERY → ENGAGEMENT → NEGOTIATION → CLOSING)
  • Micro-conversion portfolio value
  • Arbitrage opportunity value
  • Engagement and momentum premiums
  • Risk assessment (0.0-1.0)

5. Play Caller

Recommends from 20 plays inspired by behavioral economics:

warm_handshake · pattern_interrupt · deep_probe · empathy_bridge · value_stack · competitor_displacement · social_proof_deploy · dopamine_ride · anchoring · loss_framing · budget_reframe · choice_architecture · assumptive_close · urgency_close · soft_close · momentum_recovery · save_attempt · upsell_bridge · referral_harvest · objection_reframe

Integration

Works with any bot framework — hook into your message handler:

from convoyield import ConvoYield

engine = ConvoYield()

def on_user_message(text, conversation_id):
    result = engine.process_user_message(text)

    # Shape your bot's response using:
    # result.recommended_play     → WHAT strategy to use
    # result.recommended_tone     → HOW to say it
    # result.arbitrage_opportunities → WHERE the money is
    # result.micro_conversions    → WHAT value to capture
    # result.risk_level           → HOW careful to be
    # result.estimated_yield      → HOW much is at stake

    return generate_response(text, result)

Premium Playbooks

Four industry-specific playbook packs available:

PlaybookPlaysPrice
SaaS Sales Mastery25$49/mo
E-Commerce Revenue Max22$39/mo
Real Estate Closer20$79/mo
Healthcare Engagement18$99/mo

Revenue Model

ConvoYield is free and open source. Revenue comes from:

  1. Premium playbooks — Industry-specific play packs ($39-99/mo)
  2. Cloud analytics — Dashboard and yield tracking ($0/49/299/mo tiers)
  3. Enterprise — Custom playbooks, webhooks, white-label ($299/mo)

Architecture

convoyield/
├── orchestrator.py              # Main ConvoYield engine
├── engines/
│   ├── sentiment_arbitrage.py   # 7 arbitrage pattern detectors
│   ├── micro_conversion.py      # 12 micro-conversion trackers
│   ├── momentum.py              # 4-signal engagement scorer
│   ├── yield_forecaster.py      # Dollar-value yield prediction
│   └── play_caller.py           # 20-play behavioral economics playbook
├── models/
│   ├── conversation.py          # ConversationState, Turn, Phase
│   └── yield_result.py          # YieldResult, ArbitrageOpportunity
├── playbooks/                   # 4 premium industry packs (85 plays)
├── coin/                        # ConvoCoin — Proof-of-Yield blockchain
└── cloud/                       # Telemetry client for analytics

Tests

40 tests across 7 suites — all passing:

python -m pytest tests/ -v

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.09%
按下载量换算3,749

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills