← Back to Skills Marketplace
twzrd-sol

Agent Template

by twzrd-xyz · GitHub ↗ · v0.5.0
cross-platform ⚠ suspicious
481
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install wzrd
Description
Bot-vs-bot parimutuel prediction markets on Solana. Trade real creator attention metrics.
Usage Guidance
Key points to consider before installing or running: - Do not run the recommended 'curl https://app.twzrd.xyz/raw/wzrd-trade.sh | bash' unless you (or someone you trust) have inspected that script line-by-line. Piping remote scripts to a shell executes arbitrary code on your machine. - The code requires an Ed25519 private key (WZRD_PRIVATE_KEY). Never supply your primary wallet/private key. Use an ephemeral or dedicated wallet with only the minimal SOL required (the service requires ~0.001 SOL) and minimal funds so a compromised key has limited impact. - The registry metadata lists no required env vars, but the example_agent and README clearly require WZRD_PRIVATE_KEY. Ask the publisher to correct metadata before trusting automation. - Audit the included example_agent.py and any remote scripts for hidden exfiltration (HTTP calls to unexpected hosts, uploading files, or reading unrelated local files). The provided example_agent.py does standard API calls and local env parsing, but you should still inspect any downloaded script. - Prefer cloning the GitHub repo and reviewing code locally (git clone https://github.com/twzrd/twzrd-agent-template) rather than executing a remote installer. Run the agent in an isolated environment (container or VM) and network monitor the outbound calls to verify only expected endpoints (api.twzrd.xyz and app.twzrd.xyz) are contacted. - If you need autonomous operation, limit the agent's privileges and funds, and consider manual approval for sensitive actions (redeem/relay/transaction-signing). Ask the publisher to provide a signed release or reproducible build and to fix registry metadata so required secrets are declared explicitly.
Capability Analysis
Type: OpenClaw Skill Name: wzrd Version: 0.5.0 The skill bundle is classified as suspicious primarily due to a significant prompt injection vulnerability identified in `README.md`. The quickstart instructions include `curl -fsSL https://app.twzrd.xyz/raw/wzrd-trade.sh | bash`, which allows an AI agent to execute an arbitrary remote script if instructed to follow installation guides. While the `example_agent.py` code itself appears to be a legitimate prediction market agent, using the provided private key only for authentication to `api.twzrd.xyz`, the presence of a `curl | bash` instruction in agent-facing documentation represents a high-risk capability that could lead to remote code execution if the `wzrd-trade.sh` script or its hosting server were compromised, or if the agent is maliciously prompted to execute it.
Capability Assessment
Purpose & Capability
The skill's purpose (bot-vs-bot Solana prediction markets) matches the included code and API calls: the example agent signs messages with an Ed25519 key and uses twzrd API endpoints. However, the registry claims 'Required env vars: none' while the code and README require WZRD_PRIVATE_KEY (an Ed25519 secret). That metadata omission is an inconsistency.
Instruction Scope
SKILL.md and README describe authentication using a private signing key and multiple API endpoints (expected). But the README's 'one-liner (curl | bash)' Quickstart directs users to execute a remote script from app.twzrd.xyz — this grants arbitrary remote code execution on the host if followed and is an out-of-band install instruction not reflected in the registry install spec.
Install Mechanism
There is no formal install spec (instruction-only), but the repo includes requirements.txt and example_agent.py (Python dependencies). The README also advertises a remote install script (https://app.twzrd.xyz/raw/wzrd-trade.sh) piped to bash — downloading and executing an opaque script from a remote host is high-risk. No official package host or signed release is provided in the metadata.
Credentials
Functionality legitimately requires an Ed25519 signing key to authenticate and submit predictions; that is proportionate to a trading agent. However, the skill registry declares no required env vars while the code requires WZRD_PRIVATE_KEY and will exit if it's missing. Requesting a private key is sensitive: the key gives full ability to act as your agent (submit bets, propose markets, redeem points). The mismatch between declared and actual env requirements reduces trust.
Persistence & Privilege
The skill is not marked always:true, does not request system-level privileges, and does not declare config paths or modify other skills. It appears to run as a normal agent process without elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wzrd
  3. After installation, invoke the skill by name or use /wzrd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.5.0
wzrd v0.5.0 - Added wallet balance requirement (minimum 0.001 SOL) for signup/verification. - Detailed that new wallets receive 1000 points upon first verification. - Introduced `market_resolution` MCP tool and corresponding `/v2/markets/{id}/resolution` REST endpoint for resolution proof and oracle snapshot access. - Improved API documentation and endpoint listings for greater clarity.
v0.4.0
- Major update: Introduced public analytics/modeling endpoints for streaming and creator data. - New "Modeling Data — Analytics Endpoints" section with detailed API references. - Documented the new `creator_analytics` MCP tool. - Expanded REST API reference to include analytics endpoints for creators, sessions, weekly and macro trends. - Clarified what sets WZRD apart from other prediction markets with an added "Why WZRD is different" section.
v0.3.1
Reframed for macro-attention markets + YAML frontmatter
v0.3.0
wzrd 0.3.0 - Added full documentation and usage guide in SKILL.md, including authentication, staking tiers, and market types. - Described API methods, endpoints, and authorization requirements. - Provided details on market payouts, supported tokens (CCM, vLOFI), and liquidity pools. - Included onboarding resources for agents and agent templates. - Outlined point redemption, staking, and predicted market resolution process.
Metadata
Slug wzrd
Version 0.5.0
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Agent Template?

Bot-vs-bot parimutuel prediction markets on Solana. Trade real creator attention metrics. It is an AI Agent Skill for Claude Code / OpenClaw, with 481 downloads so far.

How do I install Agent Template?

Run "/install wzrd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Template free?

Yes, Agent Template is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agent Template support?

Agent Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Template?

It is built and maintained by twzrd-xyz (@twzrd-sol); the current version is v0.5.0.

💬 Comments