with one click
skill-slack-messaging-tool
A Python CLI tool
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A Python CLI tool
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | skill-slack-messaging-tool |
| description | A Python CLI tool |
This skill provides access to the slack-messaging-tool CLI tool. A Python CLI tool.
Use this skill when:
Do NOT use this skill for:
The slack-messaging-tool is a command-line interface tool that A Python CLI tool.
# Clone and install
git clone https://github.com/dnvriend/slack-messaging-tool.git
cd slack-messaging-tool
uv tool install .
# Example 1: Basic usage
slack-messaging-tool --help
# Example 2: Show version
slack-messaging-tool --version
Display help information for CLI commands.
Usage:
slack-messaging-tool --help
slack-messaging-tool COMMAND --help
Examples:
# General help
slack-messaging-tool --help
# Command help
slack-messaging-tool command --help
# Version info
slack-messaging-tool --version
Control logging detail with progressive verbosity levels. All logs output to stderr.
Logging Levels:
| Flag | Level | Output | Use Case |
|---|---|---|---|
| (none) | WARNING | Errors and warnings only | Production, quiet mode |
-v | INFO | + High-level operations | Normal debugging |
-vv | DEBUG | + Detailed info, full tracebacks | Development, troubleshooting |
-vvv | TRACE | + Library internals | Deep debugging |
Examples:
# INFO level - see operations
slack-messaging-tool command -v
# DEBUG level - see detailed info
slack-messaging-tool command -vv
# TRACE level - see all internals
slack-messaging-tool command -vvv
Native shell completion for bash, zsh, and fish.
Installation:
# Bash (add to ~/.bashrc)
eval "$(slack-messaging-tool completion bash)"
# Zsh (add to ~/.zshrc)
eval "$(slack-messaging-tool completion zsh)"
# Fish (save to completions)
slack-messaging-tool completion fish > ~/.config/fish/completions/slack-messaging-tool.fish
Compose commands with Unix pipes for powerful workflows.
Examples:
# Example pipeline workflows will be added when CLI commands are implemented
slack-messaging-tool command --json | jq '.'
Issue: Command not found
# Verify installation
slack-messaging-tool --version
# Reinstall if needed
cd slack-messaging-tool
uv tool install . --reinstall
Issue: General errors
-vv to see detailed error information# Show help
slack-messaging-tool --help
# Command-specific help
slack-messaging-tool COMMAND --help
0: Success1: Client error (invalid arguments, validation failed)2: Server error (API error, network issue)3: Network error (connection failed, timeout)Default Output:
JSON Output (--json flag):
-v, increase to -vv/-vvv only if needed--help to understand command options