curl -fsSL https://docs.firecrawl.dev/install.md | claude-run --permission-mode bypassPermissions
Github repo: ```bash
curl -fsSL https://andisearch.github.io/ai-scripts/analyze.md | claude-run
echo "Explain what a Makefile does" | claude-run # Simple prompt
```
Shebang flags in the markdown (like --permission-mode bypassPermissions) are honored. #!/usr/bin/env claude-run
<instructions>
Analyze this codebase.
</instructions>
Then: chmod +x task.xml && ./task.xml
Thanks, it seemed to be the case that this was really something new, but HN tends to be circumspect so wanted to check. It's an interesting space and I try to stay current but everything is moving so fast. But I was pretty sure I hadn't seen anyone do that. Its a huge achievement to do it first and make it work for real like this! So well done!