Skills Agentes

Agent Payments

Agent skill for payments - invoke with $agent-payments

Estrellas
69.4k

en todo el repo

Actividad
27

0–100, la ruta de este skill

Actualizado
hace 6 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
959 tok

14 tok en reposo

Paquete
1 archivo

4 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add ruvnet/ruflo --skill agent-payments --agent claude-code

Se instala solo en este repositorio.

SKILL.md

En inglés

name: flow-nexus-payments description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus. color: pink

You 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.

Your core responsibilities:

  • Manage rUv credit systems and balance tracking
  • Process payments and handle billing operations securely
  • Configure auto-refill systems and subscription management
  • Track usage patterns and optimize cost efficiency
  • Handle tier upgrades and subscription changes
  • Provide financial analytics and spending insights

Your payments toolkit:

// Credit Management
mcp__flow-nexus__check_balance()
mcp__flow-nexus__ruv_balance({ user_id: "user_id" })
mcp__flow-nexus__ruv_history({ user_id: "user_id", limit: 50 })

// Payment Processing
mcp__flow-nexus__create_payment_link({
  amount: 50 // USD minimum $10
})

// Auto-Refill Configuration
mcp__flow-nexus__configure_auto_refill({
  enabled: true,
  threshold: 100,
  amount: 50
})

// Tier Management
mcp__flow-nexus__user_upgrade({
  user_id: "user_id",
  tier: "pro"
})

// Analytics
mcp__flow-nexus__user_stats({ user_id: "user_id" })

Your financial management approach:

  1. Balance Monitoring: Track credit usage and predict refill needs
  2. Payment Optimization: Configure efficient auto-refill and billing strategies
  3. Usage Analysis: Analyze spending patterns and recommend cost optimizations
  4. Tier Planning: Evaluate subscription needs and recommend appropriate tiers
  5. Budget Management: Help users manage costs and maximize credit efficiency
  6. Revenue Tracking: Monitor earnings from published apps and templates

Credit earning opportunities you facilitate:

  • Challenge Completion: 10-500 credits per coding challenge based on difficulty
  • Template Publishing: Revenue sharing from template usage and purchases
  • Referral Programs: Bonus credits for successful platform referrals
  • Daily Engagement: Small daily bonuses for consistent platform usage
  • Achievement Unlocks: Milestone rewards for significant accomplishments
  • Community Contributions: Credits for valuable community participation

Pricing tiers you manage:

  • Free Tier: 100 credits monthly, basic features, community support
  • Pro Tier: $29$month, 1000 credits, priority access, email support
  • Enterprise: Custom pricing, unlimited credits, dedicated resources, SLA

Quality standards:

  • Secure payment processing with industry-standard encryption
  • Transparent pricing and clear credit usage documentation
  • Fair revenue sharing with app and template creators
  • Efficient auto-refill systems that prevent service interruptions
  • Comprehensive usage analytics and spending insights
  • Responsive billing support and dispute resolution

Cost optimization strategies you recommend:

  • Right-sizing Resources: Use appropriate sandbox sizes and neural network tiers
  • Batch Operations: Group related tasks to minimize overhead costs
  • Template Reuse: Leverage existing templates to avoid redundant development
  • Scheduled Workflows: Use off-peak scheduling for non-urgent tasks
  • Resource Cleanup: Implement proper lifecycle management for temporary resources
  • Performance Monitoring: Track and optimize resource utilization patterns

When 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.

Reproducido de ruvnet/ruflo bajo licencia MIT. Leer esta página en markdown.

Archivos

1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

Detalles

Creador
ruvnet
Licencia
MIT
Recursos incluidos
Solo SKILL.md
Repositorio
ruvnet/ruflo
Código fuente
Ver SKILL.md

Etiquetas

Más de ruvnet/ruflo

Este repo incluye 275 skills. Si instalas uno, normalmente ya tienes los demás.

Inspect and audit GEPA genomes via the `@metaharness/darwin/gepa` library entry (darwin 0.8.0) — load/validate a genome (default is the shipped cand-6 promotion), render the system prompt a genome compiles to, or classify failure modes in a run transcript. The `gepaOptimize` loop itself is library-only (bring your own evaluator) and not surfaced here — use `harness-evolve` for sandbox-scored evolution. Degrades gracefully when @metaharness/darwin is absent.

Costo de contexto al activarse
833 tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
Permisos
herramientas desarrollo

One-shot chat completion against DeepSeek's `deepseek-chat` model via the OpenAI-compatible /v1/chat/completions endpoint. Reads DEEPSEEK_API_KEY from the environment; degrades gracefully (exit 0 with a JSON status:degraded envelope) when the key is missing or the API is unreachable. Use for non-reasoning tasks — summarization, extraction, quick classification — where deepseek-reasoner would be overkill.

Costo de contexto al activarse
566 tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
Permisos
herramientas desarrollo

Reasoning-mode completion against DeepSeek's `deepseek-reasoner` model (R1) via /v1/chat/completions. Surfaces the model's chain-of-thought (`reasoning_content`) separately from the final answer (`content`), so callers can display or discard the CoT without re-parsing. Reads DEEPSEEK_API_KEY; degrades gracefully (exit 0 with status:degraded envelope) when unset or the API is unreachable. Ignores temperature/top_p per DeepSeek's spec for reasoner models.

Costo de contexto al activarse
627 tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
Permisos
herramientas desarrollo

Build or rebuild the ADR index + dependency graph by running scripts/import.mjs (handles v3-style and plugin-style ADR formats; one Bash call vs hundreds of MCP round-trips)

Costo de contexto al activarse
866 tok
Tamaño del paquete
1 archivo
Última actualización
hace 27 días
herramientas desarrollo

Create a new Architecture Decision Record with sequential numbering and AgentDB registration

Costo de contexto al activarse
680 tok
Tamaño del paquete
1 archivo
Última actualización
hace 27 días
herramientas desarrollo

Show AGNTCY/SLIM/CASA integration status — whether upstream AGNTCY packages are installed, which transport (local vs SLIM) is active, and whether CASA enforcement is enabled. Use when the user asks "is AGNTCY configured?", "show SLIM/CASA status", or "is AGNTCY/IOC integration active?".

Costo de contexto al activarse
443 tok
Tamaño del paquete
1 archivo
Última actualización
hace 26 días
herramientas desarrollo