@circlesac/holla 26.2.24 → 26.2.25
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/package.json +1 -1
- package/skills/slack/SKILL.md +2 -0
package/package.json
CHANGED
package/skills/slack/SKILL.md
CHANGED
|
@@ -152,6 +152,8 @@ holla slack users info --user @username -w <ws> --json
|
|
|
152
152
|
holla slack api <method> --body '{"key":"value"}' -w <ws> # Raw API passthrough
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
+
**Note**: `holla slack api` is a raw passthrough — messages sent via `api chat.postMessage` appear as bot, not as the user. Always use `holla slack chat send` / `reply` / `edit` for messaging.
|
|
156
|
+
|
|
155
157
|
## Output formats
|
|
156
158
|
|
|
157
159
|
All read commands support: `--json` (structured), `--plain` (tab-separated), or table (default).
|