Peter Steinberger
725c340257
docs(gog): prefer body-file for multi-line email
2026-01-15 10:43:07 +00:00
Peter Steinberger
0facc63019
fix(skills): improve summarize selection
2026-01-15 10:14:59 +00:00
vrknetha
946b0229e8
Voice Call: add Plivo provider
2026-01-15 07:21:40 +00:00
Peter Steinberger
f275cc180b
feat: add web tools
2026-01-15 04:07:40 +00:00
Shadow
4ec2222fa9
Revert "Clarify coding-agent skill trigger"
...
This reverts commit 0adcb68092 .
2026-01-14 15:58:01 -06:00
Mariano Belinky
0adcb68092
Clarify coding-agent skill trigger
2026-01-14 19:10:09 +01:00
Peter Steinberger
fa75d84b75
docs: clarify clawdhub workdir defaults
2026-01-13 06:05:06 +00:00
Peter Steinberger
42c17adb5e
feat: restore voice-call plugin parity
2026-01-12 21:44:19 +00:00
Peter Steinberger
31752aa944
chore: remove qmd skill
2026-01-12 11:31:34 +00:00
Peter Steinberger
98337a14b3
fix: rename bash tool to exec ( #748 ) (thanks @myfunc)
2026-01-12 02:49:55 +00:00
Peter Steinberger
367baaca20
feat: implement voice-call plugin
2026-01-11 23:23:14 +00:00
Shadow
4c3a853673
Docs: clarify Discord channel type values
2026-01-11 10:02:36 -06:00
Nicholas Spisak
d63eae528c
feat(discord): expose channel management actions via message tool
...
Add channel-create, channel-edit, channel-delete, channel-move,
category-create, category-edit, and category-delete actions to the
unified message tool. These actions were already implemented in the
Discord-specific handler but weren't accessible via the pi_message tool.
Changes:
- Add 7 new channel/category management actions to MessageActionSchema
- Add parameters: name, type, parentId, topic, position, nsfw,
rateLimitPerUser, categoryId
- Gate actions behind discord.actions.channels (disabled by default)
- Add execute handlers routing to existing Discord action handlers
- Update Discord skill SKILL.md with documentation
Channel types: 0=text, 2=voice, 4=category
2026-01-11 10:01:32 -06:00
Peter Steinberger
cf0c72a557
feat: add plugin architecture
2026-01-11 12:11:12 +00:00
Peter Steinberger
8a9831d37c
Merge pull request #713 from danielz1z/fix/update-doctor-env
...
fix(update): merge custom env with process.env in spawn
2026-01-11 10:49:50 +00:00
Peter Steinberger
7006a4aad3
feat: add skill-creator bundled skill
2026-01-11 10:42:56 +00:00
Peter Steinberger
eb1de642db
docs: verify gog calendar colors ( #715 ) (thanks @mjrussell)
2026-01-11 10:39:40 +00:00
Matthew Russell
17a1d302b9
Add calendar event color docs to gog skill
2026-01-11 10:37:48 +00:00
Shadow
c731a87d07
Discord: add fetch message action
2026-01-10 16:38:20 -06:00
Peter Steinberger
87f432880a
fix: honor whatsapp mediaMaxMb ( #505 ) (thanks @koala73)
2026-01-09 19:51:35 +01:00
Elie Habib
f85807a2a6
fix: add serveBaseUrl to compactEmbeddedPiSession params
2026-01-09 19:39:42 +01:00
Peter Steinberger
8c48220a60
docs: require tmux for 1password skill
2026-01-07 20:49:58 +01:00
Peter Steinberger
388796253a
feat(skills): add session-logs skill for searching conversation history
...
Adds jq-based queries for:
- Listing sessions by date/size
- Searching user/assistant messages
- Extracting costs per session and daily totals
- Tool usage breakdowns
- Cross-session keyword search
2026-01-07 04:13:30 +00:00
Peter Steinberger
fb321afa1d
docs: fix himalaya query usage
2026-01-07 00:04:18 +01:00
Peter Steinberger
ea216994a1
docs: polish himalaya skill docs
2026-01-06 23:44:06 +01:00
Dante Lex
16243b7edc
fix: simplify install to brew-only
...
Remove cargo install option to avoid confusing the model with
multiple installation methods.
2026-01-06 23:41:46 +01:00
Dante Lex
e6d6c822c5
feat: add himalaya email CLI skill
...
Add skill for Himalaya (https://github.com/pimalaya/himalaya ), a CLI
email client supporting IMAP, SMTP, Notmuch, and Sendmail backends.
Includes:
- SKILL.md with common operations (list, read, reply, forward, send)
- Configuration reference for Gmail, iCloud, and generic IMAP/SMTP
- MML (MIME Meta Language) composition guide for attachments
Tested with iCloud IMAP account - verified folder listing, email
reading, and sending work correctly.
2026-01-06 23:41:46 +01:00
Iamadig
29a89ff9fa
nano-banana: emit MEDIA token for generated images ( #271 )
2026-01-05 23:19:50 -06:00
Peter Steinberger
48d52d13f1
docs: clarify 1password tmux flow
2026-01-06 01:30:48 +01:00
Peter Steinberger
2ec9d75ac2
feat: add 1password skill
2026-01-06 00:26:58 +01:00
Peter Steinberger
f0abd619be
chore: add model-usage skill
2026-01-05 18:16:29 +01:00
Django Navarro
977467066d
fix(coding-agent): close PR template code block correctly
...
The outer fence (4 backticks) was closing prematurely after the bash
example, leaving the rest of the template (Feature intent through
Submitted by Razor) rendered as prose instead of inside the code block.
Fixed by moving the closing fence to the end of the full template.
2026-01-05 14:33:21 +00:00
Peter Steinberger
ca09078934
docs: add Discord writing style guide to skill
2026-01-04 15:42:32 +00:00
Peter Steinberger
246adaa119
chore: rename project to clawdbot
2026-01-04 14:38:51 +00:00
Peter Steinberger
529cf91ac3
fix: keep node presence fresh
2026-01-04 14:41:52 +01:00
Mariano Belinky
672700f2b3
docs: add PR template + node presence beacon
2026-01-04 14:41:52 +01:00
Peter Steinberger
3910b9b39e
docs(skills): update mcporter
2026-01-04 07:26:59 +01:00
Shadow
7701d395e9
Slack: update docs and tool display
2026-01-04 07:22:05 +01:00
Shadow
0085b2e0a9
Slack: refine scopes and onboarding
2026-01-04 07:22:02 +01:00
Steve Caldwell
44990d837f
feat: add Notion API skill
...
Create and manage Notion pages, databases, and blocks via API.
2026-01-04 04:29:44 +01:00
Shadow
3a28e3562c
Discord: tools for uploading emojis and stickers!
2026-01-03 21:20:01 -06:00
Peter Steinberger
3ebee63cb3
feat: add clawdhub skill
2026-01-04 04:05:10 +01:00
Peter Steinberger
6d6038b855
docs: tighten wacli skill guidance
2026-01-04 03:45:49 +01:00
Peter Steinberger
e7615c464a
docs: update apple-reminders skill for remindctl
2026-01-04 01:33:47 +01:00
Peter Steinberger
2dc10ce337
docs: expand peekaboo skill docs
2026-01-03 22:14:21 +01:00
Peter Steinberger
fac694fc03
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
95cd153f33
feat: add blogwatcher skill
2026-01-03 18:00:08 +00:00
Peter Steinberger
145964c85e
feat: add github skill
2026-01-03 17:57:13 +01:00
Peter Steinberger
00c3e98431
docs: add tmux skill guidance
2026-01-03 17:31:26 +01:00
Peter Steinberger
dd561f58d1
docs: expand coding-agent Pi usage
2026-01-03 17:21:17 +01:00
Peter Steinberger
861e1b33f5
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
daa1460502
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
87d5fa516d
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
10340d2a3f
feat(skills): add bear-notes skill using grizzly CLI
2026-01-03 11:29:14 +01:00
Mariano Belinky
f73b008251
docs: add Sheets/Docs examples to gog skill
2026-01-03 11:20:17 +01:00
Peter Steinberger
5eff541da8
docs: prefer spogo or spotify_player
2026-01-03 04:47:34 +01:00
Peter Steinberger
a72da30c9a
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
0c38f2df2a
Discord: drop enableReactions config
2026-01-03 03:07:13 +01:00
Shadow
6bab813bb3
Discord: add reactions, stickers, and polls skill
2026-01-03 03:07:13 +01:00
Peter Steinberger
79403f9083
docs: update apple notes/reminders skill setup
2026-01-03 02:41:12 +01:00
Claude
7a44c19362
feat(skills): add Apple Notes and Reminders skills via memo CLI
2026-01-03 02:41:12 +01:00
Jay Hickey
7e9be3c28c
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
5dfb2b1128
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
cbc599a5b8
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
1354d0836f
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
b313250638
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
e37c147ea9
coding-agent: unified workdir+tmux pattern for all tools
2026-01-02 23:58:33 +00:00
Peter Steinberger
feb4f9028d
coding-agent: choose reasoning effort based on task complexity
2026-01-02 23:57:46 +00:00
Peter Steinberger
4804ce5678
coding-agent: simplify to gpt-5.2-codex only, remove old models
2026-01-02 23:57:24 +00:00
Peter Steinberger
001a342f20
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
0ac30afb29
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
08b95411df
chore: add goplaces skill
2026-01-02 20:33:06 +01:00
Peter Steinberger
2d16450869
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
8b27c03472
docs(skills/local-places): add emoji and tagline
...
📍 Find places, Go fast
🦞
2026-01-02 16:22:26 +00:00
Peter Steinberger
921e5be8e6
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
100a022ab7
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
6b7484a885
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
ebf8649940
feat: add songsee skill
2026-01-02 15:22:23 +01:00
Peter Steinberger
1bf7d2f3bd
docs: update trello skill requirements
2026-01-02 10:47:31 +01:00
Peter Steinberger
e5ee041d4e
feat(skills): add Trello skill for board/list/card management
2026-01-02 08:37:15 +00:00
Peter Steinberger
73d0e2cb81
fix: gate skills by OS
2026-01-01 22:25:37 +01:00
Peter Steinberger
1cf455e91c
fix: use brew installer for imsg skill
2026-01-01 21:41:39 +01:00
Peter Steinberger
eda9fb5522
feat(skills): add things-mac
2026-01-01 21:12:37 +01:00
Peter Steinberger
2f55abace2
fix: add brew installer for ordercli skill
2025-12-31 04:52:40 +01:00
Peter Steinberger
3213e5df2d
feat: add gifgrep skill
2025-12-31 04:52:37 +01:00
Peter Steinberger
cc86bbf27d
feat: add food-order skill
2025-12-30 15:43:13 +01:00
Peter Steinberger
f41ade9417
feat(skills): add obsidian skill
2025-12-29 22:51:42 +01:00
Peter Steinberger
c0c20ebf3e
feat: replace clawdis skills with tools
2025-12-22 23:40:57 +00:00
Peter Steinberger
9f72eb3374
docs: add canvas gutter guidance
2025-12-21 03:21:48 +01:00
Peter Steinberger
104e265633
docs: clarify wacli usage
2025-12-21 02:14:52 +01:00
Peter Steinberger
dbc9b00de5
docs: improve oracle skill guidance
2025-12-20 23:41:07 +01:00
Peter Steinberger
c71d5a8a77
docs: expand sag pronunciation rules
2025-12-20 21:43:03 +01:00
Peter Steinberger
3163a42f36
chore(skills): fix eightctl homepage
2025-12-20 21:18:40 +01:00
Peter Steinberger
f84def1b60
chore(skills): add homepage metadata
2025-12-20 21:12:57 +01:00
Peter Steinberger
2bcdf741f9
feat(cron): require job name
2025-12-20 19:56:49 +00:00
Peter Steinberger
1356498ee1
docs: add ordercli skill
2025-12-20 18:50:51 +01:00
Peter Steinberger
03a4e0c837
docs: update summarize installer spec
2025-12-20 18:01:09 +01:00
Peter Steinberger
4c054917ef
feat: add uv skill installers
2025-12-20 17:50:29 +01:00
Peter Steinberger
c4a67b7d02
feat: refresh skills metadata and toggles
2025-12-20 17:32:05 +01:00
Peter Steinberger
65329496a7
refactor: serve canvas host on gateway port
2025-12-20 17:13:36 +01:00