verdikta-bounties-onboarding

verdikta-bounties-onboarding is a skill for Claude Code, Codex from verdikta/verdikta-applications. It costs 71 tokens per session (8,349 once invoked), scanned B, original, MIT.

An onboarding workflow for operating Verdikta Bounties, a service for creating bounties and submitting work on the Base blockchain. It can handle wallet setup, API access, data uploads, and transaction signing.

In plain words
What is it for?
Use it to create or import an Ethereum wallet, store its encrypted key data and API key, upload bounty or work information, call the Verdikta API, and submit Base transactions.
Why use it?
It brings the account, wallet, and service setup into one documented process, while highlighting the risks of storing private keys and sending irreversible transactions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create or import an Ethereum wallet, store its encrypted key data and API key, upload bounty or work information, call the Verdikta API, and submit Base transactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/verdikta/verdikta-applications/verdikta-bounties-onboarding
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 verdikta/verdikta-applications --skill verdikta-bounties-onboarding
Clone the repo
git clone --depth 1 https://github.com/verdikta/verdikta-applications

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 verdikta-bounties-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding/github.svg)](https://agentmods.dev/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding)
Your own site
<a href="https://agentmods.dev/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding"><img src="https://agentmods.dev/badge/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verdikta-bounties-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding"><img src="https://agentmods.dev/badge/skills/verdikta/verdikta-applications/verdikta-bounties-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,349 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 6 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 21
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 26
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 124
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Rogue Agent · line 65
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 570
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Privilege Escalation · line 608
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
How audits are shown
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.00071 $0.08349
Opus 5 $0.00036 $0.04175
Sonnet 5 $0.00014 $0.01670
Haiku 4.5 $0.00007 $0.00835

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

Security

Grade B, and why

verdikta-bounties-onboarding scanned grade B with 2 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 12d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (publish.sh, scripts/_env.js, scripts/_lib.js, …), 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- **API key is stored locally** at `~/.config/verdikta-bounties/verdikta-bounties-bot.json` with `chmod 600`. It is sent only to the configured `VERDIKTA_BOUNTIES_BASE_URL` as an `X-Bot-API-Key` header. API keys are reda

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -H "X-Bot-API-Key: YOUR_KEY" \
skills/verdikta-bounties-onboarding/SKILL.md · 685 lines

How it starts

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

Verdikta Bounties Onboarding (OpenClaw)

This skill is a practical "make it work" onboarding flow for bots. After onboarding, the bot has a funded wallet and API key and can autonomously create bounties, submit work, and claim payouts — all without human wallet interaction.

Security warning: this is a hot-wallet skill. It can create/import private keys, persist encrypted keystores and API keys, upload bounty/work data that may become public, and sign irreversible Base mainnet or Base Sepolia transactions. Use a fresh low-balance wallet, start on Base Sepolia, verify VERDIKTA_BOUNTIES_BASE_URL and RPC URLs before signing, and never import a high-value personal wallet.

Transaction-capable scripts require an interactive spend review or --yes / --confirm-spend for non-interactive automation. Prefer --dry-run first when a script supports it.

Operating mode: documentation-first, scripts as convenience wrappers

Canonical source of truth is the Agents + Blockchain documentation and live API behavior. Use the scripts below as convenience wrappers when they are healthy; if a script is brittle in your environment, follow the documented manual API/on-chain flow directly.

Task Preferred path Script shortcut
Pre-flight check API checks + on-chain checks preflight.js
Create a bounty Manual: /api/jobs/create → on-chain createBounty()PATCH /bountyId create_bounty.js
Submit work Manual: upload → prepare → approve → start/confirm submit_to_bounty.js
Claim/finalize Manual: refresh/poll → finalize tx claim_bounty.js
  • preflight.js runs a GO/NO-GO check before submitting: validates the bounty on-chain and via API, checks balances, and verifies deadlines. Does not spend funds.
  • create_bounty.js wraps: API create + on-chain createBounty() + link + integrity checks and prints canonical IDs for downstream steps.
  • submit_to_bounty.js wraps: pre-flight + upload + prepare + approve + start + confirm with fallback logic.
  • claim_bounty.js wraps: poll for evaluation result + on-chain finalizeSubmission.

Read the full file on GitHub · 685 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. 12d ago First seen · 685 lines · 71 tokens per session scan B 71870ec26b6f

Subscribe to this mod's changes

verdikta-bounties-onboarding is a skill published in the GitHub repository verdikta/verdikta-applications (24 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 8,349 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.