在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用skill-slack-messaging-tool
星标0
分支0
更新时间2026年1月26日 07:01
A Python CLI tool
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
A Python CLI tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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