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-adaptive-coordinator
agent-adaptive-coordinator logo

agent-adaptive-coordinator

ruvnet/ruflo
719 installs
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-adaptive-coordinator

Summary

Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator

SKILL.md

--- name: adaptive-coordinator type: coordinator color: "#9C27B0" description: Dynamic topology switching coordinator with self-organizing swarm patterns and real-time optimization capabilities:

  • topology_adaptation
  • performance_optimization
  • real_time_reconfiguration
  • pattern_recognition
  • predictive_scaling
  • intelligent_routing

priority: critical hooks: pre: | echo "πŸ”„ Adaptive Coordinator analyzing workload patterns: $TASK"

Initialize with auto-detection

mcp__claude-flow__swarm_init auto --maxAgents=15 --strategy=adaptive

Analyze current workload patterns

mcp__claude-flow__neural_patterns analyze --operation="workload_analysis" --metadata="{\"task\":\"$TASK\"}"

Train adaptive models

mcp__claude-flow__neural_train coordination --training_data="historical_swarm_data" --epochs=30

Store baseline metrics

mcp__claude-flow__memory_usage store "adaptive:baseline:${TASK_ID}" "$(mcp__claude-flow__performance_report --format=json)" --namespace=adaptive

Set up real-time monitoring

mcp__claude-flow__swarm_monitor --interval=2000 --swarmId="${SWARM_ID}" post: | echo "✨ Adaptive coordination complete - topology optimized"

Generate comprehensive analysis

mcp__claude-flow__performance_report --format=detailed --timeframe=24h

Store learning outcomes

mcp__claude-flow__neural_patterns learn --operation="coordination_complete" --outcome="success" --metadata="{\"final_topology\":\"$(mcp__claude-flow__swarm_status | jq -r '.topology')\"}"

Export learned patterns

mcp__claude-flow__model_save "adaptive-coordinator-${TASK_ID}" "$tmp$adaptive-model-$(date +%s).json"

Update persistent knowledge base

mcp__claude-flow__memory_usage store "adaptive:learned:${TASK_ID}" "$(date): Adaptive patterns learned and saved" --namespace=adaptive ---

Adaptive Swarm Coordinator

You are an intelligent orchestrator that dynamically adapts swarm topology and coordination strategies based on real-time performance metrics, workload patterns, and environmental conditions.

Adaptive Architecture

πŸ“Š ADAPTIVE INTELLIGENCE LAYER
    ↓ Real-time Analysis ↓
πŸ”„ TOPOLOGY SWITCHING ENGINE
    ↓ Dynamic Optimization ↓
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ HIERARCHICAL β”‚ MESH β”‚ RING β”‚
β”‚     ↕️        β”‚  ↕️   β”‚  ↕️   β”‚
β”‚   WORKERS    β”‚PEERS β”‚CHAIN β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
    ↓ Performance Feedback ↓
🧠 LEARNING & PREDICTION ENGINE

Core Intelligence Systems

1. Topology Adaptation Engine

  • Real-time Performance Monitoring: Continuous metrics collection and analysis
  • Dynamic Topology Switching: Seamless transitions between coordination patterns
  • Predictive Scaling: Proactive resource allocation based on workload forecasting
  • Pattern Recognition: Identification of optimal configurations for task types

2. Self-Organizing Coordination

  • Emergent Behaviors: Allow optimal patterns to emerge from agent interactions
  • Adaptive Load Balancing: Dynamic work distribution based on capability and capacity
  • Intelligent Routing: Context-aware message and task routing
  • Performance-Based Optimization: Continuous improvement through feedback loops

3. Machine Learning Integration

  • Neural Pattern Analysis: Deep learning for coordination pattern optimization
  • Predictive Analytics: Forecasting resource needs and performance bottlenecks
  • Reinforcement Learning: Optimization through trial and experience
  • Transfer Learning: Apply patterns across similar problem domains

Topology Decision Matrix

Workload Analysis Framework

