← Back to Skills Marketplace
1613
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-manager
Description
Manage ClickUp tasks by listing, creating, updating statuses, and retrieving details via ClickUp API using provided workspace and API token.
Usage Guidance
This skill implements a ClickUp integration but has two issues you should consider before installing: (1) the code will look for credentials in a TOOLS.md file located at ../../../../clawd/TOOLS.md relative to the skill, which means it will read a file outside the skill directory — verify where that file lives and what it contains (avoid keeping other secrets there); (2) the registry metadata does not list the required CLICKUP_API_TOKEN and CLICKUP_WORKSPACE_ID environment variables, so the skill may fail unless you set them or create the TOOLS.md entry. If you proceed, prefer setting the two ClickUp env vars rather than storing credentials in a shared TOOLS.md, inspect the skill.js source yourself, and ensure file permissions on any TOOLS.md prevent accidental exposure of other secrets. If you want higher assurance, ask the publisher to update registry metadata to declare the required env vars and to document the exact TOOLS.md path/format.
Capability Analysis
Type: OpenClaw Skill
Name: test-manager
Version: 1.0.2
The skill bundle provides a legitimate integration with the ClickUp API for task management. Credential handling is standard, retrieving API tokens from environment variables or a designated `TOOLS.md` file, which is explicitly mentioned in `SKILL.md`. All network requests are directed to the official `api.clickup.com` endpoint, and there is no evidence of data exfiltration to unauthorized domains, malicious execution, or prompt injection attempts against the agent beyond standard operational instructions.
Capability Assessment
Purpose & Capability
SKILL.md and skill.js implement a ClickUp API integration (listing/creating/updating/searching tasks), which is consistent. However the registry metadata says 'Required env vars: none' while both SKILL.md and skill.js require CLICKUP_API_TOKEN and CLICKUP_WORKSPACE_ID — this metadata mismatch is incoherent and could mislead users about what credentials are needed.
Instruction Scope
The runtime instructions tell the user to put credentials in TOOLS.md or env vars. The code implements that by reading a CONFIG_PATH computed as join(__dirname, '..', '..', '..', 'clawd', 'TOOLS.md'), i.e. a file outside the skill directory. Reading an external TOOLS.md is scope creep: it can expose any content in that file (not just ClickUp tokens) and the SKILL.md does not specify the exact expected path or format clearly.
Install Mechanism
There is no install spec (instruction-only install). The package contains code but it does not fetch remote artifacts or run an installer; risk from the install mechanism is low.
Credentials
Requesting CLICKUP_API_TOKEN and CLICKUP_WORKSPACE_ID is appropriate for a ClickUp integration. However these env vars are not declared in the registry metadata and the implementation additionally attempts to parse credentials from TOOLS.md (which may contain other secrets). That combination increases the chance of accidental exposure if TOOLS.md holds unrelated credentials.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not ask to be persistently installed beyond normal skill code — privileges appear normal for a tool integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-manager - After installation, invoke the skill by name or use
/test-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added integration documentation for the ClickUp API, including authentication, common API actions, and endpoints.
- Provided clear guidance for task assignment between humans, AI, and collaborative work.
- Included example API requests for listing, creating, updating, and retrieving tasks.
- Documented required request headers and common status values.
- Outlined error handling for common issues such as authentication, missing resources, and rate limiting.
Metadata
Frequently Asked Questions
What is Test Integration?
Manage ClickUp tasks by listing, creating, updating statuses, and retrieving details via ClickUp API using provided workspace and API token. It is an AI Agent Skill for Claude Code / OpenClaw, with 1613 downloads so far.
How do I install Test Integration?
Run "/install test-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Test Integration free?
Yes, Test Integration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Test Integration support?
Test Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Test Integration?
It is built and maintained by Random (@savelieve); the current version is v1.0.2.
More Skills