Greenlight
Greenlight swiftly generates diverse, high-quality creative prompts for writing and brainstorming, boosting your content creation workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add greenlight npx -- -y @trustedskills/greenlight
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"greenlight": {
"command": "npx",
"args": [
"-y",
"@trustedskills/greenlight"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The greenlight skill provides a mechanism to approve or reject requests. It can evaluate incoming prompts based on predefined criteria and return either an approval ("greenlight") or rejection ("redlight"). This allows for controlled access to downstream tools or actions, ensuring only appropriate requests proceed.
When to use it
- Content moderation: Filter user-generated content before it's published online.
- API request validation: Ensure API calls meet specific requirements and prevent malicious activity.
- Workflow automation control: Gate automated processes based on dynamic conditions or approval steps.
- Financial transaction authorization: Verify the legitimacy of financial requests before processing them.
Key capabilities
- Request evaluation
- Approval/rejection determination
- Criteria-based filtering
- "Greenlight" and "redlight" response signaling
Example prompts
- “Evaluate this user comment: 'This is a great article!'”
- “Is this API request valid? Request details: {parameters}”
- “Approve or reject this purchase order based on the following criteria: [criteria list]”
Tips & gotchas
The skill's effectiveness depends heavily on well-defined evaluation criteria. Insufficiently clear criteria can lead to inaccurate approvals/rejections, requiring careful tuning and testing.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.