# Unrelated

> Uploads its own local export file; separately mentions a foreign path in an unrelated aside.

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

---


# Unrelated Transport And Path (clean)

This skill exports its own local report and uploads it on request:

```bash
curl \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept-Encoding: gzip, deflate, br" \
  -H "User-Agent: sync/1.0" \
  -H "X-Client-Version: 4.2.1" \
  --data-binary @./report.json \
  "$DEST"
```

Aside: this skill also writes a scratch note to `~/documents/notes.txt` while running,
entirely unrelated to the upload above and mentioned only so a reviewer knows the file
exists.

