Загрузка видео...

Не удалось загрузить видео

На главную

4 small but extremely useful things coding agents can do for you that many people don't know: 1. Copy things to your clipboard. If it generated something that needs to be copied & pasted somewhere, you can ask it to put it in your clipboard directly 2. Open HTML...

10,255 просмотров • 4 месяцев назад •via X (Twitter)

Комментарии: 7

Фото профиля Ee Venn Soh
Ee Venn Soh4 месяцев назад

Love tip.3!

Фото профиля Vincent Po Li
Vincent Po Li4 месяцев назад

add a 5. Skills. any time the agent does one of those 4 things well for your workflow, save the pattern as a skill and ask in plain english forever after. or install someone else's via /plugin marketplace add. permanence > one-shots. that's the real unlock.

Фото профиля Jack Jone
Jack Jone4 месяцев назад

已然成为你的铁粉了 Zara😄

Фото профиля Dylan
Dylan4 месяцев назад

May also use FFmpeg for video clipping

Фото профиля Justin’s Esthéon Studio
Justin’s Esthéon Studio4 месяцев назад

Hahha i thought they are the basic functions. People need imagination to work in AI more

Фото профиля Freya
Freya4 месяцев назад

Looks so good !

Фото профиля Edis
Edis4 месяцев назад

Pt 3: where Claude shines.

Похожие видео

THIS MIGHT BE THE #1 OPEN-SOURCE REPO FOR CLAUDE CODE RIGHT NOW. IT GIVES CLAUDE A MEMORY AND SLASHES YOUR TOKEN COST ON EVERY QUESTION The repo is safishamsi/graphify, a free open-source skill that turns any codebase into a knowledge graph Claude Code can read instantly. Instead of grepping through your files every session, Claude gets a map of how everything connects The problem it fixes: Every time you ask Claude Code about a big repo, it does the same thing, greps through dozens of files like a brute-force Ctrl+F, blows through your context window, and sometimes still misses the answer hiding in a file nobody searched. Claude Code has no memory of how your project is structured. Every session starts from zero What it does: It maps your entire codebase into a knowledge graph, capturing not just which files exist, but which functions depend on which, which modules are central, and which files cluster around the same concern. Claude queries the map instead of scanning files How it works, three passes: 1. Code structure, free and local. Tree-sitter parses your files and pulls out classes, functions, imports and call graphs. No LLM, no tokens, just your actual code mapped deterministically 2. Audio and video, if you have them. Transcribed locally and folded into the graph 3. Docs, papers, images. Here an LLM does semantic analysis, figuring out what each document means and where it fits. Only the meaning gets sent up, never your raw source It saves you money: Normally a question about a big repo makes Claude spawn explore agents that scan file after file, eating your context window and your token budget before you get an answer. With the graph already built, Claude queries the map instead of re-reading the codebase every time. Same answer, a fraction of the tokens. The graph only gets built once, then a hook rebuilds it after each commit for free, so you never pay that scanning cost again. The bigger the repo, the bigger the gap The best parts: it's a skill, so once installed Claude knows when to use it without you memorizing commands. It works on non-code folders too, point it at docs or notes and it can spin up an Obsidian vault How to add it to your Claude: 1. Install Claude Code if you haven't: npm install -g Paul Jankura-ai/claude-code 2. Add the skill: claude skill add safishamsi/graphify 3. Open your project folder and run /graphify . to build the graph 4. Optional, make it automatic: graphify hook install so the graph rebuilds after every commit That's it. Ask Claude about your repo and it reads the map instead of burning tokens on a file hunt Bookmark this

Yarchi

56,177 просмотров • 3 месяцев назад

If you do not set up your OpenClaw correctly, it's going to SUCK It will do tasks poorly, not remember anything, and not be proactive Here are the 5 things you need to do right away to turn your OpenClaw into AGI (demos of each in the video below) 1. Brain dump: your OpenClaw won't know how to accomplish your goals for you, if it doesn't know your goals If you haven't yet, you want to tell your OpenClaw: • Your interests • Your career • Your goals • Your ambitions • Anything personal Do this, and your Claw will have the context to be SUPER powerful for you 2. Connect your tools Your OpenClaw can basically use almost every tool you use on your computer You just need to ask it to Ask your OpenClaw to connect to any tools you use daily, and it will just figure out how to do it. Then create a skill for it I have it check my Things 3 todo list every morning and complete any tasks it can 3. Build a Mission Control Your mission control is just a hub for your OpenClaw to build custom tooling Ask your OpenClaw to build a Mission Control using NextJS Then anytime your bot doesn't have the tool available to do a task, have it build it in your Mission Control 4. Mission Statement Your OpenClaw needs a mission statement This is the one sentence statement that will be the north star for every single thing it does It should be based on your goals and ambitions. My Claw's mission statement is "“An autonomous organization of AI agents that does work for me and produces value 24/7” Make your own and have your Claw put it at the top of your Mission Control. Now every task your Claw does will take you closer to this statement 5. Make it proactive Your OpenClaw won't be proactive unless you set those expectations with it Tell your Claw you want it to do a task every night at 2am that brings you one step closer to your mission statement Now every morning you'll wake up and it will do something that surprises you and helps bring you closer to your goals Do these 5 things and your OpenClaw will be 10000x more powerful

Alex Finn

321,675 просмотров • 7 месяцев назад