Viewing profile — thellimist
thellimist
HN member- Joined
- Mon, Feb 16, 2015, 10:54 PM UTC
- HN karma
- 272
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About thellimist
Recent public activity
-
comment
Comment #47173886
From use case point of view skills are unstructured. MCP is structured. You don't want stripe skill. You want stripe MCP of CLI to interact with. When stripe does an update you wan…
-
comment
Comment #47167008
Does anyone else similar outputs?
- story
-
comment
Comment #47166214
fixed - github.com/thellimist/clihub
-
comment
Comment #47166205
If you read my posts before 2023, it's same style. I guess my thinking way is similar to LLMs, has clear structure. I used to have more grammar issues, that LLMs fix, but the high …
-
comment
Comment #47166183
Rust doesn't compile different machines well. So choose Go
-
comment
Comment #47159405
I did - I have my almost a dozen CLIs that are custom built that I'm using. Very reliable. It still needs to do discovery (--help etc.), always gets the job done
-
comment
Comment #47159259
did you check the token usage comparison between cmcp and cli?
-
comment
Comment #47158859
This is cool! I was actually thinking if I should support daemons just to support playwright. Now I don't have a use case for it
-
comment
Comment #47158844
FYI the blog has direct comparison to Anthropic’s Tool Search. Regardless, most MCPs are dumping. I know Cloudflare MCP is amazing but other 1000 useful MCPs are not.
-
comment
Comment #47158800
Ofc it is written by ai, I have a skill for it - https://github.com/thellimist/thellimist.github.io/blob/mast... https://github.com/thellimist/thellimist.github.io/blob/mast... I d…
-
comment
Comment #47158702
I actually want to combine this and CLIHub into a directory where someone can download all the official MCPs or CLIs (or MCP to CLIs) with a single command
-
comment
Comment #47158534
I don't prefer to use online skills where half has malware Official MCPs are trusted. Official MCPs CLIs are trusted.
-
comment
Comment #47158475
I was happy with playwright like MCPs that require the daemon so didn't convert them to CLIs. My use cases are almost all 3rd party integrations. Have you seen any improvements con…
-
comment
Comment #47158451
Nice! Compared both --- TL;DR CLIHUB compiles MCP servers into portable, self-contained binaries — think of it like a compiler. Best for distribution, CI, and environments where yo…
-
comment
Comment #47158221
What do you mean?
-
comment
Comment #47158202
Main differences are CLIHub - written in go - zero-dependency binaries - cross-compilation built-in (works on all platforms) - supports OAuth2 w/ PKCE, S2S, Google SA, API key, bas…
-
comment
Comment #47158073
Good catch. I didn't release the website yet. I'll remove the link
-
comment
Comment #47158044
personal experience, definitely yes. You can try it out with `gh` rather than `Github MCP`. You'll see the difference immediately (espicially more if you have many MCPs)
-
comment
Comment #47158031
I can give example. LLM only know `linear` tool exists. I ask "get me the comments in the last issue" Next call LLM does is `linear --help 2>&1 | grep -i -E "search|list. issue|get…
-
comment
Comment #47157970
It's the same from functionality perspective. The schema's are converted to CLI versions of it. It's a UI change more than anything.
- story
- story
- story
- story