What problem does it solve?
This Skill provides comprehensive guidance on developing Python plugins for Triggerfish, addressing the unique constraints and capabilities of the Pyodide WASM sandbox environment.
Core Features & Use Cases
- WASM Environment Understanding: Details what standard library modules and Python packages work within Pyodide.
- SDK Integration: Explains how to use the Triggerfish SDK for secure data operations, credential access, and emitting classified data.
- Data Handling: Demonstrates patterns for data processing, async operations, and HTTP requests within the sandbox.
- Use Case: A developer needs to create a new Triggerfish plugin that fetches data from an internal API, processes it, and emits it with specific classifications. This Skill provides the necessary knowledge on Pyodide limitations, SDK usage, and best practices for data handling and error management.
Quick Start
Use the mastering-python skill to learn how to write a Python plugin for Triggerfish, focusing on Pyodide WASM sandbox constraints and SDK usage.