suwappubot: Skill for Claude Code

.claude/skills/goal/SKILL.md

goal is a skill for Claude Code from 0xSoftBoi/suwappubot. It costs 45 tokens per session (1,909 once invoked), scanned A, original, Apache-2.0.

A standing project goal and checklist for finding features that were built but never connected to the rest of the application.

In plain words
What is it for?
Use it to review known wiring gaps, verify fixes, and record newly discovered disconnected features.
Why use it?
It reduces the risk of code that appears complete but is not registered, started, exposed through an endpoint, or connected to a working interface.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is 0xSoftBoi/suwappubot's own configuration. It tells Claude Code how to work on suwappubot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything suwappubot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 0xSoftBoi/suwappubot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/0xSoftBoi/suwappubot/main/.claude/skills/goal/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/0xSoftBoi/suwappubot

Made for: Claude Code.

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 goal

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/goal/github.svg)](https://agentmods.dev/skills/0xsoftboi/suwappubot/goal)
Your own site
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/goal"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/goal/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 goal

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/goal"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/goal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00045 $0.01909
Opus 5 $0.00023 $0.00955
Sonnet 5 $0.00009 $0.00382
Haiku 4.5 $0.00005 $0.00191

Measured 11d ago against content hash 3964906e5f1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

goal scanned grade A with 0 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 11d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/goal/SKILL.md · 58 lines

How it starts

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

/goal — Connect the scattered features

Standing goal: no feature should exist in the codebase without being wired end-to-end (handler registered, service started, table created, endpoint mounted, UI calling a real backend). This backlog comes from a 3-surface audit (bot / APIs / frontends) on 2026-07-24, triggered by finding the entire support-ticket system built but unregistered (fixed in PR #615) and mobile referral stats returning hardcoded zeros from a nonexistent-method call (same PR).

How to use

  • /goal — review this list, verify the next unchecked item against current code (items may have been fixed since the audit — always re-verify before working), fix it, then check it off and commit the edit to this file.
  • /goal <item> — jump to that item.
  • When you find a NEW built-but-unwired feature anywhere, ADD it here.

The backlog

A. Mobile API ghost methods (api/routes/mobile.py) — silent fake data

All wrapped in broad except Exception returning defaults, so they "work" but lie.

  • A1. mobile.py:552await points_service.daily_checkin() is a sync method being awaited → TypeError swallowed; mobile daily check-in never credits points. Fix: call sync, map response.
  • A2. mobile.py:565points_service.get_milestones() does not exist. Find the real milestones source (points_service) and wire it.
  • A3. mobile.py:600points_service.redeem_reward() does not exist (real: redeem_subscription_reward / redeem_marketplace_reward). Mobile redemption silently no-ops. MONEY-PATH — tag reviewer.
  • A4. mobile.py:692referral_service.get_stats() → fixed in PR #615 (get_referral_stats, key mapping).
  • A5. Sweep done (remaining awaits are legitimately async: ws.create_wallet, httpx calls). Tests for api/routes/mobile.py still missing — [SUW-200]. Sweep the REST of mobile.py for the same pattern (every await <service>.<method> inside try/except: verify the method exists and its sync/async-ness). Add tests for api/routes/mobile.py — currently zero coverage.

Read the full file on GitHub · 58 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. 11d ago First seen · 58 lines · 45 tokens per session scan A 3964906e5f1d

Subscribe to this mod's changes

goal is a skill published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 45 tokens to every session and 1,909 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

oneinch-aggregator

1inch DEX aggregator skill — swap tokens across 400+ DEXes, get quotes, check token approvals, Fusion+ cross-chain swaps, portfolio tracking. Requires API key from 1inch Developer Portal.

tenzro/tenzro-network · 49 tokens

defi-protocols

DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.

LuuOW/meridian-mcp · 81 tokens

across-bridge

Bridge ETH and ERC-20 tokens across EVM chains via Across Protocol v3. One function for a quote, one function for the entire end-to-end bridge (approval + deposit + arrival verification). Use when the user wants to move tokens between chains (e.g. "bridge 50 USDC from Base to Arbitrum", "send ETH from Ethereum to…

Starchild-ai-agent/official-skills · 129 tokens

ophis

Use this skill when the user asks to swap tokens, get a swap quote, check or cancel an order, or report the surplus their trades earned, via Ophis, the intent-based MEV-protected DEX aggregator. Triggers on phrases like "swap X for Y", "best price", "quote", "order status", "cancel my order", "how much surplus did I…

ophis-fi/ophis · 102 tokens

swap-via-ophis

Swap or bridge tokens through Ophis, an intent-based DEX aggregator. Parse a natural-language request, get a best-execution quote, build an EIP-712 order, sign it in the user's own wallet, and submit it. Non-custodial: the agent never holds keys or funds.

ophis-fi/ophis · 0 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens