home / skills / jeremylongshore / claude-code-plugins-plus-skills / openrouter-team-setup
/plugins/saas-packs/openrouter-pack/skills/openrouter-team-setup
This skill configures OpenRouter for team and organizational use, enabling multi-user access, per-user controls, and department billing integration.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill openrouter-team-setupReview the files below or copy the command above to add this skill to your agents.
---
name: openrouter-team-setup
description: |
Configure OpenRouter for team and organizational use. Use when setting up multi-user access or department billing. Trigger with phrases like 'openrouter team', 'openrouter organization', 'multi-user openrouter', 'openrouter rbac'.
allowed-tools: Read, Write, Edit, Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
---
# Openrouter Team Setup
## Overview
This skill covers setting up OpenRouter for team environments including key management, access control, and usage tracking per user or department.
## Prerequisites
- OpenRouter account with admin access
- Team structure defined
## Instructions
Follow these steps to implement this skill:
1. **Verify Prerequisites**: Ensure all prerequisites listed above are met
2. **Review the Implementation**: Study the code examples and patterns below
3. **Adapt to Your Environment**: Modify configuration values for your setup
4. **Test the Integration**: Run the verification steps to confirm functionality
5. **Monitor in Production**: Set up appropriate logging and monitoring
## Output
Successful execution produces:
- Working OpenRouter integration
- Verified API connectivity
- Example responses demonstrating functionality
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [OpenRouter Documentation](https://openrouter.ai/docs)
- [OpenRouter Models](https://openrouter.ai/models)
- [OpenRouter API Reference](https://openrouter.ai/docs/api-reference)
- [OpenRouter Status](https://status.openrouter.ai)
This skill helps configure OpenRouter for team and organizational use, focusing on multi-user access, role-based control, and department-level billing. It guides admins through key management, API integration, and verification steps to ensure secure and auditable usage. The goal is a repeatable setup that fits existing team structures and monitoring practices.
The skill inspects existing OpenRouter account settings and provides patterns for provisioning API keys, assigning roles, and grouping users by department. It includes configuration templates and verification checks to confirm connectivity and expected permissions. Logging and usage-tracking recommendations help enforce quotas and collect billing data per team or project.
Do I need an admin account to run this setup?
Yes. Admin access is required to create API keys, configure roles, and view organization-level usage and billing data.
How do I verify keys and permissions after setup?
Run the included verification checks: test API connectivity, call restricted endpoints to confirm RBAC enforcement, and review logs for a sample user to ensure metadata and billing tags are present.