pawmode 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  <p align="center"><i>*wags tail furiously* — your new best friend is here.</i></p>
18
18
 
19
19
  <p align="center">
20
- <a href="https://www.npmjs.com/package/openpaw"><img src="https://img.shields.io/npm/v/openpaw?color=b4783c&label=npm&style=flat-square" alt="npm"></a>
20
+ <a href="https://www.npmjs.com/package/pawmode"><img src="https://img.shields.io/npm/v/pawmode?color=b4783c&label=npm&style=flat-square" alt="npm"></a>
21
21
  <a href="https://github.com/daxaur/openpaw/blob/main/LICENSE"><img src="https://img.shields.io/github/license/daxaur/openpaw?color=c88a48&style=flat-square" alt="license"></a>
22
22
  <a href="https://github.com/daxaur/openpaw"><img src="https://img.shields.io/github/stars/daxaur/openpaw?color=dca03c&style=flat-square" alt="stars"></a>
23
23
  </p>
@@ -27,25 +27,25 @@
27
27
  ## Quick Start
28
28
 
29
29
  ```bash
30
- npx openpaw
30
+ npx pawmode
31
31
  ```
32
32
 
33
33
  Pick your skills. Choose terminal, Telegram, or both. Claude does the rest. Good boy.
34
34
 
35
35
  ```bash
36
36
  # Skip the wizard with a preset
37
- npx openpaw --preset essentials
38
- npx openpaw --preset developer --yes
37
+ npx pawmode --preset essentials
38
+ npx pawmode --preset developer --yes
39
39
  ```
40
40
 
41
41
  ---
42
42
 
43
43
  ## What is OpenPaw?
44
44
 
45
- OpenPaw turns **Claude Code** into a full personal assistant. One command, 30+ skills, and a really good boy who fetches your emails, plays your music, and controls your smart home.
45
+ OpenPaw turns **Claude Code** into a full personal assistant. One command, 30 skills, and a really good boy who fetches your emails, plays your music, and controls your smart home.
46
46
 
