Content search
Full-text search across all published posts on benmilne.com.From its SKILL.md
npx -y skills add benmilne-com/agents --skill content-searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 243 tokens by cl100k_base, as published. Nobody here has run it
Full-text search — benmilne.com
Search 69 published essays on payments, fintech, stablecoin infrastructure, and protocol thinking.
Usage
# REST API
curl 'https://benmilne.com/api/search?q=payment+network'
# MCP REST path
curl 'https://benmilne.com/mcp/v1/search?query=payment+network'
# MCP JSON-RPC
curl -X POST https://benmilne.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_posts","arguments":{"query":"payment network"}}}'
# SSE streaming
curl 'https://benmilne.com/api/stream/search?q=payment+network'
# NLWeb natural language
curl -X POST https://benmilne.com/ask \
-H 'Content-Type: application/json' \
-d '{"query":"What has Ben Milne written about stablecoin regulation?"}'
Response format
Results are ranked by relevance and include title, date, URL, and excerpt for each matching post.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.