跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Intelligence Transfer

技能 活跃

Publish or fetch learned patterns across projects via IPFS (Pinata) -- the cross-project pattern transfer that hooks_transfer enables

目的

Share and leverage learned AI patterns across different projects or environments, enabling faster bootstrapping of new projects and collaborative learning.

功能

  • Publish project patterns to IPFS
  • Fetch and apply patterns from an IPFS CID
  • Mirror patterns from a local project source
  • Requires PINATA_API_JWT for IPFS operations

使用场景

  • Bootstrap a new project with existing learned patterns.
  • Share successful patterns with collaborators.
  • Maintain a consistent set of learned patterns across a monorepo.

非目标

  • Publishing raw text or full AgentDB rows.
  • Handling sensitive patterns without prior PII stripping.
  • Replacing local pattern consolidation (e.g., `agentdb_consolidate`).
  • Providing private IPFS storage (patterns are public by default).

工作流

  1. Determine whether to publish, load, or mirror patterns.
  2. Execute the corresponding MCP tool call with necessary arguments (CID, source path).
  3. Verify the operation's success via the tool's JSON output.
  4. Optionally, use `hooks_intelligence_pattern-search` to verify loaded patterns.

先决条件

  • PINATA_API_JWT environment variable configured

Security

  • warning:Secret ManagementThe skill requires a `PINATA_API_JWT` environment variable but does not explicitly detail how this secret should be managed or secured by the user, only that it's required for functionality.
  • warning:Data ExfiltrationThe skill requires a `PINATA_API_JWT`, which is a secret. While not explicitly instructed to exfiltrate, the documentation doesn't detail how it's used or if it could be inadvertently exposed during the IPFS operations.

Compliance

  • info:GDPRThe skill deals with learned patterns, which might indirectly contain PII if not sanitized beforehand. The documentation mentions stripping PII before publishing, which is a good practice.

Documentation

  • info:READMEThe README is extensive and covers many Ruflo features, but the specific skill's purpose is detailed in its own SKILL.md.

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-intelligence@ruflo

质量评分

95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Agentic Jujutsu

99

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination

技能
ruvnet

Agent Teams

100

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

技能
rohitg00

Team Lead Persona

100

Lead a team — run standups, coordinate tasks, and communicate.

技能
googleworkspace

Ce Brainstorm

100

Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.

技能
EveryInc

Hf Cli

100

Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managing local cache; managing Hugging Face Buckets; running or scheduling jobs on Hugging Face infrastructure; managing Hugging Face repos; discussions and pull requests; browsing models, datasets and spaces; reading, searching, or browsing academic papers; managing collections; querying datasets; configuring spaces; setting up webhooks; or deploying and managing HF Inference Endpoints. Make sure to use this skill whenever the user mentions 'hf', 'huggingface', 'Hugging Face', 'huggingface-cli', or 'hugging face cli', or wants to do anything related to the Hugging Face ecosystem and to AI and ML in general. Also use for cloud storage needs like training checkpoints, data pipelines, or agent traces. Use even if the user doesn't explicitly ask for a CLI command. Replaces the deprecated `huggingface-cli`.

技能
huggingface

Arize Experiment

100

Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment, run experiment, compare models, model performance, evaluate AI, experiment results, benchmark, A/B test models, or measure accuracy.

技能
github