SkillAgentSearch skills...

Meemoo

Reference implementation for input/output communication with a webapp, embedded in an iframe, with a typed interface.

Install / Use

/learn @meemoo/Meemoo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Reference implementation for input/output communication with a webapp, embedded in an iframe, with a typed interface.



| |___ ___ _____ ___ ___ ||__ | | | | -| -| | . | . |_ | |_ -| ||||||||||||| || http://meemoo.org/ ||

Use it something like this:

<script type="text/javascript" src="http://meemoo.org/meemoo/v1/meemoo-min.js"></script> <script type="text/javascript"> Meemoo .setInfo({ title: "example", author: "forresto", description: "example to show how to turn html into a Meemoo module" }) .addInputs({ square: { action: function (n) { Meemoo.send("squared", n*n); }, type: "number" }, reverse: { action: function (s) { var reversed = s.split("").reverse().join(""); Meemoo.send("reversed", reversed); }, type: "string" } }) .addOutputs({ squared: { type: "number" }, reversed: { type: "string" } }); </script>
View on GitHub
GitHub Stars45
CategoryDevelopment
Updated1y ago
Forks9

Languages

JavaScript

Security Score

60/100

Audited on Feb 28, 2025

No findings