flow-nexus-payments

A set of commands for managing Flow Nexus account credits, payments, billing settings, and usage. Flow Nexus is a service whose operations consume credits.

In plain words
What is it for?
Use it to check credits, buy them, configure or disable automatic refills, review transactions, change account tiers, and inspect usage.
Why use it?
It keeps balance checks, purchases, automatic refills, payment history, account tiers, and usage statistics in one place.

Command for Claude Code

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.

agentmods
npx agentmods add commands/ruvnet/sublinear-time-solver/payments
Clone the repo
git clone --depth 1 https://github.com/ruvnet/sublinear-time-solver

Made for: Claude Code.

Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 632 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00014 $0.00632
Opus 5 $0.00007 $0.00316
Sonnet 5 $0.00003 $0.00126
Haiku 4.5 $0.00001 $0.00063

Measured 2d ago against content hash 194f0132c800, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flow-nexus-payments 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 2d 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.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

.claude/commands/flow-nexus/payments.md · 116 lines

How it starts

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

Flow Nexus Payments

Manage credits, configure billing, and track usage.

Check Balance

mcp__flow-nexus__check_balance()

Purchase Credits

// Create payment link
mcp__flow-nexus__create_payment_link({
  amount: 50 // USD, minimum $10
})
// Returns secure payment URL to complete purchase

Auto-Refill Configuration

// Enable auto-refill
mcp__flow-nexus__configure_auto_refill({
  enabled: true,
  threshold: 100,  // Refill when credits drop below 100
  amount: 50       // Refill with $50 worth of credits
})

// Disable auto-refill
mcp__flow-nexus__configure_auto_refill({
  enabled: false
})

Payment History

mcp__flow-nexus__get_payment_history({
  limit: 50
})

rUv Credits Management

// Check balance
mcp__flow-nexus__ruv_balance({
  user_id: "your_id"
})

// Transaction history
mcp__flow-nexus__ruv_history({
  user_id: "your_id",
  limit: 100
})

Upgrade Tier

mcp__flow-nexus__user_upgrade({
  user_id: "your_id",
  tier: "pro" // pro, enterprise
})

Usage Statistics

mcp__flow-nexus__user_stats({
  user_id: "your_id"
})

Credit Pricing

  • Swarm Operations: 1-10 credits/hour
  • Sandbox Execution: 0.5-5 credits/hour
  • Neural Training: 5-50 credits/job
  • Workflow Runs: 0.1-1 credit/execution
  • Storage: 0.01 credits/GB/day

Earning Credits

  1. Complete Challenges: 10-500 credits per challenge
  2. Publish Templates: Earn when others use
  3. Referrals: Bonus credits for invites
  4. Daily Login: Small daily bonus
  5. Achievements: Unlock milestone rewards

Tiers

Free Tier

  • 100 free credits monthly
  • Basic sandbox access
  • Limited swarm agents (3 max)
  • Community support

Pro Tier ($29/month)

  • 1000 credits monthly
  • Priority sandbox access
  • Unlimited agents
  • Advanced workflows
  • Email support

Enterprise Tier (Custom)

  • Unlimited credits
  • Dedicated resources
  • Custom models
  • SLA guarantee
  • Priority support

Read the full file on GitHub · 116 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. 2d ago First seen · 116 lines · 14 tokens per session scan A 194f0132c800

Subscribe to this mod's changes

flow-nexus-payments is a command published in the GitHub repository ruvnet/sublinear-time-solver (89 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 632 once invoked, about $0.0001 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.