← Back to Skills Marketplace
ktaesthetix

Qrcoin

by ktaesthetix · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
970
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install qrcoin
Description
Interact with QR Coin auctions on Base. Use when the user wants to participate in qrcoin.fun QR code auctions — check auction status, view current bids, create new bids, or contribute to existing bids. QR Coin lets you bid to display URLs on QR codes; the highest bidder's URL gets encoded.
Usage Guidance
This skill appears to be a straightforward, instruction-only helper for QR Coin auctions. Before using it: (1) verify the contract and site addresses independently (don’t trust a single source), (2) never paste your private key into an agent or a prompt — use a trusted wallet/relay (Bankr or your own signer) to sign transactions, (3) confirm you trust the external service Bankr if you plan to send it transaction instructions (it will see the destination, amounts, and URLs), (4) consider using a small test amount before committing larger funds, and (5) use your preferred RPC endpoint if you don’t want to rely on the public mainnet.base.org endpoint.
Capability Analysis
Type: OpenClaw Skill Name: qrcoin Version: 1.0.0 The skill bundle is designed to interact with QR Coin auctions on the Base blockchain, allowing users to query auction status and initiate bids. The `SKILL.md` file provides clear instructions and `curl` commands for querying public blockchain RPC endpoints (`https://mainnet.base.org`) using `jq` for parsing. It also outlines natural language prompts for the AI agent to use a hypothetical 'Bankr' tool for executing on-chain transactions (USDC approval, creating/contributing to bids). There is no evidence of prompt injection attempting to subvert the agent's purpose, exfiltrate sensitive data, install backdoors, or execute arbitrary malicious commands. The required binaries (`curl`, `jq`) are appropriate for the stated purpose, and all actions described are transparently aligned with participating in the QR Coin auction.
Capability Assessment
Purpose & Capability
The name/description, required binaries (curl, jq), and SKILL.md all focus on querying a Base RPC and producing transaction prompts for Bankr. Nothing requested (no env vars, no installs) is unrelated to interacting with the auction contract.
Instruction Scope
SKILL.md contains concrete eth_call examples against mainnet.base.org and sample prompts to hand off transactions to Bankr (which handles signing/submission). It does not instruct reading local files, environment secrets, or exfiltrating unrelated data. The instructions are scoped to auction queries and constructing transactions.
Install Mechanism
No install spec or code files are present; the skill is instruction-only and relies on existing curl/jq binaries. This is the lowest-risk install footprint.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md references an external RPC and Bankr for signing, which is appropriate for the task and does not demand additional secrets from the agent.
Persistence & Privilege
always is false and the skill does not request persistent system modifications. The default ability for the agent to invoke the skill autonomously is set, which is normal for skills and not a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qrcoin
  3. After installation, invoke the skill by name or use /qrcoin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the qrcoin skill for interacting with QR Coin auctions on Base. - Enables users to check auction status, view bids, create new bids, and contribute to existing ones. - Includes detailed command-line instructions for querying auction status and reserve prices. - Provides step-by-step guidance for USDC approval and submitting transactions via Bankr. - Documents contract addresses, function selectors, typical workflows, error messages, and helpful tips.
Metadata
Slug qrcoin
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Qrcoin?

Interact with QR Coin auctions on Base. Use when the user wants to participate in qrcoin.fun QR code auctions — check auction status, view current bids, create new bids, or contribute to existing bids. QR Coin lets you bid to display URLs on QR codes; the highest bidder's URL gets encoded. It is an AI Agent Skill for Claude Code / OpenClaw, with 970 downloads so far.

How do I install Qrcoin?

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

Is Qrcoin free?

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

Which platforms does Qrcoin support?

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

Who created Qrcoin?

It is built and maintained by ktaesthetix (@ktaesthetix); the current version is v1.0.0.

💬 Comments