Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A simple skill markdown for Claude Code was enough to use the local Wolfram Kernel.

Even the documentation search is available:

```bash

/Applications/Wolfram.app/Contents/MacOS/WolframKernel -noprompt -run '

Needs["DocumentationSearch`"];

result = SearchDocumentation["query term"];

Print[Column[Take[result, UpTo[10]]]];

Exit[]'

```

 help





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: