feat(skills): support npx skills add via skills.sh
- Add fork binary names (agent-browser-stealth, abs) to allowed-tools in all 6 SKILL.md files so installs into Claude Code / Cursor don't prompt for permission on every command - Document `npx skills add leeguooooo/agent-browser-stealth` in README - Bump README upstream-base mention from v0.24.0 to v0.27.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: slack
|
||||
description: Interact with Slack workspaces using browser automation. Use when the user needs to check unread channels, navigate Slack, send messages, extract data, find information, search conversations, or automate any Slack task. Triggers include "check my Slack", "what channels have unreads", "send a message to", "search Slack for", "extract from Slack", "find who said", or any task requiring programmatic Slack interaction.
|
||||
allowed-tools: Bash(agent-browser:*), Bash(npx agent-browser:*)
|
||||
allowed-tools: Bash(agent-browser:*), Bash(agent-browser-stealth:*), Bash(abs:*), Bash(npx agent-browser:*), Bash(npx agent-browser-stealth:*)
|
||||
---
|
||||
|
||||
# Slack Automation
|
||||
|
||||
Reference in New Issue
Block a user