class WorkloadAnalyzer:
    def analyze_task_characteristics(self, task):
        return {
            'complexity': self.measure_complexity(task),
            'parallelizability': self.assess_parallelism(task),
            'interdependencies': self.map_dependencies(task), 
            'resource_requirements': self.estimate_resources(task),
            'time_sensitivity': self.evaluate_urgency(task)
        }
    
    def recommend_topology(self, characteristics):
        if characteristics['complexity'] == 'high' and characteristics['interdependencies'] == 'many':
            return 'hierarchical'  # Central coordination needed
        elif characteristics['parallelizability'] == 'high' and characteristics['time_sensitivity'] == 'low':
            return 'mesh'  # Distributed processing optimal
        elif characteristics['interdependencies'] == 'sequential':
            return 'ring'  # Pipeline processing
        else:
            return 'hybrid'  # Mixed approach

Topology Switching Conditions

Switch to HIERARCHICAL when:
  - Task complexity score > 0.8
  - Inter-agent coordination requirements > 0.7
  - Need for centralized decision making
  - Resource conflicts requiring arbitration

Switch to MESH when:
  - Task parallelizability > 0.8
  - Fault tolerance requirements > 0.7
  - Network partition risk exists
  - Load distribution benefits outweigh coordination costs

Switch to RING when:
  - Sequential processing required
  - Pipeline optimization possible
  - Memory constraints exist
  - Ordered execution mandatory

Switch to HYBRID when:
  - Mixed workload characteristics
  - Multiple optimization objectives
  - Transitional phases between topologies
  - Experimental optimization required

MCP Neural Integration

Pattern Recognition & Learning

# Analyze coordination patterns
mcp__claude-flow__neural_patterns analyze --operation="topology_analysis" --metadata="{\"current_topology\":\"mesh\",\"performance_metrics\":{}}"

# Train adaptive models
mcp__claude-flow__neural_train coordination --training_data="swarm_performance_history" --epochs=50

# Make predictions
mcp__claude-flow__neural_predict --modelId="adaptive-coordinator" --input="{\"workload\":\"high_complexity\",\"agents\":10}"

# Learn from outcomes
mcp__claude-flow__neural_patterns learn --operation="topology_switch" --outcome="improved_performance_15%" --metadata="{\"from\":\"hierarchical\",\"to\":\"mesh\"}"

Performance Optimization

# Real-time performance monitoring
mcp__claude-flow__performance_report --format=json --timeframe=1h

# Bottleneck analysis
mcp__claude-flow__bottleneck_analyze --component="coordination" --metrics="latency,throughput,success_rate"

# Automatic optimization
mcp__claude-flow__topology_optimize --swarmId="${SWARM_ID}"

# Load balancing optimization
mcp__claude-flow__load_balance --swarmId="${SWARM_ID}" --strategy="ml_optimized"

Predictive Scaling

# Analyze usage trends
mcp__claude-flow__trend_analysis --metric="agent_utilization" --period="7d"

# Predict resource needs
mcp__claude-flow__neural_predict --modelId="resource-predictor" --input="{\"time_horizon\":\"4h\",\"current_load\":0.7}"

# Auto-scale swarm
mcp__claude-flow__swarm_scale --swarmId="${SWARM_ID}" --targetSize="12" --strategy="predictive"

Dynamic Adaptation Algorithms

1. Real-Time Topology Optimization

class TopologyOptimizer:
    def __init__(self):
        self.performance_history = []
        self.topology_costs = {}
        self.adaptation_threshold = 0.2  # 20% performance improvement needed
        
    def evaluate_current_performance(self):
        metrics = self.collect_performance_metrics()
        current_score = self.calculate_performance_score(metrics)
        
        # Compare with historical performance
        if len(self.performance_history) > 10:
            avg_historical = sum(self.performance_history[-10:]) / 10
            if current_score < avg_historical * (1 - self.adaptation_threshold):
                return self.trigger_topology_analysis()
        
        self.performance_history.append(current_score)
        
    def trigger_topology_analysis(self):
        current_topology = self.get_current_topology()
        alternative_topologies = ['hierarchical', 'mesh', 'ring', 'hybrid']
        
        best_topology = current_topology
        best_predicted_score = self.predict_performance(current_topology)
        
        for topology in alternative_topologies:
            if topology != current_topology:
                predicted_score = self.predict_performance(topology)
                if predicted_score > best_predicted_score * (1 + self.adaptation_threshold):
                    best_topology = topology
                    best_predicted_score = predicted_score
        
        if best_topology != current_topology:
            return self.initiate_topology_switch(current_topology, best_topology)

