Peter Steinberger
3f1d75495f
docs: expand peekaboo skill docs
2026-01-03 22:14:21 +01:00
Peter Steinberger
5f5225f328
docs(skills): add parallel Codex orchestration learnings
...
- coding-agent: document --yolo flag, git worktree + tmux pattern
- tmux: add section on orchestrating coding agents in parallel
Learnings from running 5 parallel Codex sessions to analyze GitHub issues
2026-01-03 19:45:18 +00:00
Peter Steinberger
493a461a7f
feat: add blogwatcher skill
2026-01-03 18:00:08 +00:00
Peter Steinberger
440aa9f520
feat: add github skill
2026-01-03 17:57:13 +01:00
Peter Steinberger
a01d575cd6
docs: add tmux skill guidance
2026-01-03 17:31:26 +01:00
Peter Steinberger
47204fa448
docs: expand coding-agent Pi usage
2026-01-03 17:21:17 +01:00
Peter Steinberger
f03e65cd55
docs(skill): add PR review safety rules for coding-agent
...
- Never checkout branches in live Clawdis repo
- Clone to temp folder or use git worktree for reviews
- Added explicit examples for safe PR review workflow
2026-01-03 12:49:03 +00:00
Peter Steinberger
538385019d
docs(discord): document sendMessage mediaUrl and to format
...
- Add example for sendMessage with media attachment (file:// and https://)
- Clarify that sendMessage uses 'to: channel:<id>' not 'channelId'
- Document replyTo parameter for replying to specific messages
- Add mediaUrl to inputs section
2026-01-03 11:05:09 +00:00
Peter Steinberger
d7d73dd5a3
docs(skills): correct bear-notes instructions
...
Co-authored-by: Tyler Wince <tylerwince@users.noreply.github.com>
2026-01-03 11:34:31 +01:00
Claude
3d4879346b
feat(skills): add bear-notes skill using grizzly CLI
2026-01-03 11:29:14 +01:00
Mariano Belinky
adb3f84e7f
docs: add Sheets/Docs examples to gog skill
2026-01-03 11:20:17 +01:00
Peter Steinberger
fa9bb92c80
docs: prefer spogo or spotify_player
2026-01-03 04:47:34 +01:00
Peter Steinberger
2754a6db24
sag skill: add chat voice response guidance
...
When Peter asks for voice replies, generate audio with sag and send via MEDIA:
2026-01-03 03:34:31 +00:00
Shadow
1aff389226
Discord: drop enableReactions config
2026-01-03 03:07:13 +01:00
Shadow
ce524e7137
Discord: add reactions, stickers, and polls skill
2026-01-03 03:07:13 +01:00
Peter Steinberger
1ad2dbe76d
docs: update apple notes/reminders skill setup
2026-01-03 02:41:12 +01:00
Claude
da31c0b7ef
feat(skills): add Apple Notes and Reminders skills via memo CLI
2026-01-03 02:41:12 +01:00
Jay Hickey
d79e927fc0
Update gog Calendar command date format to RFC3339
...
I am seeing instances where Clawdis is not including timezone in the gog calendar range requests. This results in a 400 bad request from the Google API, e.g.
```
gog calendar events primary --from 2026-01-02T00:00:00 --to 2026-01-03T23:59:59 --account <email>
Google API error (400 badRequest): Bad Request
```
While this is a valid ISO 8601 format, Google Calendar API requires a stricter RFC 3339 format like the following:
```
gog calendar events primary --from 2026-01-02T00:00:00Z --to 2026-01-03T23:59:59Z --account <email>
<calendar events listed successfully>
```
2026-01-03 02:30:32 +01:00
Peter Steinberger
9910e963c8
coding-agent: add temp space pattern, never start in ~/clawd
...
Learnings from tonight:
- Codex reads AGENTS.md/SOUL.md and gets ideas about org hierarchy
- Use mktemp -d for scratch/chat sessions
- Never start in ~/clawd or agent home dirs
- Keep agents in their 'little box' 📦 🦞
2026-01-03 00:35:51 +00:00
Peter Steinberger
cb258117a9
coding-agent: add batch PR review pattern
...
Tonight's learnings:
- Parallel Codex army for batch PR reviews
- Fetch PR refs: git fetch origin '+refs/pull/*/head:refs/remotes/origin/pr/*'
- Use git diff origin/main...origin/pr/XX (don't checkout)
- Post results with gh pr comment
- Successfully reviewed 13 PRs in parallel! 🦞
2026-01-03 00:24:34 +00:00
Peter Steinberger
d5f5be3315
coding-agent: comprehensive update from Jan 2 learnings
...
- workdir 'little box' pattern (don't read unrelated files)
- background mode replaces tmux
- --full-auto for building, vanilla for reviewing
- parallel Codex processes supported
- PR review tips (fetch refs, use git diff, don't checkout)
- patience rules (don't kill slow sessions!)
2026-01-03 00:11:21 +00:00
Peter Steinberger
e8a97020fa
coding-agent: switch to native background mode, drop tmux requirement
...
- Use bash background:true instead of tmux
- Full programmatic control: log/poll/write/kill
- Simpler, no shell escaping issues
- workdir still critical for 'little box' pattern
2026-01-03 00:00:37 +00:00
Peter Steinberger
a58e2e424c
coding-agent: unified workdir+tmux pattern for all tools
2026-01-02 23:58:33 +00:00
Peter Steinberger
d0ec78da46
coding-agent: choose reasoning effort based on task complexity
2026-01-02 23:57:46 +00:00
Peter Steinberger
314ae7a6b6
coding-agent: simplify to gpt-5.2-codex only, remove old models
2026-01-02 23:57:24 +00:00
Peter Steinberger
740aba21c4
coding-agent: workdir pattern + patience rules
...
- Use bash workdir param so Codex wakes up in a 'little box'
- Prevents reading unrelated files (like my soul.md lol)
- Added rule: NEVER offer to build it yourself when user asks for Codex
- gpt-5.2-codex requires medium reasoning effort
2026-01-02 23:56:10 +00:00
Sreekaran Srinath
b1ad3a68ee
feat: add coding-agent skill and anyBins gating
...
Co-authored-by: Sreekaran Srinath <ss@sreekaran.com>
2026-01-03 00:40:03 +01:00
Peter Steinberger
190ab2c11c
chore: add goplaces skill
2026-01-02 20:33:06 +01:00
Peter Steinberger
2c69cc46ce
feat: add weather skill (wttr.in + Open-Meteo fallback)
...
No API key required. Two services:
- wttr.in: human-readable, emoji, ASCII art, PNG
- Open-Meteo: JSON API fallback for programmatic use
🌤️ 🦞
2026-01-02 16:33:31 +00:00
Peter Steinberger
c416deee12
docs(skills/local-places): add emoji and tagline
...
📍 Find places, Go fast
🦞
2026-01-02 16:22:26 +00:00
Peter Steinberger
017cc7107c
fix(skills/local-places): copy files instead of submodule
...
Submodules are pain. Just copy the Python code directly.
🦞
2026-01-02 15:48:24 +00:00
Peter Steinberger
eb68fdcc9c
feat(skills/local-places): add server as submodule
...
- Links to Hyaxia/local_places for easy upstream updates
- Updated SKILL.md with {baseDir}/server path
🦞
2026-01-02 15:47:42 +00:00
Peter Steinberger
c11c268e15
feat(skills): add local-places skill for Google Places search
...
- Wraps Hyaxia/local_places FastAPI server
- Two-step flow: resolve location → search places
- Supports filters: type, rating, price, open_now
🦞
2026-01-02 15:46:08 +00:00
Peter Steinberger
b09d2e77c8
feat: add songsee skill
2026-01-02 15:22:23 +01:00
Peter Steinberger
ece5d0d09f
docs: update trello skill requirements
2026-01-02 10:47:31 +01:00
Peter Steinberger
313294c268
feat(skills): add Trello skill for board/list/card management
2026-01-02 08:37:15 +00:00
Peter Steinberger
7a60e8fdd4
fix: gate skills by OS
2026-01-01 22:25:37 +01:00
Peter Steinberger
cbd85b9d4c
fix: use brew installer for imsg skill
2026-01-01 21:41:39 +01:00
Peter Steinberger
b5a9877a37
feat(skills): add things-mac
2026-01-01 21:12:37 +01:00
Peter Steinberger
4d148ae22a
fix: add brew installer for ordercli skill
2025-12-31 04:52:40 +01:00
Peter Steinberger
edc205013d
feat: add gifgrep skill
2025-12-31 04:52:37 +01:00
Peter Steinberger
fecae3a75a
feat: add food-order skill
2025-12-30 15:43:13 +01:00
Peter Steinberger
e2291647d3
feat(skills): add obsidian skill
2025-12-29 22:51:42 +01:00
Peter Steinberger
91e3f765db
feat: replace clawdis skills with tools
2025-12-22 23:40:57 +00:00
Peter Steinberger
cf1b80bb6a
docs: add canvas gutter guidance
2025-12-21 03:21:48 +01:00
Peter Steinberger
45dc238da9
docs: clarify wacli usage
2025-12-21 02:14:52 +01:00
Peter Steinberger
d7a9189c7f
docs: improve oracle skill guidance
2025-12-20 23:41:07 +01:00
Peter Steinberger
d2e9820cb3
docs: expand sag pronunciation rules
2025-12-20 21:43:03 +01:00
Peter Steinberger
180b395a95
chore(skills): fix eightctl homepage
2025-12-20 21:18:40 +01:00
Peter Steinberger
51d3404440
chore(skills): add homepage metadata
2025-12-20 21:12:57 +01:00