47
47
  ```
48
- npx openpaw
48
+ npx pawmode
49
49
  ┌───────────────────────────────────────┐
50
50
  │ How should we set things up, human? │
51
51
  │ │
@@ -122,7 +122,7 @@ Get started fast with a preset, or choose `Custom` to sniff through skills one b
122
122
 
123
123
  | Preset | Skills |
124
124
  |---|---|
125
- | **Everything** | All 31 skills for your platform |
125
+ | **Everything** | All 30 skills for your platform |
126
126
  | **Essentials** | Email, calendar, notes, music, browser, system, notifications |
127
127
  | **Productivity** | Notes, Obsidian, tasks, email, calendar, Slack, cloud files |
128
128
  | **Developer** | GitHub, Linear, Jira, browser, network, AI, cron |
@@ -133,7 +133,7 @@ Get started fast with a preset, or choose `Custom` to sniff through skills one b
133
133
 
134
134
  ## Skills
135
135
 
136
- 31 capabilities across 8 categories. Install only what you need.
136
+ 30 capabilities across 8 categories. Install only what you need.
137
137
 
138
138
  ### Productivity
139
139
 
@@ -149,10 +149,9 @@ Get started fast with a preset, or choose `Custom` to sniff through skills one b
149
149
  | Skill | Description | Tools |
150
150
  |---|---|---|
151
151
  | `c-email` | Read, send, search email (Gmail or IMAP) | `gog` `himalaya` |
152
- | `c-calendar` | Events + scheduling (Google or Apple) | `gog` `icalpal` |
152
+ | `c-calendar` | Events + scheduling (Google or Apple) | `gog` `icalBuddy` |
153
153
  | `c-messaging` | iMessage + WhatsApp | `imsg` `wacli` |
154
154
  | `c-slack` | Slack channels + DMs | `slack` |
155
- | `c-social` | Twitter/X | `bird` |
156
155
  | `c-telegram` | Telegram bridge (built-in) | — |
157
156
 
158
157
  ### Media
@@ -264,7 +263,7 @@ OpenPaw doesn't run in the background (except the optional Telegram bridge). Her
264
263
  - **No attack surface** — no open ports, no cloud dependencies
265
264
  - **5-minute setup** — from zero to personal assistant
266
265
  - **Telegram built-in** — talk to Claude from your phone
267
- - **31 skills** — email, music, smart home, GitHub, browser, and more
266
+ - **30 skills** — email, music, smart home, GitHub, browser, and more
268
267
  - **Open source** — MIT license, community-driven
269
268
 
270
269
  ---
package/dist/index.js CHANGED
@@ -41,9 +41,9 @@ import { query } from "@anthropic-ai/claude-agent-sdk";
41
41
  const memo = {
42
42
  name: "memo",
43
43
  command: "memo",
44
- installCmd: "brew install steipete/tap/memo",
44
+ installCmd: "brew install antoniorodr/memo/memo",
45
45
  installMethod: "brew-tap",
46
- tap: "steipete/tap",
46
+ tap: "antoniorodr/memo",
47
47
  platforms: ["darwin"]
48
48
  };
49
49
  const remindctl = {
@@ -69,7 +69,7 @@ const obsidianCli = {
69
69
  const notionCli = {
70
70
  name: "notion-cli",
71
71
  command: "notion-cli",
72
- installCmd: "npm install -g notion-cli-tool",
72
+ installCmd: "npm install -g @litencatt/notion-cli",
73
73
  installMethod: "npm",
74
74
  platforms: [
75
75
  "darwin",
@@ -87,7 +87,7 @@ const todoistCli = {
87
87
  const thingsCli = {
88
88
  name: "things-cli",
89
89
  command: "things-cli",
90
- installCmd: "pip3 install things-cli",
90
+ installCmd: "pipx install things-cli",
91
91
  installMethod: "pip",
92
92
  platforms: ["darwin"]
93
93
  };
@@ -117,10 +117,10 @@ const himalaya = {
117
117
  installMethod: "brew",
118
118
  platforms: ["darwin", "linux"]
119
119
  };
120
- const icalpal = {
121
- name: "icalpal",
122
- command: "icalpal",
123
- installCmd: "brew install icalpal",
120
+ const icalBuddy = {
121
+ name: "ical-buddy",
122
+ command: "icalBuddy",
123
+ installCmd: "brew install ical-buddy",
124
124
  installMethod: "brew",
125
125
  platforms: ["darwin"]
126
126
  };
@@ -143,17 +143,8 @@ const wacli = {
143
143
  const slackCli = {
144
144
  name: "slack-cli",
145
145
  command: "slack",
146
- installCmd: "brew tap rockymadden/rockymadden && brew install rockymadden/rockymadden/slack-cli",
147
- installMethod: "brew-tap",
148
- tap: "rockymadden/rockymadden",
149
- platforms: ["darwin", "linux"]
150
- };
151
- const bird = {
152
- name: "bird",
153
- command: "bird",
154
- installCmd: "brew install steipete/tap/bird",
155
- installMethod: "brew-tap",
156
- tap: "steipete/tap",
146
+ installCmd: "npm install -g slack-cli",
147
+ installMethod: "npm",
157
148
  platforms: [
158
149
  "darwin",
159
150
  "linux",
@@ -219,10 +210,11 @@ const sag = {
219
210
  platforms: ["darwin"]
220
211
  };
221
212
  const openhue = {
222
- name: "openhue",
213
+ name: "openhue-cli",
223
214
  command: "openhue",
224
- installCmd: "brew install openhue-cli",
225
- installMethod: "brew",
215
+ installCmd: "brew install openhue/cli/openhue-cli",
216
+ installMethod: "brew-tap",
217
+ tap: "openhue/cli",
226
218
  platforms: [
227
219
  "darwin",
228
220
  "linux",
@@ -586,12 +578,12 @@ const skills = [
586
578
  {
587
579
  label: "Apple Calendar (macOS)",
588
580
  value: "apple",
589
- tools: [icalpal]
581
+ tools: [icalBuddy]
590
582
  },
591
583
  {
592
584
  label: "Both",
593
585
  value: "both",
594
- tools: [gogcli, icalpal]
586
+ tools: [gogcli, icalBuddy]
595
587
  }
596
588
  ]
597
589
  },
@@ -627,23 +619,6 @@ const skills = [
627
619
  description: "Configure Slack token"
628
620
  }]
629
621
  },
630
- {
631
- id: "social",
632
- name: "Social / Twitter",
633
- description: "Post tweets, read timeline, search Twitter/X",
634
- category: "communication",
635
- tools: [bird],
636
- platforms: [
637
- "darwin",
638
- "linux",
639
- "win32"
640
- ],
641
- authSteps: [{
642
- tool: "bird",
643
- command: "bird auth",
644
- description: "Connect Twitter/X"
645
- }]
646
- },
647
622
  {
648
623
  id: "telegram",
649
624
  name: "Telegram Bridge",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawmode",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Open-source Personal Assistant Wizard for Claude Code. Turn Claude Code into your PA with CLI tools and skills.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: c-calendar
3
- description: View and create calendar events via gog (Google Calendar) or icalpal (Apple Calendar). Check availability, list upcoming events, create/update/delete events, and manage multiple calendars.
4
- tags: [calendar, google-calendar, apple-calendar, gog, icalpal, events]
3
+ description: View and create calendar events via gog (Google Calendar) or icalBuddy (Apple Calendar). Check availability, list upcoming events, create/update/delete events, and manage multiple calendars.
4
+ tags: [calendar, google-calendar, apple-calendar, gog, icalBuddy, events]
5
5
  ---
6
6
 
7
- This skill manages calendars via `gog` (Google Calendar) or `icalpal` (Apple Calendar). Check availability with `which gog icalpal`.
7
+ This skill manages calendars via `gog` (Google Calendar) or `icalBuddy` (Apple Calendar). Check availability with `which gog icalBuddy`.
8
8
 
9
9
  ## Google Calendar — `gog cal` (gogcli)
10
10
 
@@ -23,25 +23,26 @@ gog cal calendars # List all calendars
23
23
  gog cal freebusy --start "tomorrow" --end "tomorrow 5pm"
24
24
  ```