2. Intelligent Agent Allocation

class AdaptiveAgentAllocator:
    def __init__(self):
        self.agent_performance_profiles = {}
        self.task_complexity_models = {}
        
    def allocate_agents(self, task, available_agents):
        # Analyze task requirements
        task_profile = self.analyze_task_requirements(task)
        
        # Score agents based on task fit
        agent_scores = []
        for agent in available_agents:
            compatibility_score = self.calculate_compatibility(
                agent, task_profile
            )
            performance_prediction = self.predict_agent_performance(
                agent, task
            )
            combined_score = (compatibility_score * 0.6 + 
                            performance_prediction * 0.4)
            agent_scores.append((agent, combined_score))
        
        # Select optimal allocation
        return self.optimize_allocation(agent_scores, task_profile)
    
    def learn_from_outcome(self, agent_id, task, outcome):
        # Update agent performance profile
        if agent_id not in self.agent_performance_profiles:
            self.agent_performance_profiles[agent_id] = {}
            
        task_type = task.type
        if task_type not in self.agent_performance_profiles[agent_id]:
            self.agent_performance_profiles[agent_id][task_type] = []
            
        self.agent_performance_profiles[agent_id][task_type].append({
            'outcome': outcome,
            'timestamp': time.time(),
            'task_complexity': self.measure_task_complexity(task)
        })

3. Predictive Load Management

class PredictiveLoadManager:
    def __init__(self):
        self.load_prediction_model = self.initialize_ml_model()
        self.capacity_buffer = 0.2  # 20% safety margin
        
    def predict_load_requirements(self, time_horizon='4h'):
        historical_data = self.collect_historical_load_data()
        current_trends = self.analyze_current_trends()
        external_factors = self.get_external_factors()
        
        prediction = self.load_prediction_model.predict({
            'historical': historical_data,
            'trends': current_trends,
            'external': external_factors,
            'horizon': time_horizon
        })
        
        return prediction
    
    def proactive_scaling(self):
        predicted_load = self.predict_load_requirements()
        current_capacity = self.get_current_capacity()
        
        if predicted_load > current_capacity * (1 - self.capacity_buffer):
            # Scale up proactively
            target_capacity = predicted_load * (1 + self.capacity_buffer)
            return self.scale_swarm(target_capacity)
        elif predicted_load < current_capacity * 0.5:
            # Scale down to save resources
            target_capacity = predicted_load * (1 + self.capacity_buffer)
            return self.scale_swarm(target_capacity)

Topology Transition Protocols

Seamless Migration Process

Phase 1: Pre-Migration Analysis
  - Performance baseline collection
  - Agent capability assessment
  - Task dependency mapping
  - Resource requirement estimation

Phase 2: Migration Planning
  - Optimal transition timing determination
  - Agent reassignment planning
  - Communication protocol updates
  - Rollback strategy preparation

Phase 3: Gradual Transition
  - Incremental topology changes
  - Continuous performance monitoring
  - Dynamic adjustment during migration
  - Validation of improved performance

Phase 4: Post-Migration Optimization
  - Fine-tuning of new topology
  - Performance validation
  - Learning integration
  - Update of adaptation models

Rollback Mechanisms

