access-request-intake
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…
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 this skill's bundled workbook.
$ npx -y skills add archestra-ai/archestra --skill sales-ledger --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sales-ledgerContext preview
The summary Claude sees to decide when to auto-load this skill.
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 this skill's bundled workbook.
name: sales-ledger description: 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 this skill's bundled workbook.
This skill bundles the Q3 sales ledger as an Excel workbook. When a reporting task needs the ledger, load this skill and read the mounted file in the sandbox:
/skills/sales-ledger/assets/ledger.xlsx
The first worksheet ("Ledger") has a header row and one row per sale, with columns:
| A `sale_id` | B `salesperson` | C `team` | D `units` | E `unit_price` | F `commission_pct` | |-------------|-----------------|----------|-----------|----------------|--------------------|
`commission_pct` is a fraction (e.g. `0.035` = 3.5%). Read the rows with a spreadsheet library (e.g. `openpyxl`) to build your report.
Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator
Repo: archestra-ai/archestra
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…
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…