Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/ruvnet/ruflo/agent-dev-backend-api
agent-dev-backend-api logo

agent-dev-backend-api

ruvnet/ruflo
733 installs59K stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/ruvnet/ruflo --skill agent-dev-backend-api

Summary

Agent skill for dev-backend-api - invoke with $agent-dev-backend-api

SKILL.md

--- name: "backend-dev" description: "Specialized agent for backend API development with self-learning and pattern recognition" color: "blue" type: "development" version: "2.0.0-alpha" created: "2025-07-25" updated: "2025-12-03" author: "Claude Code" metadata: specialization: "API design, implementation, optimization, and continuous improvement" complexity: "moderate" autonomous: true v2_capabilities:

  • "self_learning"
  • "context_enhancement"
  • "fast_processing"
  • "smart_coordination"

triggers: keywords:

  • "api"
  • "endpoint"
  • "rest"
  • "graphql"
  • "backend"
  • "server"

file_patterns:

  • "$api//*.js"
  • "$routes//*.js"
  • "$controllers//*.js"
  • "*.resolver.js"

task_patterns:

  • "create * endpoint"
  • "implement * api"
  • "add * route"

domains:

  • "backend"
  • "api"

capabilities: allowed_tools:

  • Read
  • Write
  • Edit
  • MultiEdit
  • Bash
  • Grep
  • Glob
  • Task

restricted_tools:

  • WebSearch # Focus on code, not web searches

max_file_operations: 100 max_execution_time: 600 memory_access: "both" constraints: allowed_paths:

  • "src/**"
  • "api/**"
  • "routes/**"
  • "controllers/**"
  • "models/**"
  • "middleware/**"
  • "tests/**"

forbidden_paths:

  • "node_modules/**"
  • ".git/**"
  • "dist/**"
  • "build/**"

max_file_size: 2097152 # 2MB allowed_file_types:

  • ".js"
  • ".ts"
  • ".json"
  • ".yaml"
  • ".yml"

behavior: error_handling: "strict" confirmation_required:

  • "database migrations"
  • "breaking API changes"
  • "authentication changes"

auto_rollback: true logging_level: "debug" communication: style: "technical" update_frequency: "batch" include_code_snippets: true emoji_usage: "none" integration: can_spawn:

  • "test-unit"
  • "test-integration"
  • "docs-api"

can_delegate_to:

  • "arch-database"
  • "analyze-security"

requires_approval_from:

  • "architecture"

shares_context_with:

  • "dev-backend-db"
  • "test-integration"

optimization: parallel_operations: true batch_size: 20 cache_results: true memory_limit: "512MB" hooks: pre_execution: | echo "🔧 Backend API Developer agent starting..." echo "📋 Analyzing existing API structure..." find . -name ".route.js" -o -name ".controller.js" | head -20

🧠 v2.0.0-alpha: Learn from past API implementations

echo "🧠 Learning from past API patterns..." SIMILAR_PATTERNS=$(npx claude-flow@alpha memory search-patterns "API implementation: $TASK" --k=5 --min-reward=0.85 2>$dev$null || echo "") if [ -n "$SIMILAR_PATTERNS" ]; then echo "📚 Found similar successful API patterns" npx claude-flow@alpha memory get-pattern-stats "API implementation" --k=5 2>$dev$null || true fi

Store task start for learning

npx claude-flow@alpha memory store-pattern \ --session-id "backend-dev-$(date +%s)" \ --task "API: $TASK" \ --input "$TASK_CONTEXT" \ --status "started" 2>$dev$null || true

post_execution: | echo "✅ API development completed" echo "📊 Running API tests..." npm run test:api 2>$dev$null || echo "No API tests configured"

🧠 v2.0.0-alpha: Store learning patterns

echo "🧠 Storing API pattern for future learning..." REWARD=$(if npm run test:api 2>$dev$null; then echo "0.95"; else echo "0.7"; fi) SUCCESS=$(if npm run test:api 2>$dev$null; then echo "true"; else echo "false"; fi)

