← Back to Skills Marketplace
jeremiahdingal

Trello Orchestrator Runner

by jeremiahdingal · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
259
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trello-orchestrator-runner
Description
Run a Trello-backed closed-loop delivery workflow for OpenClaw multi-agent execution. Use when a user says to run tasks from Trello automatically, keep cards...
Usage Guidance
Do not install or enable this skill until the provider corrects metadata and you verify provenance. Specifically: (1) require the registry entry to list TRELLO_API_KEY and TRELLO_TOKEN and clarify required token scopes; (2) ask for a source/homepage or code so you can audit how credentials are used; (3) confirm the skill will only call Trello endpoints listed in SKILL.md and will not send data to other endpoints; (4) store tokens with least privilege and consider using short-lived/limited-scope tokens; (5) review the trello-workflow-map.json you plan to provide to ensure it contains no sensitive data; (6) if you must test, run in a sandbox Trello account/board with non-critical tokens. The primary issue is metadata/instruction inconsistency and missing provenance — this could be an oversight or indicate a poorly maintained or malicious package, so proceed cautiously.
Capability Analysis
Type: OpenClaw Skill Name: trello-orchestrator-runner Version: 1.0.0 The skill defines a structured workflow for managing Trello cards through various lifecycle stages (Inbox, Scoped, In Progress, etc.). It uses standard Trello API patterns and lacks any indicators of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The skill's stated purpose (Trello-backed workflow orchestration) matches the runtime instructions which call Trello API endpoints and require a trello-workflow-map.json. However the registry metadata lists no required environment variables or primary credential, despite SKILL.md explicitly requiring TRELLO_API_KEY and TRELLO_TOKEN. That metadata/instruction mismatch is incoherent and increases risk.
Instruction Scope
The SKILL.md stays within the scope of Trello orchestration: it describes required card fields, deterministic API calls (card create/move/comment/update), and an execution loop. It does not instruct reading unrelated system files or exfiltrating data beyond Trello and the local trello-workflow-map.json.
Install Mechanism
This is an instruction-only skill with no install steps and no code files, which is lower-risk from an installation/execution perspective.
Credentials
The SKILL.md requires TRELLO_API_KEY, TRELLO_TOKEN, and a workspace trello-workflow-map.json — those are appropriate for the task. The problem is the published registry metadata lists no required env vars/primary credential. A skill that will operate autonomously against your Trello should explicitly declare the credential requirements and expected token scopes; the absence of that declaration is a red flag.
Persistence & Privilege
always:false and default autonomy are set. The skill does not request permanent system presence or claim to modify other skills or system-wide configs. Autonomous invocation is allowed by default, which is expected for an orchestration skill but increases blast radius if credentials are mishandled.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trello-orchestrator-runner
  3. After installation, invoke the skill by name or use /trello-orchestrator-runner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Trello-backed closed-loop manager orchestration with reviewer-gated completion.
Metadata
Slug trello-orchestrator-runner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Trello Orchestrator Runner?

Run a Trello-backed closed-loop delivery workflow for OpenClaw multi-agent execution. Use when a user says to run tasks from Trello automatically, keep cards... It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.

How do I install Trello Orchestrator Runner?

Run "/install trello-orchestrator-runner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trello Orchestrator Runner free?

Yes, Trello Orchestrator Runner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trello Orchestrator Runner support?

Trello Orchestrator Runner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trello Orchestrator Runner?

It is built and maintained by jeremiahdingal (@jeremiahdingal); the current version is v1.0.0.

💬 Comments