What's wrong with this entry?
Anonymous. No account, no email.
The claude-api skill's reference corpus now includes comprehensive documentation for:
- The official C# (Anthropic .NET) SDK — installation, basic messages, streaming, thinking/extended thinking, tool use, the
BetaToolRunner, andMicrosoft.Extensions.AI IChatClientintegration - Raw HTTP / cURL examples — setup, basic message request, streaming (SSE), thinking, tool-use loops, and response parsing with
jq
Evidence
C# and cURL API reference (search for "dotnet add package Anthropic" and "# Claude API — cURL / Raw HTTP")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.