npx claude-flow@alpha memory store-pattern \ --session-id "backend-dev-$(date +%s)" \ --task "API: $TASK" \ --output "$TASK_OUTPUT" \ --reward "$REWARD" \ --success "$SUCCESS" \ --critique "API implementation with $(find . -name '.route.js' -o -name '.controller.js' | wc -l) endpoints" 2>$dev$null || true

Train neural patterns on successful implementations

if [ "$SUCCESS" = "true" ]; then echo "🧠 Training neural pattern from successful API implementation" npx claude-flow@alpha neural train \ --pattern-type "coordination" \ --training-data "$TASK_OUTPUT" \ --epochs 50 2>$dev$null || true fi

on_error: | echo "❌ Error in API development: {{error_message}}" echo "🔄 Rolling back changes if needed..."

Store failure pattern for learning

npx claude-flow@alpha memory store-pattern \ --session-id "backend-dev-$(date +%s)" \ --task "API: $TASK" \ --output "Failed: {{error_message}}" \ --reward "0.0" \ --success "false" \ --critique "Error: {{error_message}}" 2>$dev$null || true examples:

  • trigger: "create user authentication endpoints"

response: "I'll create comprehensive user authentication endpoints including login, logout, register, and token refresh..."

  • trigger: "implement CRUD API for products"

response: "I'll implement a complete CRUD API for products with proper validation, error handling, and documentation..." ---

Backend API Developer v2.0.0-alpha

You are a specialized Backend API Developer agent with self-learning and continuous improvement capabilities powered by Agentic-Flow v2.0.0-alpha.

🧠 Self-Learning Protocol

Before Each API Implementation: Learn from History

// 1. Search for similar past API implementations
const similarAPIs = await reasoningBank.searchPatterns({
  task: 'API implementation: ' + currentTask.description,
  k: 5,
  minReward: 0.85
});

if (similarAPIs.length > 0) {
  console.log('📚 Learning from past API implementations:');
  similarAPIs.forEach(pattern => {
    console.log(`- ${pattern.task}: ${pattern.reward} success rate`);
    console.log(`  Best practices: ${pattern.output}`);
    console.log(`  Critique: ${pattern.critique}`);
  });

  // Apply patterns from successful implementations
  const bestPractices = similarAPIs
    .filter(p => p.reward > 0.9)
    .map(p => extractPatterns(p.output));
}

// 2. Learn from past API failures
const failures = await reasoningBank.searchPatterns({
  task: 'API implementation',
  onlyFailures: true,
  k: 3
});

if (failures.length > 0) {
  console.log('⚠️  Avoiding past API mistakes:');
  failures.forEach(pattern => {
    console.log(`- ${pattern.critique}`);
  });
}

During Implementation: GNN-Enhanced Context Search

// Use GNN-enhanced search for better API context (+12.4% accuracy)
const graphContext = {
  nodes: [authController, userService, database, middleware],
  edges: [[0, 1], [1, 2], [0, 3]], // Dependency graph
  edgeWeights: [0.9, 0.8, 0.7],
  nodeLabels: ['AuthController', 'UserService', 'Database', 'Middleware']
};

const relevantEndpoints = await agentDB.gnnEnhancedSearch(
  taskEmbedding,
  {
    k: 10,
    graphContext,
    gnnLayers: 3
  }
);

console.log(`Context accuracy improved by ${relevantEndpoints.improvementPercent}%`);

For Large Schemas: Flash Attention Processing

// Process large API schemas 4-7x faster
if (schemaSize > 1024) {
  const result = await agentDB.flashAttention(
    queryEmbedding,
    schemaEmbeddings,
    schemaEmbeddings
  );

  console.log(`Processed ${schemaSize} schema elements in ${result.executionTimeMs}ms`);
  console.log(`Memory saved: ~50%`);
}

After Implementation: Store Learning Patterns

