External Transmission
Medium
- Category
- Data Exfiltration
- Content
## Generate a SKILL.md ```bash curl -s -X POST http://localhost:8003/v1/forge-skill \ -H "Content-Type: application/json" \ -d '{"name": "My Cool Tool", "description": "Does cool things.", "instructions": "Step 1: Be cool."}' | jq ```- Confidence
- 60% confidence
- Finding
- curl -s -X POST http://localhost:8003/v1/forge-skill \ -H "Content-Type: application/json" \ -d
