Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计未展示

discover-plugins发现插件

Agent Skill

discover-plugins 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

194

周安装

8

GitHub Stars

33,909

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:discover-plugins(发现插件)
来源仓库:https://github.com/ruvnet/ruflo
仓库路径:skills/discover-plugins
安装命令:
npx skills add https://github.com/ruvnet/ruflo --skill discover-plugins
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ruvnet/ruflo --skill discover-plugins

简介

discover-plugins 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词或任务场景快速定位候选结果时使用。

  • 该技能暂无公开的 SKILL.md 说明文档,建议直接查看 GitHub 仓库获取更多信息。
  • 使用时建议结合来源仓库和原始 README 核验具体用法,并确认是否涉及联网、命令执行或文件读写操作。
  • 安装前请检查权限范围、维护状态及潜在的资源访问行为,确保符合项目安全策略。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
discover-plugins
description
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
argument-hint
[search-query]
allowed-tools
mcp__claude-flow__transfer_plugin-search mcp__claude-flow__transfer_plugin-info mcp__claude-flow__transfer_plugin-featured mcp__claude-flow__transfer_plugin-official mcp__claude-flow__transfer_store-search mcp__claude-flow__transfer_store-featured mcp__claude-flow__transfer_store-trending mcp__claude-flow__transfer_store-info mcp__claude-flow__guidance_discover mcp__claude-flow__guidance_recommend mcp__claude-flow__guidance_capabilities mcp__claude-flow__mcp_status Bash Read

Discover Plugins

Find and recommend ruflo plugins for your workflow.

When to use

When starting a new project, exploring ruflo capabilities, or wondering which plugins would help with your current task.

Steps

  1. Check installed — run ls plugins/ to see what's already installed
  2. Browse marketplace — call mcp__claude-flow__transfer_plugin-featured for recommended plugins
  3. Search by need — call mcp__claude-flow__transfer_plugin-search with keywords matching your task
  4. Get recommendations — call mcp__claude-flow__guidance_recommend with your current task description for personalized suggestions
  5. Check capabilities — call mcp__claude-flow__guidance_capabilities to see what each plugin enables
  6. Show details — call mcp__claude-flow__transfer_plugin-info for full plugin details

Plugin Catalog (32 plugins)

Core & Coordination — Start here

PluginWhen to useWhat it adds
ruflo-coreAlways — base layer for all Ruflo workMCP server, status, doctor, coder/researcher/reviewer agents
ruflo-swarmMulti-agent tasks (3+ files, features, refactors)Swarm topologies (hierarchical, mesh), Monitor streaming, worktree isolation
ruflo-autopilotAutonomous task completion without manual steering/loop-based autonomous execution, progress prediction, learning
ruflo-loop-workersRecurring background work (audits, optimization, mapping)12 background workers via /loop or CronCreate scheduling
ruflo-workflowsRepeatable multi-step processesWorkflow templates, parallel execution, conditional branching

Memory & Intelligence — Cross-session learning

PluginWhen to useWhat it adds
ruflo-agentdbSemantic search over code patterns, telemetry, decisionsAgentDB with HNSW vector search (150x-12,500x faster), RuVector embeddings
ruflo-rag-memorySimple key-value memory with searchStore/search/recall without full AgentDB setup
ruflo-rvfPortable memory export/import across machinesRVF format, session persistence, cross-platform transfer
ruflo-ruvectorVector embedding operations, HNSW indexing, clusteringONNX 384-dim embeddings, hyperbolic Poincare ball, k-means/DBSCAN clustering
ruflo-knowledge-graphEntity extraction, relation mapping, graph traversalPathfinder algo on AgentDB causal edges, code entity graphs
ruflo-intelligenceTask routing optimization, learning from outcomesSONA neural patterns, trajectory learning, model routing with confidence
ruflo-daaSelf-adapting agents that evolve behaviorDynamic Agentic Architecture, cognitive patterns, knowledge sharing

Architecture & Methodology — Build right

