Typingmind
Code Execution plugin for TypingMind.
Install / Use
/learn @judge0/TypingmindREADME
Code Execution
Code Execution plugin for TypingMind powered by Judge0.
Get Started
- Get your code execution API key here.
- Click the Settings tab and enter your RapidAPI Key.
Supported Languages
C, C++, Go, Python, Java, JavaScript, Ruby.
Example Usage
Run the following Python code:
def fibonacci(n):
if n <= 1:
return n
else:
return fibonacci(n-1) + fibonacci(n-2)
print(fibonacci(10))
Run this C++ code:
#include <iostream>
int main() {
std::cout << "Hello from TypingMind!\n";
return 0;
}
Contribute
Your contributions are welcome via GitHub.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

