Greenlight

🌐Community
by revylai · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add greenlight npx -- -y @trustedskills/greenlight
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
revylai
Installs
0

🌐 Community

Passed automated security scans.