Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model
Skills in this repository
ruvnet/ruflo - Page 2
SkillsMP has collected 310 skills from ruvnet/ruflo. Open a skill to review its source and details.
ruvnet/rufloShowing 40 of 310 collected skills.
Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms
Execute a natural-language browser intent via page-agent (browser_act) when the target is easier to describe than to select — degrades gracefully when page-agent or an OpenAI-compatible LLM provider isn't configured
Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions
Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift
Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification
UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
Route tasks through hooks_route, partition by Agent Booster availability, and report Tier 1 bypass utilization with $0 cost
Read accumulated cost-tracking spend + budget config, compute utilization, emit 50/75/90/100% alert ladder
Analyze token usage patterns and recommend cost optimizations with estimated savings
Generate a cost report showing token usage and USD costs by agent and model
Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace
Define and manage cognitive patterns for agent reasoning and decision-making
Create and adapt Dynamic Agentic Architecture agents that learn and evolve
Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs. Use when adding a new aggregate to an existing bounded context, modeling a new business concept that owns invariants, or generating the boilerplate for…
Create and manage a DDD bounded context with standard directory structure. Use when starting a new subdomain, splitting a monolith into bounded contexts, or scaffolding the domain/application/infrastructure layout for a fresh module.
Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues. Use when auditing a DDD codebase for leaks between bounded contexts, before merging cross-cutting changes, or as a CI gate to catch boundary erosion early.
Generate API documentation from source code with JSDoc and OpenAPI support
Generate and maintain documentation with drift detection. Use when the user asks to write/update/refresh docs, detect doc drift against code, or schedule recurring documentation maintenance.
Query federation audit logs with compliance filtering
Initialize federation on this node — generate keypair and configure peers
Show federation health — peers, sessions, trust levels, and message metrics. Use when the user asks "is federation healthy?", "show peers", "federation status", or wants to inspect cross-installation agent connectivity.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel
Create and execute Goal-Oriented Action Plans (GOAP) with precondition analysis, cost optimization, and adaptive replanning
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations
Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain
Publish or fetch learned patterns across projects via IPFS (Pinata) -- the cross-project pattern transfer that hooks_transfer enables
Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline
Detect and classify telemetry anomalies on Cognitum Seed devices. Use when investigating a device that's reporting odd metrics, before approving a firmware canary advancement, or when triaging fleet-wide health alerts.
Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement
Create and manage Cognitum Seed device fleets with firmware policies
Register a Cognitum Seed device by endpoint and establish agent bridge
Verify witness chain integrity and detect provenance gaps
Analyze git diffs for risk scoring, reviewer recommendations, and change classification. Use when preparing a PR, reviewing a large or cross-module change, or before merging to assess risk and pick reviewers.
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
Extract entities and relations from source files to build a knowledge graph