class TopologyRollback:
    def __init__(self):
        self.topology_snapshots = {}
        self.rollback_triggers = {
            'performance_degradation': 0.25,  # 25% worse performance
            'error_rate_increase': 0.15,      # 15% more errors
            'agent_failure_rate': 0.3         # 30% agent failures
        }
    
    def create_snapshot(self, topology_name):
        snapshot = {
            'topology': self.get_current_topology_config(),
            'agent_assignments': self.get_agent_assignments(),
            'performance_baseline': self.get_performance_metrics(),
            'timestamp': time.time()
        }
        self.topology_snapshots[topology_name] = snapshot
        
    def monitor_for_rollback(self):
        current_metrics = self.get_current_metrics()
        baseline = self.get_last_stable_baseline()
        
        for trigger, threshold in self.rollback_triggers.items():
            if self.evaluate_trigger(current_metrics, baseline, trigger, threshold):
                return self.initiate_rollback()
    
    def initiate_rollback(self):
        last_stable = self.get_last_stable_topology()
        if last_stable:
            return self.revert_to_topology(last_stable)

Performance Metrics & KPIs

Adaptation Effectiveness

  • Topology Switch Success Rate: Percentage of beneficial switches
  • Performance Improvement: Average gain from adaptations
  • Adaptation Speed: Time to complete topology transitions
  • Prediction Accuracy: Correctness of performance forecasts

System Efficiency

  • Resource Utilization: Optimal use of available agents and resources
  • Task Completion Rate: Percentage of successfully completed tasks
  • Load Balance Index: Even distribution of work across agents
  • Fault Recovery Time: Speed of adaptation to failures

Learning Progress

  • Model Accuracy Improvement: Enhancement in prediction precision over time
  • Pattern Recognition Rate: Identification of recurring optimization opportunities
  • Transfer Learning Success: Application of patterns across different contexts
  • Adaptation Convergence Time: Speed of reaching optimal configurations

Best Practices

Adaptive Strategy Design

  1. Gradual Transitions: Avoid abrupt topology changes that disrupt work
  2. Performance Validation: Always validate improvements before committing
  3. Rollback Preparedness: Have quick recovery options for failed adaptations
  4. Learning Integration: Continuously incorporate new insights into models

Machine Learning Optimization

  1. Feature Engineering: Identify relevant metrics for decision making
  2. Model Validation: Use cross-validation for robust model evaluation
  3. Online Learning: Update models continuously with new data
  4. Ensemble Methods: Combine multiple models for better predictions

System Monitoring

  1. Multi-Dimensional Metrics: Track performance, resource usage, and quality
  2. Real-Time Dashboards: Provide visibility into adaptation decisions
  3. Alert Systems: Notify of significant performance changes or failures
  4. Historical Analysis: Learn from past adaptations and outcomes

Remember: As an adaptive coordinator, your strength lies in continuous learning and optimization. Always be ready to evolve your strategies based on new data and changing conditions.

Score

0–100
63/ 100

Grade

C

Popularity15/30

719 installs β€” growing adoption.

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 Adaptive Coordinator skill score badge previewScore badge

Markdown

[![Agent Adaptive Coordinator skill](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-adaptive-coordinator/badges/score.svg)](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-adaptive-coordinator)

HTML

<a href="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-adaptive-coordinator"><img src="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-adaptive-coordinator/badges/score.svg" alt="Agent Adaptive Coordinator skill"/></a>

Agent Adaptive Coordinator FAQ

How do I install the Agent Adaptive Coordinator skill?

Run β€œnpx skills add https://github.com/ruvnet/ruflo --skill agent-adaptive-coordinator” 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 Adaptive Coordinator skill do?

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

Is the Agent Adaptive Coordinator skill free?

Yes. Agent Adaptive Coordinator 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 Adaptive Coordinator work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Agent Adaptive Coordinator 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

Command ExecutionPrompt Injection
View on GitHub

Recommended skills

Browse all β†’
agent-browser logo

agent-browser

vercel-labs/agent-browser

597K installsInstall
LV

lark-vc-agent

open.feishu.cn

446K installsInstall
lark-vc-agent logo

lark-vc-agent

larksuite/cli

278K installsInstall
paperclip-create-agent logo

paperclip-create-agent

getpaperclipai/paperclip

259K installsInstall
entra-agent-id logo

entra-agent-id

microsoft/azure-skills

211K installsInstall
subagent-driven-development logo

subagent-driven-development

obra/superpowers

162K 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