fiftyone-develop-plugin
Build FiftyOne Plugins
FiftyOne plugin work can require many files, APIs, and testing steps. This skill guides agents through planning, code generation, local install, and iteration.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "fiftyone-develop-plugin" from https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin.md and its manifest at https://skillstore.io/api/skills/adonaivera-fiftyone-develop-plugin/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "fiftyone-develop-plugin". I need a plugin that exports labels from selected samples.
Expected outcome:
- A requirements checklist for selected samples, label fields, output path, and overwrite behavior.
- A planned plugin structure with manifest, operator file, and test steps.
- A generated operator workflow that exports labels and reports progress.
Using "fiftyone-develop-plugin". Create a panel that shows dataset statistics.
Expected outcome:
- A panel design with state fields, refresh behavior, and chart data requirements.
- Implementation guidance for rendering counts, label distributions, and a refresh button.
- A local verification checklist for opening the panel in the FiftyOne App.
Using "fiftyone-develop-plugin". Help me make a JavaScript panel for browsing samples.
Expected outcome:
- A React panel plan with search, sort, selection, and plugin registration details.
- Build and install instructions for local development.
- Testing steps for refreshing the app and checking sample interactions.
Security Audit
SafeNo malicious intent or prompt injection was found. The static findings are documentation examples for FiftyOne plugin development, including expected local plugin installation, placeholder API usage, and reference links.
Risk Factors
โ๏ธ External commands (37)
๐ Network access (7)
๐ Filesystem access (12)
๐ Env variables (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/adonaivera-fiftyone-develop-plugin/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/adonaivera-fiftyone-develop-plugin.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
AdonaiVera. (2026). fiftyone-develop-plugin security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin/audits/10BibTeX citation
@techreport{adonaivera-adonaivera-fiftyone-develop-plugin-2026,
author = {AdonaiVera},
title = {fiftyone-develop-plugin security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin/audits/10},
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: "fiftyone-develop-plugin security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "AdonaiVera"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/adonaivera-fiftyone-develop-plugin/audits/10"
identifiers:
- type: other
value: "skillstore:adonaivera-fiftyone-develop-plugin:audit:10"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create A Dataset Operator
Build a Python operator that processes samples, collects user inputs, and reports progress in the FiftyOne App.
Design An Analysis Panel
Create a panel that displays dataset statistics, controls, charts, and stateful interactions for repeated review work.
Prototype A React Panel
Set up a JavaScript panel with React components, registration, build scripts, and local testing steps.
Try These Prompts
Create a minimal FiftyOne operator that shows one text input and returns a success message. Ask setup questions before coding.
Design a FiftyOne panel for dataset statistics. Include the file structure, manifest fields, and a short test plan before coding.
Build a FiftyOne operator that exports selected labels to a user chosen file. Validate inputs and avoid overwriting files without confirmation.
Create a JavaScript FiftyOne panel with React controls for searching and selecting samples. Include build steps, registration, and local testing guidance.
Best Practices
- Approve the plugin plan before generating files or running install commands.
- Keep secrets in FiftyOne secret configuration and never hardcode credential values.
- Test operators and panels on a small dataset before using production data.
Avoid
- Do not copy plugins into the local plugins directory without user approval.
- Do not call external APIs with dataset metadata before reviewing privacy impact.
- Do not overwrite export files unless the user confirms the destination.
Frequently Asked Questions
What does this skill help create?
Can it create a complete plugin structure?
Does it run the plugin automatically?
Can it work with external APIs?
Is JavaScript panel support included?
What should users review before publishing?
Developer Details
Author
AdonaiVeraLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 324 views
File structure
๐ JAVASCRIPT-PANEL.md
๐ PLUGIN-STRUCTURE.md
๐ PYTHON-OPERATOR.md
๐ PYTHON-PANEL.md
๐ SKILL.md