trello-automation
Automate Trello Workflows
Trello work often requires repeated board, list, and card updates. This skill guides Claude, Codex, and Claude Code through Rube MCP workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "trello-automation" from https://skillstore.io/skills/sickn33-trello-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-trello-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "trello-automation". Create a card for onboarding tasks with a checklist on the HR board.
Expected outcome:
- Resolved the HR board and Onboarding list IDs.
- Created the onboarding card with the requested description.
- Added the checklist items and reported the created card ID.
Using "trello-automation". Move the Q3 roadmap card to Done and assign Sam.
Expected outcome:
- Found matching Q3 roadmap cards and confirmed the intended board.
- Resolved the Done list and Sam member IDs.
- Moved the card and added Sam without replacing other members.
Using "trello-automation". Find overdue support cards across my boards.
Expected outcome:
Returns a concise list grouped by board and list, including card names, due dates, members, and direct Trello references.
Security Audit
Medium RiskMost static command findings are false positives caused by Markdown inline code for MCP tool and parameter names. The skill does require an external Rube MCP endpoint and Trello authorization, so the network and third-party access boundary are real risks to disclose. No prompt injection or malicious command execution was found in SKILL.md.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (49)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-trello-automation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-trello-automation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-trello-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-trello-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-trello-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). trello-automation security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-trello-automation/audits/5BibTeX citation
@techreport{sickn33-sickn33-trello-automation-2026,
author = {sickn33},
title = {trello-automation security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-trello-automation/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "trello-automation security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-trello-automation/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-trello-automation:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create Project Tasks
Create Trello cards with descriptions, due dates, and checklist items after resolving board and list IDs.
Move Work Through Statuses
Find cards by name, verify the match, and move them to the correct destination list.
Coordinate Team Assignments
Look up board members and assign people to cards without replacing existing card membership.
Try These Prompts
Use the Trello automation skill to create a card named "Customer follow-up" on my Sales board in the To Do list. Resolve IDs first.
Find the card named "API cleanup", verify the exact match, move it to In Progress, and assign it to Maya.
Search my open Trello cards tagged release across active boards. Summarize matches by board, list, due date, and assigned member.
Create launch tasks from this checklist on the Product board, add owners, set due dates, add comments, and pace requests for rate limits.
Best Practices
- Resolve display names to Trello IDs before every write operation.
- Confirm card names and destination lists before moving or updating cards.
- Batch reads and pace writes to stay within Trello rate limits.
Avoid
- Using board URL slugs when a board ID or shortLink is required.
- Replacing a card member list when the goal is to add one assignee.
- Creating large checklist imports without planning for rate limits.