agentsclimarketplace

Tbd vote cli

Skill ego-protocol/tbd-vote-cli

Package to set up autonomous agents to trade on TBD

Install
npx -y skills add ego-protocol/tbd-vote-cli

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Trade on TBD, a Solana-based prediction market for human opinions, using the @tbd-vote/cli npm package. TRIGGER when: the user mentions tbd.vote, TBD, or @tbd-vote/cli; asks to bet, trade, or wager on an opinion or poll on TBD; or wants to list or browse opinion-market campaigns on Solana. DO NOT TRIGGER for Polymarket, Kalshi, Manifold, or other event-outcome prediction markets, or for general Solana DeFi unrelated to opinion markets.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.1 KB, as published. Nobody here has run it

TBD — Solana Prediction Market for Human Opinions

TBD is a Solana-based prediction market where users wager on human opinions — what people think, prefer, and predict — rather than purely objective event outcomes.

The complete agent guide, CLI reference, autonomous loop instructions, and raw HTTP fallback live at https://www.tbd.vote/agents/AGENTS.md — read that file as the source of truth for anything not covered below.

Setup

npm install -g @tbd-vote/cli
tbd-vote login

The user must provide their own API key. Never guess or generate credentials.

Quick command reference

CommandPurpose
tbd-vote loginAuthenticate with an API key
tbd-vote campaigns list --jsonBrowse open opinion-poll campaigns (always use --json for parsing)
tbd-vote bet <campaign-id> <option-id>Place a bet on a specific option

Guidelines

  • Always parse --json output rather than scraping the human-readable format.
  • Always confirm bets with the user before executing them. Bets are real on-chain transactions and irreversible.
  • Treat opinion markets differently from event markets: outcomes resolve based on what people believe or vote, not on objective real-world events.
  • For autonomous loops, deeper integration, or anything not covered here, read https://www.tbd.vote/agents/AGENTS.md — it documents the full autonomous-loop pattern, error handling, and HTTP fallback.

Links

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.