25
25
 
26
- ## Apple Calendar — `icalpal`
26
+ ## Apple Calendar — `icalBuddy`
27
27
 
28
28
  ```bash
29
- icalpal events # Today's events
30
- icalpal events --from "2026-03-01" --to "2026-03-07"
31
- icalpal events --calendar "Work"
32
- icalpal calendars # List all calendars/accounts
33
- icalpal reminders # List calendar-based reminders
29
+ icalBuddy eventsToday # Today's events
30
+ icalBuddy eventsToday+3 # Events today through next 3 days
31
+ icalBuddy eventsFrom:"2026-03-01" to:"2026-03-07"
32
+ icalBuddy -ic "Work" eventsToday # Specific calendar
33
+ icalBuddy calendars # List all calendars
34
+ icalBuddy uncompletedTasks # Incomplete reminders/tasks
34
35
  ```
35
36
 
36
37
  ## Usage Guidelines
37
38
 
38
39
  - Use `gog cal freebusy` to check availability before scheduling.
39
- - `icalpal` is read-only for Apple Calendar — use it for viewing, not creating.
40
+ - `icalBuddy` is read-only for Apple Calendar — use it for viewing, not creating.
40
41
  - For creating Apple Calendar events programmatically, prefer `gog` with Google Calendar or use AppleScript via the `osascript` fallback.
41
42
  - Dates accept natural language with `gog` ("tomorrow 2pm", "next Monday 9am").
42
43
 
43
44
  ## Notes
44
45
 
45
46
  - `gog` requires Google OAuth: `gog auth`.
46
- - `icalpal` reads directly from the local Calendar database (no auth needed).
47
+ - `icalBuddy` reads directly from the local Calendar database (no auth needed).
47
48
  - Multiple Google accounts supported via `gog cal --account work list`.
@@ -1,57 +0,0 @@
1
- ---
2
- name: c-social
3
- description: Post tweets, read timelines, search, and reply on Twitter/X using the `bird` CLI. Supports text posts, media attachments, quote tweets, and user lookups.
4
- tags: [twitter, x, social-media, bird, posting]
5
- ---
6
-
7
- ## What This Skill Does
8
-
9
- Enables Claude to interact with Twitter/X — posting, reading, searching, and replying — via the `bird` CLI.
10
-
11
- ## Available CLI Tool: `bird`
12
-
13
- ### Common Commands
14
-
15
- ```bash
16
- # Post a tweet
17
- bird tweet post "Hello world!"
18
-
19
- # Post with media
20
- bird tweet post "Check this out" --media ./image.png
21
-
22
- # Read your home timeline
23
- bird timeline home
24
-
25
- # Read a user's timeline
26
- bird timeline user --username elonmusk
27
-
28
- # Search tweets
29
- bird search "openai announcement" --limit 10
30
-
31
- # Reply to a tweet
32
- bird tweet reply --id 1234567890 --text "Great point!"
33
-
34
- # Quote tweet
35
- bird tweet quote --id 1234567890 --text "Adding context here"
36
-
37
- # Like a tweet
38
- bird tweet like --id 1234567890
39
-
40
- # Get your own profile info
41
- bird user me
42
-
43
- # Look up a user
44
- bird user get --username sama
45
- ```
46
-
47
- ## Usage Guidelines
48
-
49
- - Keep tweets under 280 characters; check length before posting
50
- - Search results are newest-first by default
51
- - Always confirm content before posting on behalf of the user
52
-
53
- ## Notes
54
-
55
- - Requires `bird` CLI authenticated with Twitter API v2 credentials
56
- - Media uploads support JPG, PNG, GIF, and MP4
57
- - Rate limits: 50 tweets/day on free tier; check before bulk posting