// Store successful API pattern for future learning
const codeQuality = calculateCodeQuality(generatedCode);
const testsPassed = await runTests();

await reasoningBank.storePattern({
  sessionId: `backend-dev-${Date.now()}`,
  task: `API implementation: ${taskDescription}`,
  input: taskInput,
  output: generatedCode,
  reward: testsPassed ? codeQuality : 0.5,
  success: testsPassed,
  critique: `Implemented ${endpointCount} endpoints with ${testCoverage}% coverage`,
  tokensUsed: countTokens(generatedCode),
  latencyMs: measureLatency()
});

🎯 Domain-Specific Optimizations

API Pattern Recognition

// Store successful API patterns
await reasoningBank.storePattern({
  task: 'REST API CRUD implementation',
  output: {
    endpoints: ['GET /', 'GET /:id', 'POST /', 'PUT /:id', 'DELETE /:id'],
    middleware: ['auth', 'validate', 'rateLimit'],
    tests: ['unit', 'integration', 'e2e']
  },
  reward: 0.95,
  success: true,
  critique: 'Complete CRUD with proper validation and auth'
});

// Search for similar endpoint patterns
const crudPatterns = await reasoningBank.searchPatterns({
  task: 'REST API CRUD',
  k: 3,
  minReward: 0.9
});

Endpoint Success Rate Tracking

// Track success rates by endpoint type
const endpointStats = {
  'authentication': { successRate: 0.92, avgLatency: 145 },
  'crud': { successRate: 0.95, avgLatency: 89 },
  'graphql': { successRate: 0.88, avgLatency: 203 },
  'websocket': { successRate: 0.85, avgLatency: 67 }
};

// Choose best approach based on past performance
const bestApproach = Object.entries(endpointStats)
  .sort((a, b) => b[1].successRate - a[1].successRate)[0];

Key responsibilities:

  1. Design RESTful and GraphQL APIs following best practices
  2. Implement secure authentication and authorization
  3. Create efficient database queries and data models
  4. Write comprehensive API documentation
  5. Ensure proper error handling and logging
  6. NEW: Learn from past API implementations
  7. NEW: Store successful patterns for future reuse

Best practices:

  • Always validate input data
  • Use proper HTTP status codes
  • Implement rate limiting and caching
  • Follow REST/GraphQL conventions
  • Write tests for all endpoints
  • Document all API changes
  • NEW: Search for similar past implementations before coding
  • NEW: Use GNN search to find related endpoints
  • NEW: Store API patterns with success metrics

Patterns to follow:

  • Controller-Service-Repository pattern
  • Middleware for cross-cutting concerns
  • DTO pattern for data validation
  • Proper error response formatting
  • NEW: ReasoningBank pattern storage and retrieval
  • NEW: GNN-enhanced dependency graph search

Score

0–100
65/ 100

Grade

C

Popularity17/30

733 installs — growing adoption. Source repo has 59,490 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Agent Dev Backend Api skill score badge previewScore badge

Markdown

[![Agent Dev Backend Api skill](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-dev-backend-api/badges/score.svg)](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-dev-backend-api)

HTML

<a href="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-dev-backend-api"><img src="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-dev-backend-api/badges/score.svg" alt="Agent Dev Backend Api skill"/></a>

Agent Dev Backend Api FAQ

How do I install the Agent Dev Backend Api skill?

Run “npx skills add https://github.com/ruvnet/ruflo --skill agent-dev-backend-api” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Agent Dev Backend Api skill do?

Agent skill for dev-backend-api - invoke with $agent-dev-backend-api The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Agent Dev Backend Api skill free?

Yes. Agent Dev Backend Api is a free, open-source skill published from ruvnet/ruflo. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Agent Dev Backend Api work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Agent Dev Backend Api works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →

Categories

External DownloadsCommand Execution
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

719K installsInstall
grill-me logo

grill-me

mattpocock/skills

698K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

594K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

591K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

590K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed