clickup-intelligence — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clickup-intelligence (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The ClickUp Intelligence Skill bridges the gap between agentic reasoning and enterprise workflow execution. It allows autonomous GenPark agents to act as expert project managers and knowledge stewards. By leveraging ClickUp's highly structured workspace hierarchy and API endpoints, agents can automate administrative operations, orchestrate complex software development lifecycles, and extract contextually relevant information from corporate knowledge repositories.
This skill is divided into two major agent profiles:
clickup-pm-automation)clickup-brain-integration)To execute PM actions, provide: action (e.g., create_task, update_status, generate_subtasks), target_list_id, and task_details (title, description, custom fields).
{
"action": "generate_subtasks",
"parent_task_id": "864u1xyz",
"description": "Implement authentication screen using Clerk and Next.js"
} {
"status": "success",
"created_subtasks": [
{ "id": "864u1abc", "name": "Set up Clerk environment variables and provider" },
{ "id": "864u1def", "name": "Create SignUp and SignIn component layouts" },
{ "id": "864u1ghi", "name": "Write middleware matcher rules for protected routes" }
]
}To query workspace information, provide: query_type (e.g., search_docs, summarize_comments, generate_daily_standup), and parameters like workspace_id or task_id.
{
"query_type": "summarize_comments",
"task_id": "864u1xyz",
"focus": "unresolved_blockers"
} {
"task_id": "864u1xyz",
"summary": "Development is currently blocked by API rate-limiting on the staging gateway. The frontend team is waiting for the backend team (assigned to @JohnDoe) to whitelist the client IP. No updates have been posted for 14 hours.",
"blocker_identified": true,
"blocker_owner": "JohnDoe"
}[GenPark Coordinator AI]: Completed task allocation) to maintain clear human audit trails.User Prompt: "Check our 'Mobile App' list, find any tasks in 'Needs Triage' status, assign them to @DevLead, set custom field 'Complexity' to Medium, and add a checklist item to write unit tests." Coordinator Action: Fetches the list, filters tasks with the matching status, updates each task with the assignee and custom field value, and appends the checklist item via API calls.
User Prompt: "Summarize what was completed yesterday in our Marketing Space, and list any tickets that are currently marked high priority and have had no activity for 3 days." Librarian Action: Queries tasks updated within the last 24 hours, aggregates status changes, queries unresolved high-priority tasks, and compiles a clean markdown report for the team.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.