Been inspired by this in recent days.
I ended up creating a `share-html` skill in my openclaw that knows how to publish html files into a folder that an nginx container serves up on my local network.
Fun to be able to prompt:
"Based on what you know about me.. in gbrain and otherwise, recommend some art I would like. Share an html page with me to review be inspired with embedded images"
You might have seen the article going around why GPT models have overused "goblins".
Need the same write-up now for Claude's use of "Belt and suspenders".. This just drops in randomly at least once a week:
Just added a daily scheduled check-in for cron-capable runtimes (OpenClaw, scheduled agents, etc). Two modes: light morning ping with the day's focus, or an accountability interview — sleep, water, soreness — that calibrates the day's suggestion.
Building a fitness coach skill for Claude Code/Codex/OpenClaw/etc.
It interviews you once to learn your goals, equipment available, and workout preferences and from then on you can just say "give me a 30-min workout".
https://t.co/LmmpD33ASF
You report back what you did and how it went, and it will log it so each future workout will take recent ones into account and scale up or down accordingly.
I'm playing around an AI-powered spelling assessment at my SpellCamp site: https://t.co/foGD1OK7zI
I need some people to try it out and let me know how (and if) it works for them..
I'm curious if the results and generated word lists seem on point for you.
Give it a go!
This one was quite tough for me to get the 6 on..
#crosswordle 1044 - ⭐⭐⭐⭐⭐⭐
🟩🟩🟩🟩🟩🟩🟩
🟩⬜️⬜️⬜️⬜️⬜️⬜️
🟩🟩🟩🟩🟩🟩🟩
🟩⬜️⬜️⬜️🟩⬜️🟩
🟩⬜️⬜️⬜️🟩⬜️🟩
🟩🟩🟩🟩🟩⬜️⬜️
🟩⬜️⬜️⬜️🟩⬜️⬜️
Streak: 26🔥
https://t.co/A805WERkja
After a day of use this is definitely a key part of my workflow now.. I've expanded on the instructions in the https://t.co/OC9MZwaDls file. Current version is:
```
ok let's wrap it up:
- remove any temporary debug code that was just added in this session
- fix all compiler warnings
- update https://t.co/CIXMYgSXuc with anything important you've learned about this project in this session that should be persisted into future sessions.
Not every single feature detail has to be documented in https://t.co/CIXMYgSXuc.. more high level info to speed up understanding of project and key architecture decisions that are likely to be useful to know in future.
You don't always have to change anything.
```
Starting to play with custom slash commands in claude code. Here's one:
```
mkdir -p ~/.claude/commands
echo "Fix all compiler warnings and update https://t.co/XxhwxKEVgv with anything important you've learned about this project in this session that should be persisted into future sessions." > ~/.claude/commands/wrap-it-up.md
```
Then just `/wrap-it-up` when you're done with a session.
Starting to play with custom slash commands in claude code. Here's one:
```
mkdir -p ~/.claude/commands
echo "Fix all compiler warnings and update https://t.co/XxhwxKEVgv with anything important you've learned about this project in this session that should be persisted into future sessions." > ~/.claude/commands/wrap-it-up.md
```
Then just `/wrap-it-up` when you're done with a session.
🐉 DragonRogue Victory! 🐉
👤 Player: Anderssen the Valiant
🎯 Level: 11
⚔️ Power: 11
🛡️ Defense: 9
🔮 XP: 2986
🏆 Game completed in 7908 turns!
💪 Think you can do better? Challenge yourself!
🎮 Play DragonRogue at https://t.co/zCFy6abfOE
My daughter wanted to make a dragon game last year, so we built DragonRogue together - a roguelike RPG that's now playable at https://t.co/zCFy6aaHZ6
It's buggy, but it works.
Couple starter tips:
- you are the `@` character
- fair warning on the game balance - needs work. But it is beatable!
- don't even try it on a mobile device :)
- it's worth reading the help: '?' icon or keyboard shortcut
My daughter wanted to make a dragon game last year, so we built DragonRogue together - a roguelike RPG that's now playable at https://t.co/zCFy6aaHZ6
It's buggy, but it works.