Test Manager
Skill by savelieve
Why use this skill?
Automate your project management with the Test Manager skill for OpenClaw. Easily create, track, and update ClickUp tasks using AI-driven workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/savelieve/test-managerWhat This Skill Does
The Test Manager skill provides a robust interface for interacting with the ClickUp API, enabling users and AI agents to manage projects directly from the OpenClaw ecosystem. By integrating task management capabilities, this skill allows for the seamless creation, listing, updating, and status tracking of tasks across workspaces. It is designed to act as a bridge between your task management system and the AI, ensuring that workflows are synchronized, deadlines are tracked, and task transitions are handled programmatically through standardized API endpoints.
Installation
To integrate the Test Manager skill into your OpenClaw environment, ensure you have the OpenClaw CLI installed, then run the following command in your terminal:
clawhub install openclaw/skills/skills/savelieve/test-manager
Once installed, you must configure your environment variables to ensure the skill can authenticate with ClickUp. Set the following variables in your TOOLS.md or environment configuration: CLICKUP_API_TOKEN and CLICKUP_WORKSPACE_ID.
Use Cases
This skill is ideal for teams looking to automate their project management lifecycle. Use it to:
- Automatically create tasks when a development issue or project milestone is identified.
- Keep track of project progress by listing tasks within specific lists or workspace-wide.
- Update task statuses automatically based on AI progress, such as changing a status to 'done' once a research report is generated.
- Coordinate collaboration between human team members and AI assistants using the provided assignment guide, ensuring accountability for every task.
Example Prompts
- "List all active tasks in my workspace and tell me which ones are pending review."
- "Create a new task in the development list named 'Fix authentication bug' with the description 'Identify and patch the 401 error in the login flow'."
- "Update the status of task ID 5589 to 'completed' as the research phase is now finished."
Tips & Limitations
- Rate Limiting: Be aware that the ClickUp API imposes rate limits. If you receive a 429 error, implement an exponential backoff in your automation scripts.
- Error Handling: Always verify your
list_idandtask_id. Most errors stem from invalid IDs or expired tokens. - Security: Keep your
CLICKUP_API_TOKENprivate. Never hardcode tokens in shared scripts; always use environment variables. - Assignment Logic: Follow the recommended email assignment strategy to ensure that tasks are effectively split between human oversight and AI execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-savelieve-test-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api