MnemonIntegration (__init__.py)

Mnemon · score 9.8 · ai, auto-instrumentation, framework-detection, runtime-patching, agent-scanning
mnemon.moth ----------- Auto-instrumentation engine. On mnemon.init(), the moth wakes up, scans the environment for installed agent frameworks, and patches each one at the right ex

buildTriggerPattern (config.ts)

openbrowserclaw · score 9.6 · ai, regex-pattern, mention-detection, agent-trigger, automation
Builds a case-insensitive regex pattern matching @mentions of a name for triggering agent invocation.

shouldCascadeToPostiz (postiz-cascade-policy.ts)

kitchen-plugin-marketing · score 9.5 · automation
Policy for when a PATCH /posts/:id edit may cascade to the third-party publisher (Postiz): delete the existing external post(s) and re-publish. The hard rule: NEVER cascade a post

AsyncDendrite (dendrite_browser.py)

dendrite-python-sdk · score 9.3 · ai, playwright-automation, async-browser, web-authentication, ai-agent-workflows
Provides async browser automation using Playwright, supporting page interactions, authentication, and AI agent workflows.

startAgentLoop (agent-loop.ts)

room · score 9.1 · database, agent-loop, db-ops, automation
Launches agent DB ops loop.

validate_graph (workflow_engine.py)

