ワンクリックで
discord
Interact with Discord: send messages, photos, files to any channel. Manage Discord bot integration with Alma.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interact with Discord: send messages, photos, files to any channel. Manage Discord bot integration with Alma.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
商品价格全网对比技能,获取商品在淘宝(Taobao)、天猫(TMall)、京东(JD.com)、拼多多(PinDuoDuo)、抖音(Douyin)、快手(KaiShou)的最优价格、优惠券,当用户想购物或者获取优惠信息时使用。Get the best price, coupons for goods on Chinese e-commerce platforms, compare product prices, and use when users want to shop or get discount information.
本地敏感数据脱敏与可逆还原工具 v1.3。当用户提到任何与"脱敏"、"隐私保护"、"敏感数据处理"、"个人信息保护"相关的内容时,必须激活本技能。 支持 PDF 图像级遮盖脱敏、OCR 脱敏、Word/Markdown/Excel 精准替换脱敏。 自动检测 17 种敏感数据类型(姓名、手机号、身份证、银行卡、邮箱、密码、API Key、地址、IP、护照、公司名等)。 多格式全管道输出:OCR脱敏文本 + 脱敏版PDF + 脱敏版DOCX + 脱敏版MD + 汇总映射表 + 反脱敏指南。 触发关键词:脱敏、隐私、敏感数据、个人信息、加隐私、redact、redaction、mask、privacy、personal data、PII、个人信息保护、数据脱敏、隐私处理、隐去、掩盖、打码、保护隐私、去隐私、遮盖、擦除、替换敏感信息。 支持文件格式:.pdf, .docx, .xlsx, .xls, .md, .markdown, .jpg, .jpeg, .png 处理流程:OCR识别 → 关键词脱敏 → PDF遮盖 → 格式转换脱敏 → 输出多格式结果。
Browser automation for AI agents. Use when the user needs to interact with websites — navigating, filling forms, clicking buttons, extracting data, taking screenshots, or automating any browser task. PinchTab (primary) for fresh automation, Chrome Relay (fallback) for the user's existing browser tabs.
Find, organize, and manage files on the user's computer. Search by name, type, size, or date. Move, rename, compress, and clean up files.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
| name | discord |
| description | Interact with Discord: send messages, photos, files to any channel. Manage Discord bot integration with Alma. |
| allowed-tools | ["Bash"] |
Alma can connect to Discord via a bot and participate in guild channels.
# Set Discord settings via API
curl -X PUT http://localhost:23001/api/settings \
-H "Content-Type: application/json" \
-d '{
"discord": {
"enabled": true,
"botToken": "YOUR_BOT_TOKEN",
"allowedGuildIds": [],
"allowedChannelIds": []
}
}'
# Send a text message to a Discord channel
curl -s http://localhost:23001/api/discord/send \
-H "Content-Type: application/json" \
-d '{"channelId": "CHANNEL_ID", "message": "Hello from Alma!"}'
# Send a photo
curl -s http://localhost:23001/api/discord/send-photo \
-H "Content-Type: application/json" \
-d '{"channelId": "CHANNEL_ID", "filePath": "/path/to/image.jpg", "caption": "Check this out!"}'
# Send a file
curl -s http://localhost:23001/api/discord/send-file \
-H "Content-Type: application/json" \
-d '{"channelId": "CHANNEL_ID", "filePath": "/path/to/doc.pdf", "caption": "Here you go"}'
# List all stickers from all servers the bot is in
alma discord sticker-list
# List stickers from a specific server
alma discord sticker-list <guildId>
# Search stickers by name
alma discord sticker-find <query>
# Send a sticker to a channel
alma discord sticker <channelId> <stickerId>
# Send a DM to a Discord user
alma discord dm <userId> "Hello, this is a private message!"
discord_id)# Delete (retract) a message
alma discord delete <channelId> <messageId>
Users can use these commands in Discord:
/help or !help — Show help/new [title] — Start a new conversation/stop — Stop current generation/model — Show current model