Source

ruvnet/ruflo

281 skills · 243.6K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
vector-embed Generate embeddings via npx [email protected] embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW…
ruvnet/ruflo
729
2
federation-audit Query federation audit logs with compliance filtering
ruvnet/ruflo
728
3
federation-init Initialize federation on this node — generate keypair and configure peers
ruvnet/ruflo
728
4
kg-extract Extract entities and relations from source files to build a knowledge graph
ruvnet/ruflo
728
5
sparc-spec Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store …
ruvnet/ruflo
728
6
cost-report Generate a cost report showing token usage and USD costs by agent and model
ruvnet/ruflo
727
7
iot-witness-verify Verify witness chain integrity and detect provenance gaps
ruvnet/ruflo
727
8
migrate-create Create a new sequentially numbered database migration with up/down SQL files
ruvnet/ruflo
727
9
browser-login Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-…
ruvnet/ruflo
726
10
kg-traverse Pathfinder traversal of the knowledge graph starting from a seed entity
ruvnet/ruflo
726
11
migrate-validate Validate pending migrations for foreign key consistency, rollback safety, and best practices
ruvnet/ruflo
726
12
vector-cluster Cluster code by graph community detection via npx [email protected] hooks graph-cluster (spectral / Louvain)
ruvnet/ruflo
726
13
cost-compact-context Wrap getTokenOptimizer().getCompactContext() to retrieve compacted ReasoningBank context for cost-analysis queries; r…
ruvnet/ruflo
725
14
sparc-refine Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, …
ruvnet/ruflo
725
15
market-ingest Ingest and normalize market data into OHLCV vectors with HNSW indexing
ruvnet/ruflo
724
16
vector-hyperbolic Embed hierarchical data via npx [email protected] embed text and project into the Poincare ball in user code (no --mode…
ruvnet/ruflo
722
17
browser-replay Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding simi…
ruvnet/ruflo
718
18
browser-record Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
ruvnet/ruflo
717
19
browser-form-fill Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms
ruvnet/ruflo
715
20
dossier-collect Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, know…
ruvnet/ruflo
697
21
browser-extract Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-i…
ruvnet/ruflo
695
22
browser-screenshot-diff Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and repla…
ruvnet/ruflo
694
23
cost-budget-check Read accumulated cost-tracking spend + budget config, compute utilization, emit 50/75/90/100% alert ladder
ruvnet/ruflo
690
24
browser-auth-flow Probe a site's authentication flow for redirect leaks, missing CSRF, weak session cookies, and OAuth misconfiguration…
ruvnet/ruflo
687
25
cost-booster-route Route tasks through hooks_route, partition by Agent Booster availability, and report Tier 1 bypass utilization with $…
ruvnet/ruflo
683
26
cost-track Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace
ruvnet/ruflo
683
27
adr-verify Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 o…
ruvnet/ruflo
682
28
cost-federation Consumer-side wiring for ADR-097 Phase 3 federation_spend events — per-peer rolling windows + suspension-threshold ch…
ruvnet/ruflo
682
29
intelligence-transfer Publish or fetch learned patterns across projects via IPFS (Pinata) -- the cross-project pattern transfer that hooks_…
ruvnet/ruflo
682
30
cost-conversation Per-conversation cost view — list every session in cost-tracking with started-at, message count, top model, and total…
ruvnet/ruflo
681
31
cost-summary cost-summary Installation Command Prompt $ npx skills add https://github.com/ruvnet/ruflo --skill cost-summary
ruvnet/ruflo
681
32
cost-trend Read every docs/benchmarks/runs/*.json and surface drift in win rate, latency, escalation rate, and LLM-baseline cost…
ruvnet/ruflo
681
33
vector-setup First-run setup for [email protected] — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the in…
ruvnet/ruflo
681
34
cost-export Export cost-tracking telemetry in Prometheus textfile or webhook JSON formats — for external observability (Grafana, …
ruvnet/ruflo
680
35
cost-booster-edit Apply a simple code transform via agent-booster's WASM engine — sub-millisecond, deterministic, $0 (no LLM call). Com…
ruvnet/ruflo
678
36
cost-benchmark Run the corpus benchmark — booster locally, optional Gemini/Sonnet/Opus baselines — and persist a verifiable measured…
ruvnet/ruflo
677
37
browser Web browser automation with AI-optimized snapshots for claude-flow agents
ruvnet/ruflo
671
38
witness Sign, verify, and track fix-marker regressions over time using a deterministic Ed25519 witness manifest. Works in any…
ruvnet/ruflo
653
39
trader-cloud-backtest Run a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic …
ruvnet/ruflo
597
40
managed-agent Run an Anthropic Claude Managed Agent — a cloud agent harness (container + filesystem + tools), the cloud counterpart…
ruvnet/ruflo
595
41
trader-portfolio-cg Mean-variance portfolio optimization via Conjugate Gradient — 40-60× faster than the legacy Neumann path (ADR-126 Pha…
ruvnet/ruflo
510
42
trader-explain Regulator-grade feature attribution for any LSTM/Transformer signal — single-entry PageRank ranks the top-K features …
ruvnet/ruflo
507
43
gaia-debugging Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix. Use when a GAIA benchm…
ruvnet/ruflo
431
44
gaia-submission Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
ruvnet/ruflo
431
45
gaia-architecture-comparison Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement …
ruvnet/ruflo
428
46
nested-subagents Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for contex…
ruvnet/ruflo
312
47
cost-counterfactual Multi-baseline counterfactual cost analysis. Compares actual session spend to hypothetical always-haiku / always-sonn…
ruvnet/ruflo
245
48
cost-projection Forward-looking spend extrapolation. Computes a USD-per-day rate from the recent measurement window, projects to 7d/3…
ruvnet/ruflo
245
49
cost-session Per-message cost breakdown within a single session. The drill-down companion to cost-anomaly — when an outlier sessio…
ruvnet/ruflo
245
50
cost-anomaly MAD-based outlier detection on session spend. Robust to the very outliers it hunts (unlike mean+sigma). Surfaces spec…
ruvnet/ruflo
244
Page 5 · 281 total Previous Next