JIGGA · score 9.1 · automation
Workflow engine v2 — DAG runner with persisted, resumable run state. A v2 workflow declares `nodes` + `edges` instead of a linear `steps` list. Node types: `tool` (capability actio

build_fingerprint_worker_js (fingerprint_builder)

pydoll · score 9.1 · scraping, fingerprint-evasion, web-worker-spoofing, javascript-injection, automation
Generates a JavaScript injection script to spoof Web Worker fingerprinting surfaces like navigator and WebGL, ensuring consistent evasion in worker contexts.

TaskCustomFieldDefinitionBase (task_custom_fields.py)

openclaw-mission-control · score 9.1 · automation
Schemas for task custom field metadata, board bindings, and payloads.

execute_remote_command (ExecuteRemoteCommand)

coolify · score 8.9 · automation, ssh-execution, deployment-orchestration, remote-shell
Executes one or more remote commands on a server via SSH, logs output, handles sudo for non-root users, and optionally saves outputs. Central to deployment orchestration.

ScraperProcessor (scraper.processor.ts)

business-leads-ai-automation · score 8.8 · scraping, web-scraping, job-queue, nestjs-processor, crawl-orchestration
Processes scraping operations in NestJS, orchestrating web data extraction and crawl job handling.

Mouse

pydoll · score 8.8 · automation, mouse-simulation, human-mimicry, anti-detection, browser-automation
Simulates realistic human mouse input with movement, clicks, and drags using Bezier curves, Fitts's Law timing, tremor, and overshoot for browser automation.

tickSubAgent (SubAgentFSM.ts)

openclaw-pixel-agents · score 8.8 · automation
SubAgentFSM — pure planner for sub-agent fade-out ticks. Lifecycle authority: the server-reported sub-agent status is the sole owner of a sub-agent's lifetime (issue #102). PixelOf

TicketRow (tickets.py)

hermes-recipes · score 8.8 · automation
Ticket handler-level operations — list / move / assign / dispatch / complete. Port of clawrecipes/src/handlers/tickets.ts plus the dispatch handler from clawrecipes/index.ts. OpenC

WebElement

pydoll · score 8.8 · automation, dom-wrapper, browser-automation, cdp-commands, element-interaction
Wraps a DOM element for browser automation via CDP, providing interaction (click, type), inspection (attributes, visibility), and manipulation (screenshot, shadow DOM) with iframe-

CrewAgentExecutor (crew_agent_executor.py)

crewAI · score 8.8 · ai, agent-execution, llm-orchestration, tool-invocation, reasoning-loop
Executes CrewAI agent tasks by managing LLM interactions, tool invocations, and iterative reasoning loops until task completion.

HermesCronApi (hermes_cron.py)

hermes-recipes · score 8.7 · automation
Bridge :class:`hermes_recipes.cron_reconcile.CronApi` to Hermes's cron module. The :class:`HermesCronApi` adapter loads ``hermes_agent.cron.jobs`` (or the hermes-agent equivalent —

handleWorkflowsRun (workflows.ts)

ClawRecipes · score 8.7 · automation
Handles workflow run lifecycle: tick, approval, and execution.

create_task (tasks.py)

JIGGA · score 8.7 · automation
Task store + a lightweight index (Hardening H1b). Tasks are one JSON file each under `tasks_dir/`. The hot paths — the supervisor picking pending assignees every tick, an agent cla

apply_fingerprint (tab)

pydoll · score 8.7 · automation, fingerprint-spoofing, anti-detection, cdp, js-injection
Applies a browser fingerprint profile to a tab, overriding identity signals via CDP and JS injection to evade detection.

CronReconcileEntry (cron_reconcile.py)

hermes-recipes · score 8.7 · automation
Reconcile recipe-declared cron jobs with the host cron system. Port of the reconciliation algorithm from clawrecipes/src/handlers/cron.ts. The OpenClaw plugin shells out to ``openc

Postfix Ansible Role

ansible-postfix · score 8.6 · email, automation, smtp-server, tls-config, sasl-auth
Complete Ansible role for configuring a full-featured Postfix SMTP server with TLS, SASL authentication, aliases, virtual aliases, transport maps, canonical rewrites, and relay hos

SimulationTool

erp5 · score 8.6 · automation, simulation-rules, delivery-rules, movement-expansion
Tool component for running delivery/simulation rules and movement expansion

evaluateEvidence (evidence-gate.ts)

oh-my-matrix · score 8.6 · evidence-gate, validation-evaluation, pure-functions, automation
M2.6 Evidence Gate Evaluates validation command results before marking a run as done. Pure functions — no command execution, no I/O. /

ConnectionHandler

pydoll · score 8.6 · automation, websocket, cdp, connection-lifecycle, dev-tools
Manages WebSocket connections to Chrome DevTools Protocol endpoints, handling command execution, event subscription, and connection lifecycle for browser automation.

Task

crewAI · score 8.6 · ai, task-management, task-execution, result-handling, automation
Creates task objects for crewAI agents, managing configuration, execution, and result handling.

New (agy.go)

agent-orchestrator · score 8.6 · ui, agent-adapter, session-management, hooks, agent-orchestration
Package agy implements the Agy (Antigravity) agent adapter: launching new sessions, resuming sessions by native ID, installing workspace-local hooks, and reading hook-derived sessi

click (web_element)

pydoll · score 8.6 · automation, mouse-simulation, element-interaction, human-emulation, visibility-checks
Clicks a web element using simulated mouse events, with optional human-like movement and offsets. Handles visibility checks, scrolling, and special option elements.

evaluate (runtime_commands)

pydoll · score 8.6 · automation, js-evaluation, cdp-commands, browser-runtime, dev-tools
Builds a command to execute a JavaScript expression in the browser's global context, supporting many execution options like context, timeout, and promise handling.

runTaskNow (runtime.ts)

room · score 8.6 · database, cron-scheduler, db-maintenance, scheduled-tasks, automation
Runs scheduled database maintenance tasks via cron.

run (agent)

swarms · score 8.5 · ai, automation, agent-execution, streaming, multimodal-inputs
Primary entrypoint for executing an agent's reasoning flow on a task, supporting interactive/autonomous modes, image inputs, streaming, and fallback error handling.

RetryConfig

pydoll · score 8.4 · automation, retry-logic, backoff-strategy, error-handling, resilience
Configures retry behavior for operations, including max attempts, delay, backoff, and exception matching, enabling resilient automation.

execute_command (main.py)

OpenClaw-RL · score 8.4 · automation
Executes terminal commands, captures screen, parses accessibility tree, retrieves app output, and launches applications.

Bot Flow Builder

builderbot · score 8.4 · ai, conversation-flow, chatbot-framework, chainable-api, state-machine
Core flow builder with addKeyword/addAnswer/addAction chainable API for defining conversation trees. Framework-agnostic bot logic layer.

is_legal_call_time (legal_checks.py)

SDR-AGENT · score 8.4 · compliance, gdpr, legal-checks, automation
Vérifications de conformité légale pour les appels automatisés en France. Références : - Code de la consommation L. 223-1 (Bloctel, horaires) - RGPD / CNIL — base légale intérêt lé

FingerprintApplier

pydoll · score 8.4 · scraping, browser-fingerprinting, cdp-override, js-injection, identity-masking
Applies a browser fingerprint profile to a tab and its workers via CDP overrides and JS injection, ensuring consistent identity across pages, iframes, and workers.

computeNextDueAt (schedule.ts)

threadhunt · score 8.3 · scheduling, cron-math, time-anchor, automation
Per-topic scheduling math (pure). Spread scansPerDay evenly across 24h; if a preferred timeOfDay (HH:MM) is set, anchor the daily slots to it. Returns the epoch ms of the next due

jBPM Flow Engine Core

jbpm · score 8.3 · integration, bpmn, workflow-engine, dmn, node-execution
Core workflow/process engine providing BPMN process execution, node types, events, and DMN integration. The fundamental runtime for jBPM processes.

send_unconfirmed_notification (callback.py)

shkeeper.io · score 8.3 · payments, payment-notifications, status-alerts, scheduled-jobs, automation
Sends notifications for unconfirmed payments, likely via scheduled job, handling payment status alerts in callback.

DocumentStatus (document.py)

MetaGPT · score 8.3 · files, document-lifecycle, state-machine, workflow-tracking, automation
Tracks and manages document processing lifecycle states (draft, review, approved, archived).

SensorVisitor.cs

LibreHardwareMonitor · score 8.3 · automation
Implements the visitor pattern to traverse hardware component hierarchies, triggering sensor events through an event handler during traversal.

classify_error (error_classify.py)

hermes-recipes · score 8.3 · payments, error-classification, retry-logic, workflow-error, automation
Classify workflow errors so the worker can decide retry vs. user-error. Port of clawrecipes/src/lib/workflows/workflow-error-classify.ts. The TS version interrogates ``ToolsInvokeE

checkStall (stall-detector.ts)

oh-my-matrix · score 8.3 · stall-detection, inactivity-monitor, orchestration-state, automation
M2.5 Stall Detector Detects when an autopilot run has been inactive for too long. Only checks stall while orchestrationState is 'running'. /

handlePostWrite (post-write.ts)

openwolf · score 8.3 · ui, post-write-hook, event-handler, automation
members" not, minimal information"#: array of other

Accessibility Service UI Controller

PokeClaw · score 8.2 · ui-automation, gesture-control, screen-reading, ui-tree-extraction, mobile-automation
Android AccessibilityService that captures UI tree, performs gestures (tap/swipe/long_press), and reads screen content for the agent harness to drive any app.

Tab

pydoll · score 8.2 · automation, dev-tools, browser-automation, dom-manipulation, js-execution
Primary interface for browser tab automation via CDP, handling navigation, DOM manipulation, JS execution, event monitoring, and specialized tasks like Cloudflare bypass.

X2Flow

X2CRM · score 8.2 · automation, workflow-engine, trigger-handler, action-execution
Visual workflow/automation engine model defining triggers, actions, and flow execution logic.

copyToClipboard (intentExecutor.ts)

lumiere · score 8.2 · automation
Executes user intents via integrations: clipboard, calendar, contacts, calls, maps.

Endstops Homing Module

Smoothieware · score 8.2 · automation
Endstop detection and homing sequence management for multi-axis machines including delta kinematics.

on (tab)

pydoll · score 8.2 · automation, cdp-events, async-tasks, browser-automation
Registers a CDP event listener on a browser tab, running the callback as a background task to avoid blocking. Returns a callback ID for later removal.

reconcileRecipeCronJobs (cron.ts)

ClawRecipes · score 8.2 · automation
Reconciles recipe cron jobs, syncs schedules with templates, cleans up orphans.