cipher-decoder
Decode an encoded message using the bundled cipher scripts. Use when handed a hex-encoded or otherwise scrambled blob and asked for its plaintext; run the…
Collect a complete system-access request from the user and file it via the IT service desk. Use when someone asks to request, grant, or set up system/application access for an employee.
$ npx -y skills add archestra-ai/archestra --skill access-request-intake --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/access-request-intakeContext preview
The summary Claude sees to decide when to auto-load this skill.
Collect a complete system-access request from the user and file it via the IT service desk. Use when someone asks to request, grant, or set up system/application access for an employee.
name: access-request-intake description: Collect a complete system-access request from the user and file it via the IT service desk. Use when someone asks to request, grant, or set up system/application access for an employee.
File system-access requests through the Acme IT service desk's `create_access_request` tool. The ticket is only valid when every field is present and correct, so gather all of them before submitting.
Collect all five:
1. From the user's request, fill in whatever fields you already have. 2. If any required field is missing or ambiguous, ask the user for it. Do not guess, and do not file the request until you have all five. 3. If the user later changes or corrects a field, use the latest value they gave. 4. Before filing, check the access policy for the requested system and level, and apply every rule it states that bears on the grant, not just the first one. Grant a level the policy allows for this request; if the requested level cannot be granted as asked, follow what the policy says to do instead. 5. Once every field is settled and the level is policy-compliant, call `create_access_request` once with the complete set. 6. Report the returned `ticket_id`.
Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator
Repo: archestra-ai/archestra
Decode an encoded message using the bundled cipher scripts. Use when handed a hex-encoded or otherwise scrambled blob and asked for its plaintext; run the…
Provides the Q3 sales ledger workbook for reporting tasks. Use when a task asks you to compute bonuses or totals over the sales ledger; the data lives only in…