正在加载视频...

视频加载失败

$RAVE did +6,000%, liquidating $43,000,000 in shorts. We're done missing these plays. So that’s why we built a custom Claude skill to find 100x altcoins on Binance. You can easily do the same. 👇 Opened Claude Cowork and built my custom skill. I typed: “Scan Binance Futures. Find tokens...

117,025 次观看 • 2 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

Claude Cowork + Seedance 2.0 is f*cking wild 🤯 I built a skill inside Claude Cowork that generates UGC video ads on demand using Seedance 2.0, the best AI video model. One product image + one prompt = a full UGC ad with multiple shots, dialogue, and on-brand pacing. All inside Claude Cowork. Perfect for DTC brands and agencies who need UGC creative at volume without hiring creators or paying per-video SaaS fees. If you're briefing creators every week, waiting days for footage, paying $150–$300 per UGC video, and still getting ads that miss the brand vibe... This skill eliminates the entire loop: → Drop a product image into Claude Cowork → Tell it the ad angle (unboxing, review, lifestyle, demo) → Claude writes the dialogue, shot list, and pacing → Fires it to Seedance 2.0 via FAL AI API → Downloads finished clips into organized folders → Stitches multiple shots into one finished ad No creator briefs. No waiting for footage. No $200/video platform fees. What you get: → UGC video ads generated in minutes, not days → Full control over dialogue, pacing, and shot composition → Your product photos as reference so Seedance matches your real packaging → A reusable skill: new product, new folder, same pipeline Built 100% in Claude Cowork with the Seedance 2.0 API. I put together a full playbook with the Claude Cowork skill file, the exact prompts, and the FAL AI setup to get this running yourself. Want it for free? > Like this post > Comment "UGC" And I'll send it over (must be following so I can DM)

Mike Futia

79,206 次观看 • 2 个月前

I got curious how compaction works as a PM, so I did some brain surgery on Claude Code: (Anthropic's been doing really interesting work on context editing - they showed Claude Opus playing Settlers of Catan for 75+ minutes in a single thread by constantly editing the context instead of starting fresh. When I saw that Claude Code has a compaction command with optional custom instructions, I wanted to understand what's actually happening.) Abhishek Katiyar and Aman Khan gave me the key tip: Claude Code stores all your conversation history as text files on your computer. Open a new directory and give Claude Code a task. Here's how to watch compaction happening: 1. Go to your user's root directory 2. Press Command+Shift+Period (Mac) to show hidden folders 3. Navigate to ~/.claude/projects/ 4. Find your project folder and use Cursor/VSCode to open it (there's a reason) 5. Install the JSONL Gazelle plugin (open source, thank you Gabor Cselle!) 6. Open the most recent JSONL file - each row is a message in your conversation 7. Run the compact command in Claude Code with custom instructions 8. Watch what happens in the file What I learned: When you compact, Claude Code doesn't just summarize and delete everything. It creates a "compact boundary" in the conversation file, writes a summary of what happened before, but keeps the full original conversation (!!!!) The new thread can still retrieve any details from before compaction if needed. That is so damn cool. Why this matters: What you're getting in Claude Code is similar to what Anthropic ships in their developer SDK - so inspecting your daily tools is how you build real product intuition. The best way to understand AI systems is to open them up and look inside. Everything is text files.

Tal Raviv

57,910 次观看 • 5 个月前