一键导入
slack
Manage unread Slack messages across the workspace: list, open, and reply with confirmation. Stores metadata for later actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage unread Slack messages across the workspace: list, open, and reply with confirmation. Stores metadata for later actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
Process invoice PDFs/emails: extract vendor + date, generate normalized filename, optionally archive to Drive, and email the PDF to the right Holded inbox.
Use the private LearnWorlds CLI to inspect DevExpert Academy users, find students by email, list their enrolled courses/products, look up products, and perform safe enrollment workflows. Trigger when Antonio asks what courses a student has in LearnWorlds or academia.devexpert.io, whether someone belongs to the current or next AI Expert edition, or to use the LearnWorlds/academy CLI.
Genera la newsletter semanal de DevExpert recopilando contenido de X, YouTube, PostFlow y bookmarks. Crea borrador en Listmonk para revisión.
End-to-end YouTube publishing workflow using ordered scripts: prepare/concat video, upload draft, transcribe with Parakeet, generate copy with the calling model, optionally prepare English dubbing assets, render thumbnails, update YouTube metadata, then schedule socials (PostFlow) 15 minutes after publish.
Enforce Antonio's real Spanish social voice when drafting or rewriting X, LinkedIn, article teaser, and newsletter intro copy. Use whenever copy must sound like Antonio and avoid obvious AI writing.
| name | slack |
| description | Manage unread Slack messages across the workspace: list, open, and reply with confirmation. Stores metadata for later actions. |
SLACK_USER_TOKEN (user token).channels:read, groups:read, im:read, mpim:read, channels:history, groups:history, im:history, mpim:history, users:read, chat:write.channels:write, groups:write, im:write, mpim:write (depends on conversation type).scripts/slack-inbox --json-out /tmp/slack-inbox.json
scripts/slack-open --index <n>
/tmp/slack-inbox.json to resolve IDs./tmp/slack-open.json.scripts/slack-reply --index <n> --text "reply"
--no-thread to reply as a new message.scripts/slack-mark-read --index <n>.scripts/slack-mark-read --index <n>
/tmp/slack-inbox.json contains:
indexid (channel id)nametypelast_readlatest_tslatest_textlatest_user_idlatest_user_nameunread_countunread_has_more--no-thread and then mark as read.