HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nikhonit

no profile record

投稿

[untitled]

1 ポイント·投稿者 nikhonit·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 nikhonit·3 か月前·0 コメント

Daily YouTube Digest for Your AI Agents

github.com
1 ポイント·投稿者 nikhonit·5 か月前·1 コメント

Best OpenClaw Skills Every Developer Needs in 2026

transcriptapi.com
1 ポイント·投稿者 nikhonit·5 か月前·0 コメント

Show HN: YouTube Skills for AI Agents and OpenClaw

github.com
1 ポイント·投稿者 nikhonit·5 か月前·1 コメント

Show HN: I Created Full YouTube Suite Skill for OpenClaw

clawhub.ai
2 ポイント·投稿者 nikhonit·5 か月前·0 コメント

Show HN: My little website conversion tool just did 2500 audits (10k visitors)

landkit.pro
1 ポイント·投稿者 nikhonit·5 か月前·0 コメント

Easiest Way to Connect OpenClaw (Clawdbot) to YouTube Without Getting Banned

transcriptapi.com
1 ポイント·投稿者 nikhonit·5 か月前·0 コメント

Show HN: My YouTube API Tool generated 10M transcripts this month

transcriptapi.com
1 ポイント·投稿者 nikhonit·6 か月前·0 コメント

[untitled]

3 ポイント·投稿者 nikhonit·6 か月前·0 コメント

I created a tool to roast your landing page

landkit.pro
1 ポイント·投稿者 nikhonit·6 か月前·0 コメント

Show HN: Turn Your Git Commits into Tweets

landkit.pro
3 ポイント·投稿者 nikhonit·7 か月前·2 コメント

Show HN: A JSON API for YouTube Transcript with MCP Support

transcriptapi.com
2 ポイント·投稿者 nikhonit·7 か月前·0 コメント

Show HN: I built a tool to clear my YouTube's "Watch Later" Video Graveyard

recapio.com
2 ポイント·投稿者 nikhonit·7 か月前·3 コメント

Show HN: I built a linter for landing page conversion

landkit.pro
1 ポイント·投稿者 nikhonit·7 か月前·1 コメント

コメント

nikhonit
·2 か月前·議論
[dead]
nikhonit
·5 か月前·議論
Start your day with a personalized summary of new videos from your favorite YouTube channels — no more missing content from creators you actually want to follow.

Pain Point YouTube notifications are unreliable. You subscribe to channels, but their new videos never show up in your home feed. They're not in notifications. They just... disappear. This doesn't mean you don't want to see them — it means YouTube's algorithm buried them.

Plus: it's fun to start the day with curated content insights instead of doom-scrolling a recommendation feed.

What It Does Fetches the latest videos from a list of your favorite channels Summarizes or extracts key insights from each video's transcript Delivers a digest to you daily (or on demand)
nikhonit
·6 か月前·議論
Buy a dictionary, then understand the meaning of Slop. Not everything coming out of AI is a "slop"
nikhonit
·7 か月前·議論
Just clicks? Do Trivia for energies mate
nikhonit
·7 か月前·議論
A quick note for the developers/hackers here:

While building this, I realized most YouTube transcript APIs were either overpriced or lacked good integration for LLM workflows.

So I spun out the backend as a standalone API: transcriptapi.com

The cool part is I added native MCP (Model Context Protocol) support. If you use Claude Desktop or similar agents, you can drop this in as a tool to fetch full video context directly into your chat window without copy-pasting.
nikhonit
·7 か月前·議論
I built this because my YouTube 'Watch Later' playlist hit 500+ videos and became a source of anxiety rather than a queue. I wanted to know if a 2-hour podcast contained the specific citation I needed without watching the whole thing.

Under the hood: Recapio grabs the transcript (prioritizing manual captions over auto-generated ones) and uses an LLM to generate structured summaries with timestamped citations.

The Engineering Challenge: The biggest headache was 'hallucination drift'—where the AI summary claims a topic starts at 10:00, but it actually starts at 10:45. I solved this by implementing a chunking strategy that overlaps context windows, forcing the model to verify timestamps against the raw text segments before outputting the link.

It’s a work in progress. I'm curious if anyone has better strategies for handling the lack of punctuation in auto-generated YouTube captions
nikhonit
·7 か月前·議論
Note on speed: The audit takes about 15-20 seconds to run.

Since we are spinning up a headless browser to map the DOM before feeding it to the inference engine, it's not instantaneous like a regex check
nikhonit
·7 か月前·議論
I've noticed similar flakiness with MCP tools that rely on 'fire-and-forget' side effects depending on the client harness.