PluginWhen to useWhat it adds
ruflo-adrDocument architecture decisions, check complianceADR create/index/supersede, code-to-ADR linking, compliance checking on diffs
ruflo-dddDomain modeling, bounded context scaffoldingContext wizard, aggregate roots, domain events, anti-corruption layers, boundary validation
ruflo-sparcStructured development methodologySpecification-Pseudocode-Architecture-Refinement-Completion with quality gates

Quality & Security — Ship safely

PluginWhen to useWhat it adds
ruflo-security-auditBefore merging, after dependency changesCVE scanning, dependency vulnerability checks, security reports
ruflo-aidefenceProcessing user input, handling untrusted dataPrompt injection detection, PII scanning, adversarial defense
ruflo-testgenAfter implementing features, during refactorsTest gap detection, TDD London School workflow, coverage routing
ruflo-browserUI testing, web scraping, visual validationPlaywright automation — navigate, click, screenshot, validate

Development Tools — Build faster

PluginWhen to useWhat it adds
ruflo-jujutsuPR review, merge decisions, diff risk scoringDiff analysis, risk classification, reviewer recommendations
ruflo-docsAfter API changes, before releasesDoc generation, drift detection, API documentation
ruflo-ruvllmLocal LLM inference, custom model configsRuVLLM integration, MicroLoRA fine-tuning, chat formatting
ruflo-wasmSandboxed code execution, untrusted workloadsWASM agent sandboxing, community gallery
ruflo-plugin-creatorBuilding new ruflo pluginsScaffold structure, validate frontmatter, test MCP references
ruflo-migrationsDatabase schema changesSequential migration numbering, up/down pairs, dry-run, rollback validation
ruflo-observabilityLogging, tracing, metrics correlationStructured JSON logging, distributed tracing, agent-to-app telemetry correlation
ruflo-cost-trackerToken budget managementPer-agent cost attribution, model pricing, budget alerts, optimization recommendations

Domain-Specific — Specialized workloads

PluginWhen to useWhat it adds
ruflo-goalsLong-horizon planning, multi-session researchGOAP algorithm, deep research orchestration, horizon tracking, synthesis
ruflo-federationCross-installation agent coordinationZero-trust peer discovery, mTLS auth, consensus routing, compliance audit
ruflo-iot-cognitumCognitum Seed hardware device management5-tier device trust, telemetry anomaly detection (Z-score), fleet firmware rollouts, witness chain verification, SONA + AgentDB integration
ruflo-neural-traderTrading strategy development and backtestingZ-score market anomalies, SONA trajectory strategies, walk-forward backtesting, portfolio optimization
ruflo-market-dataMarket data ingestion and pattern matchingOHLCV vectorization, candlestick pattern detection, HNSW-indexed historical search

Decision Guide

"I need to..." → Use this plugin:

  • Build a feature → ruflo-core + ruflo-swarm + ruflo-testgen
  • Fix a bug → ruflo-core + ruflo-jujutsu (for diff analysis)
  • Audit security → ruflo-security-audit + ruflo-aidefence
  • Run background tasks → ruflo-loop-workers + ruflo-autopilot
  • Search past decisions → ruflo-agentdb + ruflo-rag-memory
  • Plan a multi-week effort → ruflo-goals (horizon tracking)
  • Manage IoT devices → ruflo-iot-cognitum
  • Coordinate remote agents → ruflo-federation
  • Test UI changes → ruflo-browser
  • Generate docs → ruflo-docs
  • Create a new plugin → ruflo-plugin-creator
  • Document architecture decisions → ruflo-adr
  • Scaffold domain models → ruflo-ddd
  • Follow SPARC methodology → ruflo-sparc
  • Develop trading strategies → ruflo-neural-trader + ruflo-market-data
  • Work with vector embeddings → ruflo-ruvector
  • Build knowledge graphs → ruflo-knowledge-graph
  • Manage database migrations → ruflo-migrations
  • Add observability → ruflo-observability
  • Track token costs → ruflo-cost-tracker

Install any plugin

/plugin marketplace add ruvnet/ruflo
/plugin install <plugin-name>@ruflo

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.96%
按下载量换算22

Claude

29.69%
按下载量换算19

Cursor

20.59%
按下载量换算13

Gemini CLI

8.87%
按下载量换算6

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills