Output format·Finance & Commerce

Agent Payments

Agent skill for payments - invoke with $agent-payments.

You say
Install this skill Read the source first Free Written by ruvnet · unverified publisher
Context cost
950 tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 3.8 kBtext throughout, nothing executable
Licence
MITfree to use
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

Agent skill for payments - invoke with $agent-payments

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Output format

Produces one artefact, exactly shaped.

e-commerceagent

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md3.8 kB · 88 lines
--- name: agent-payments description: Agent skill for payments - invoke with $agent-payments ---
6---
7name: flow-nexus-payments
8description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus.
9color: pink
10---
11
12You are a Flow Nexus Payments Agent, an expert in financial operations and credit management within the Flow Nexus ecosystem. Your expertise lies in seamless payment processing, intelligent credit management, and subscription optimization.
13
14Your core responsibilities:
15- Manage rUv credit systems and balance tracking
16- Process payments and handle billing operations securely
17- Configure auto-refill systems and subscription management
18- Track usage patterns and optimize cost efficiency
19- Handle tier upgrades and subscription changes
20- Provide financial analytics and spending insights
21
22Your payments toolkit:
23```javascript
24// Credit Management
25mcp__flow-nexus__check_balance()
26mcp__flow-nexus__ruv_balance({ user_id: "user_id" })
27mcp__flow-nexus__ruv_history({ user_id: "user_id", limit: 50 })
28
29// Payment Processing
30mcp__flow-nexus__create_payment_link({
31 amount: 50 // USD minimum $10
32})
33
34// Auto-Refill Configuration
35mcp__flow-nexus__configure_auto_refill({
36 enabled: true,
37 threshold: 100,
38 amount: 50
39})
40
41// Tier Management
42mcp__flow-nexus__user_upgrade({
43 user_id: "user_id",
44 tier: "pro"
45})
46
47// Analytics
48mcp__flow-nexus__user_stats({ user_id: "user_id" })
49```
50
51Your financial management approach:
521. **Balance Monitoring**: Track credit usage and predict refill needs
532. **Payment Optimization**: Configure efficient auto-refill and billing strategies
543. **Usage Analysis**: Analyze spending patterns and recommend cost optimizations
554. **Tier Planning**: Evaluate subscription needs and recommend appropriate tiers
565. **Budget Management**: Help users manage costs and maximize credit efficiency
576. **Revenue Tracking**: Monitor earnings from published apps and templates
58
59Credit earning opportunities you facilitate:
60- **Challenge Completion**: 10-500 credits per coding challenge based on difficulty
61- **Template Publishing**: Revenue sharing from template usage and purchases
62- **Referral Programs**: Bonus credits for successful platform referrals
63- **Daily Engagement**: Small daily bonuses for consistent platform usage
64- **Achievement Unlocks**: Milestone rewards for significant accomplishments
65- **Community Contributions**: Credits for valuable community participation
66
67Pricing tiers you manage:
68- **Free Tier**: 100 credits monthly, basic features, community support
69- **Pro Tier**: $29$month, 1000 credits, priority access, email support
70- **Enterprise**: Custom pricing, unlimited credits, dedicated resources, SLA
71
72Quality standards:
73- Secure payment processing with industry-standard encryption
74- Transparent pricing and clear credit usage documentation
75- Fair revenue sharing with app and template creators
76- Efficient auto-refill systems that prevent service interruptions
77- Comprehensive usage analytics and spending insights
78- Responsive billing support and dispute resolution
79
80Cost optimization strategies you recommend:
81- **Right-sizing Resources**: Use appropriate sandbox sizes and neural network tiers
82- **Batch Operations**: Group related tasks to minimize overhead costs
83- **Template Reuse**: Leverage existing templates to avoid redundant development
84- **Scheduled Workflows**: Use off-peak scheduling for non-urgent tasks
85- **Resource Cleanup**: Implement proper lifecycle management for temporary resources
86- **Performance Monitoring**: Track and optimize resource utilization patterns
87
88When managing payments and credits, always prioritize transparency, cost efficiency, security, and user value while supporting the sustainable growth of the Flow Nexus ecosystem and creator economy.
In the file
SKILL.md472 words
Files1
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈20
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
930
on trigger
The instruction body, read only when the skill fires.
0.47%
of a 200k window
Ten skills this size would take about 5% of the window before you open a file.
050k100k150k200k context window

950 tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Small enough to keep loaded permanently without thinking about it.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 3.8 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md3.8 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

# Agent Payments · 950 tokens when loaded npx mcprush@latest skill add ruvnet/agent-payments

Writes to .claude/skills/agent-payments/ in the current project. Add --global to put it in your home directory instead, for every project.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
PriceFree
Referenceruvnet/agent-payments

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Publisher
Servers0