ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

convoyield

Conversational Yield Optimization Engine — treats every bot conversation as a yield-bearing financial instrument. Five zero-cost engines detect sentiment arbitrage, micro-conversions, engagement momentum, dollar-value yield forecasts, and optimal strategic plays in real-time. No external APIs. No dependencies. Pure behavioral economics applied to conversations.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jcools1977/opencrawl
Or

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.

Metadata

Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jcools1977-opencrawl": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

inversion-protocol

Meta-cognitive reasoning skill that makes any AI agent dramatically better at decision-making by thinking backwards before acting forward. Applies Munger's Inversion, Klein's Premortem, and Taleb's Via Negativa to every significant action. Zero dependencies, zero cost, pure reasoning enhancement. Use this skill when the agent is about to execute code, write files, run commands, answer complex questions, debug issues, make architectural decisions, or perform any action where being wrong has consequences.

jcools1977 1947

ResonanceEngine

Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conversion, and revenue. Zero API cost. Pure algorithmic intelligence.

jcools1977 1947

phantom-limb

Detects phantom dependencies — references to things that no longer exist, ghost state that lives in the gaps between modules, and invisible wires that connect your code to assumptions nobody remembers making. The codebase equivalent of feeling a limb that's already been amputated.

jcools1977 1947

work-receipt

Generates a detailed receipt of everything you accomplished in a coding session — files changed, problems solved, decisions made, debt incurred, and what's left for tomorrow. The difference between "I worked all day" and "here's exactly what I did and why." Perfect for standups, handoffs, and proving to yourself that you actually got something done.

jcools1977 1947

smart-memory

Zero-cost persistent memory that makes your bot smarter over time. Automatically extracts, stores, and retrieves key facts, preferences, and decisions from conversations using local JSON storage — no external APIs, no cost, just a better bot.

jcools1977 1947