← Back to Skills Marketplace
testat1
by
ChaunceyLiu
· GitHub ↗
· v1.0.0
1394
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install testat1
Description
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Usage Guidance
This skill itself is just instructions for using your agent's existing Slack tool. Before installing, confirm: (1) your Clawdbot Slack bot token is present and you understand its scopes (it can send, edit, delete, pin, and read messages); (2) you are comfortable granting those abilities to the agent (these are powerful write actions in Slack); and (3) the package metadata discrepancy (_meta.json owner/slug differs from the registry metadata) is acceptable or explainable in your environment. If you want tighter control, restrict the bot token's scopes or use a token tied to a limited-purpose bot or workspace.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill bundle defines a set of actions for interacting with Slack, including reacting to messages, managing pins, sending/editing/deleting messages, and fetching member information. All actions described in SKILL.md are standard Slack API operations and are clearly aligned with the stated purpose of controlling Slack via Clawdbot. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence, or obfuscation. The instructions are clear, direct, and limited to legitimate Slack interactions.
Capability Assessment
Purpose & Capability
The skill's name/description and SKILL.md consistently describe Slack actions (react, pin, send/edit/delete messages, list emoji/member info). Requiring no new binaries or credentials is coherent because the instructions say it uses the bot token already configured for Clawdbot.
Instruction Scope
SKILL.md only describes using a 'slack' tool to perform Slack operations and collecting Slack-related inputs (channelId, messageId, emoji, content). It does not instruct reading arbitrary files, accessing unrelated environment variables, or contacting external endpoints other than the Slack actions implied by the slack tool.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk or downloaded. This minimizes installation risk.
Credentials
The SKILL.md states it uses 'the bot token configured for Clawdbot' but the skill does not declare any required env vars or primary credential. This is likely intentional (it expects the host agent already has Slack configured), but you should be aware that the skill will act with whatever Slack bot token/scopes are present for Clawdbot and can perform write actions (send/edit/delete/pin).
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent installation or modification of other skills/config; privileges are typical for an integration that operates via the agent's existing Slack token.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install testat1 - After installation, invoke the skill by name or use
/testat1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Slack actions for Clawdbot.
- Control Slack from Clawdbot: react, pin/unpin, send/edit/delete messages, and manage pins.
- Supports fetching member info and listing custom emoji.
- Requires Slack channel ID and message timestamp for most actions.
- Provides example JSON payloads for each supported action.
Metadata
Frequently Asked Questions
What is testat1?
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs. It is an AI Agent Skill for Claude Code / OpenClaw, with 1394 downloads so far.
How do I install testat1?
Run "/install testat1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is testat1 free?
Yes, testat1 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does testat1 support?
testat1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created testat1?
It is built and maintained by ChaunceyLiu (@chaunceyliu); the current version is v1.0.0.
More Skills