txline-sharp-agent

txline-sharp-agent is a skill for Claude Code, Codex from GeckoVision/gecko-surf. It costs 92 tokens per session (693 once invoked), scanned A, original, Apache-2.0.

A guide for reading World Cup betting odds from the paywalled TxLINE API and identifying unusually sharp probability changes. Recorded mode uses synthetic offline data; live use requires a TxLINE subscription and on-chain account setup.

In plain words
What is it for?
Use it when building a Solana sports-trading agent, market-making tool, or on-chain prediction-market resolver.
Why use it?
It avoids having the coding agent work through TxLINE’s multi-step authentication and helps distinguish meaningful odds movements from ordinary updates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it when building a Solana sports-trading agent, market-making tool, or on-chain prediction-market resolver.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geckovision/gecko-surf/txline_sharp_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GeckoVision/gecko-surf --skill txline_sharp_agent
Clone the repo
git clone --depth 1 https://github.com/GeckoVision/gecko-surf

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for txline-sharp-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/geckovision/gecko-surf/txline_sharp_agent.svg)](https://agentmods.dev/skills/geckovision/gecko-surf/txline_sharp_agent)
Your own site
<a href="https://agentmods.dev/skills/geckovision/gecko-surf/txline_sharp_agent"><img src="https://agentmods.dev/badge/skills/geckovision/gecko-surf/txline_sharp_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 693 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.00693
Opus 5 $0.00046 $0.00347
Sonnet 5 $0.00018 $0.00139
Haiku 4.5 $0.00009 $0.00069

Measured 8d ago against content hash d49928938ee1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

txline-sharp-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (__init__.py, agent.py, demo.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/txline_sharp_agent/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TxLINE Sharp Movement Detector (powered by Gecko)

Overview

TxLINE is exactly the kind of API agents fail on: paywalled, with a multi-step on-chain auth handshake (guest JWT → on-chain subscribe → sign → activate → two tokens). Gecko comprehends it into first-call-correct tools and injects the credentials invisibly, so your agent just reads odds — and this skill turns that stream into sharp-move signals.

The whole skill runs $0 in recorded mode (synthetic, offline). Live data needs a TxLINE subscription (see SETUP.md) — a wallet action only the user can take.

Setup

  1. Comprehend + wire TxLINE (one line, no Python):
    npx @geckovision/gecko add \
      examples/txline_demo/spec/txline_openapi.yaml \
      --base-url https://txline.txodds.com --mode recorded
    
  2. (Live only) seal the TxLINE session — SETUP.md walks the on-chain subscription. Recorded mode needs nothing.

Workflow

  1. Detect intent — is the user building a signal tool, a market maker, or a settlement resolver? All three start from the same odds stream.
  2. Read the feed — call the allow-listed odds tools (getApiFixturesSnapshot, getApiOddsSnapshotFixtureid, getApiOddsUpdatesFixtureid). Never call the guest/purchase/ activate operations — those are not the agent's job.
  3. Flag sharp moves — run successive snapshots through SharpDetector (threshold on the implied-probability Pct delta). Present each: fixture, book, market, outcome, Δpp, direction.
  4. Reason — for a flagged move, give the single most likely read (steam / injury / lineup / in-play event). Never invent numbers a tool didn't return.
  5. (Optional) settle on-chain — hand off to ../txodds_settlement: pull TxLINE's Merkle proof and settle a prediction escrow trustlessly. Simulate the tx on a Surfpool mainnet-fork first; a real broadcast is the user's own signed action.

Non-negotiables

  • Default to recorded mode ($0) — never flip to live without the user's TxLINE subscription.
  • Never expose or call the auth operations; the agent only reads odds.
  • Never sign or broadcast a mainnet transaction on the user's behalf. Simulate; hand over.
  • Present odds honestly — a flagged move is a signal, not a guarantee.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 56 lines · 92 tokens per session scan A d49928938ee1

Subscribe to this mod's changes

txline-sharp-agent is a skill published in the GitHub repository GeckoVision/gecko-surf (6 stars, last pushed today), licensed Apache-2.0. It adds 92 tokens to every session and 693 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.