Back to Marketplace

Run this helper free

Answer 3 questions. Get a result in 2 minutes. Preview free.

Start free →
FREE
Verified
Grow Business

Slack API

Access Slack data instantly without leaving your workflow

Teams waste time manually copying Slack messages, searching through channels, and struggling to extract information from threads and attachments.

Instantly retrieve Slack messages, threads, and attachments programmatically, enabling seamless integration of Slack data into workflows.

  • Read messages and threads directly from Slack URLs
  • Download attachments from Slack conversations
  • Search Slack messages across channels
  • Retrieve channel history and thread replies
  • List channels and retrieve user information

👁 2 views · 📦 0 installs

Install in one line

mfkvault install hienlh-claude-skill-slack-api

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 1 AI agent
  • Lifetime updates included
VerifiedSecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: slack-api description: Read Slack messages, threads, channels, download attachments via Python API. Use when you see Slack URLs (https://*.slack.com/archives/*/p*) or need to interact with Slack. --- # Slack API Read and interact with Slack using Python (no MCP required). ## Quick Reference ```bash # Read message/thread from URL python3 ~/.claude/skills/slack-api/scripts/slack.py --url "SLACK_URL" # Channel history / Thread replies python3 ~/.claude/skills/slack-api/scripts/slack.py --history -c CHANNEL_ID -l 10 python3 ~/.claude/skills/slack-api/scripts/slack.py --replies -c CHANNEL_ID --thread-ts TS # Search / List channels / User info python3 ~/.claude/skills/slack-api/scripts/slack.py --search "query" python3 ~/.claude/skills/slack-api/scripts/slack.py --list-channels python3 ~/.claude/skills/slack-api/scripts/slack.py --user-info USER_ID # List files from thread (with details) python3 ~/.claude/skills/slack-api/scripts/slack.py --url "URL" --list-files -v # Download all files from thread python3 ~/.claude/skills/slack-api/scripts/slack.py --url "URL" --download-files -o ./downloads # Output JSON python3 ~/.claude/skills/slack-api/scripts/slack.py --url "URL" --json ``` ## Commands | Flag | Description | Required | |------|-------------|----------| | `--url` | Read from Slack URL | URL | | `--history` | Channel messages | `-c` | | `--replies` | Thread replies | `-c`, `--thread-ts` | | `--search` | Search messages | query | | `--list-channels` | List channels | - | | `--user-info` | User details | user_id | | `--post` | Post message | `-c`, `-t` | | `--list-files` | List files with details | `--url` or messages | | `--download-files` | Download all files | `--url` or messages | ## Options `-c`/`--channel`, `--thread-ts`, `-l`/`--limit` (20), `-o`/`--output-dir` (./slack-downloads), `-v`/`--verbose`, `--json` ## Auth Tokens loaded from `~/.claude/skills/slack-api/.env`: ``` SLACK_XOXC_TOKEN=xoxc-... SLACK_XOXD_TOKEN=xoxd-... ``` Get tokens: Browser DevTools -> Application -> Cookies (logged into Slack) ## URL Parsing `p1767879572095059` -> `1767879572.095059` (insert dot 6 chars from end)

Preview in:

Security Status

Verified

Manually verified by security team

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z