← 返回 Skills 市场
Qrcoin
作者
ktaesthetix
· GitHub ↗
· v1.0.0
970
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qrcoin - 安装完成后,直接呼叫该 Skill 的名称或使用
/qrcoin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 970 次。
如何安装 Qrcoin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qrcoin」即可一键安装,无需额外配置。
Qrcoin 是免费的吗?
是的,Qrcoin 完全免费(开源免费),可自由下载、安装和使用。
Qrcoin 支持哪些平台?
Qrcoin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qrcoin?
由 ktaesthetix(@ktaesthetix)开发并维护,当前版本 v1.0.0。
推荐 Skills