mloda-plugins
Build and Review mloda Plugins
Choosing the correct mloda plugin pattern requires knowledge of its registry and extension points. This skill guides discovery, implementation, testing, packaging, and publication.
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "mloda-plugins" from https://skillstore.io/skills/mloda-ai-mloda-plugins.md and its manifest at https://skillstore.io/api/skills/mloda-ai-mloda-plugins/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「mloda-plugins」を使用しています。 I need a reusable rolling average over an existing feature.
期待される結果:
Use a chained FeatureGroup. Define the naming pattern, forward required options, preserve time ordering, and test supported compute frameworks.
「mloda-plugins」を使用しています。 I want mloda transformations to run on a new lazy backend.
期待される結果:
Implement a ComputeFramework using the stateless lazy pattern. Define conversions, filtering, merging, dependencies, and backend-specific tests.
「mloda-plugins」を使用しています。 My plugin works locally and should be shared publicly.
期待される結果:
Check the registry for duplicates, package from the template, declare optional framework dependencies, add tests, and follow community publication guidance.
セキュリティ監査
安全All command findings are Markdown formatting or documented pip examples, with no execution mechanism. All network findings are passive links to mloda project documentation.
リスク要因
⚙️ 外部コマンド (16)
🌐 ネットワークアクセス (36)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/mloda-ai-mloda-plugins/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/mloda-ai-mloda-plugins?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/mloda-ai-mloda-plugins?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/mloda-ai-mloda-plugins/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/mloda-ai-mloda-plugins.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
mloda-ai. (2026). mloda-plugins security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/mloda-ai-mloda-plugins/audits/2BibTeX形式の引用
@techreport{mloda-ai-mloda-ai-mloda-plugins-2026,
author = {mloda-ai},
title = {mloda-plugins security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/mloda-ai-mloda-plugins/audits/2},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "mloda-plugins security audit report (audit version 2)"
version: "unspecified"
type: report
authors:
- name: "mloda-ai"
date-released: "2026-09-01"
url: "https://skillstore.io/skills/mloda-ai-mloda-plugins/audits/2"
identifiers:
- type: other
value: "skillstore:mloda-ai-mloda-plugins:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Create a FeatureGroup
Choose a FeatureGroup pattern and outline implementation decisions for a new transformation.
Add an execution backend
Select the correct ComputeFramework pattern for an eager, lazy, or stateful backend.
Prepare a community release
Review testing, packaging, sharing, and registry publication steps for an existing plugin.
これらのプロンプトを試す
I need mloda to [goal]. Decide whether I need a FeatureGroup, ComputeFramework, or Extender, and explain the choice.
Design a FeatureGroup for [transformation]. Identify inputs, outputs, naming pattern, options, framework needs, and relevant registry guidance.
Review my [plugin type] implementation for mloda conventions, dependency handling, feature identity, input forwarding, framework compatibility, and missing tests.
Create a release plan for my mloda plugin covering registry duplication checks, package structure, dependencies, tests, private sharing, and community publication.
ベストプラクティス
- Check installed and available registry plugins before creating a new implementation.
- Choose the smallest plugin type that matches the required extension point.
- Test feature behavior, framework compatibility, options, dependencies, and packaging before publication.
回避
- Do not recreate a transformation that already exists in the registry.
- Do not use a ComputeFramework for ordinary feature transformation logic.
- Do not publish without testing installation and optional dependency combinations.