Web UI Link Generator
Generate direct URLs to any page in the LimaCharlie web application at https://app.limacharlie.io.
LimaCharlie Integration
Prerequisites: Run /init-lc to initialize LimaCharlie context.
LimaCharlie CLI Access
All LimaCharlie operations use the limacharlie CLI directly:
limacharlie <noun> <verb> --oid <oid> --output yaml [flags]
For command help and discovery: limacharlie <command> --ai-help
Critical Rules
| Rule |
Wrong |
Right |
| CLI Access |
Call MCP tools or spawn api-executor |
Use Bash("limacharlie ...") directly |
| Output Format |
--output json |
--output yaml (more token-efficient) |
| Filter Output |
Pipe to jq/yq |
Use --filter JMESPATH to select fields |
| OID |
Use org name |
Use UUID (call limacharlie org list if needed) |
When to Use
Invoke this skill when users:
- Ask for a link to a LimaCharlie feature (e.g., "link to the secrets page", "URL for D&R rules")
- Want to open a specific page (e.g., "open the detections dashboard", "go to sensors")
- Need to navigate to a sensor page (e.g., "show me the timeline for sensor X", "processes for DESKTOP-ABC")
- Ask "where can I..." questions about the web interface (e.g., "where can I configure outputs?")
- Request browser/app links to share with team members
Common trigger phrases:
- "link to...", "URL for...", "open...", "go to...", "navigate to..."
- "where is...", "where can I find...", "how do I access..."
- "browser link", "app link", "web UI"
Base URL
All URLs use the base: https://app.limacharlie.io
URL Reference
Organization Routes (/orgs/{oid}/*)
These routes require an Organization ID (OID).
| Feature |
Path |
Aliases/Keywords |
| Dashboard |
/orgs/{oid}/dashboard |
home, overview, main |
| Sensors |
/orgs/{oid}/sensors |
endpoints, agents, hosts, machines |
| Query Console |
/orgs/{oid}/search |
search, query, lcql, hunt |
| Detections |
/orgs/{oid}/detections |
alerts, findings, incidents |
| D&R Rules |
/orgs/{oid}/dr-rules |
detection rules, d&r, dr rules |
| FP Rules |
/orgs/{oid}/fp-rules |
false positive, fp, suppression |
| Secrets Manager |
/orgs/{oid}/secrets-manager |
secrets, credentials, keys |
| Outputs |
/orgs/{oid}/outputs |
output destinations, siem, destinations |
| Lookups |
/orgs/{oid}/lookups |
lookup tables, reference data, ioc lists |
| Payloads |
/orgs/{oid}/payloads |
payload management |
| YARA Rules |
/orgs/{oid}/yara-rules |
yara, malware rules |
| Artifacts |
/orgs/{oid}/artifacts |
collected artifacts, evidence |
| Investigations |
/orgs/{oid}/investigations |
cases, incidents, timelines, investigations |
| Cases |
/add-ons/extension-detail/ext-cases |
cases, triage, SOC queue, SLA |
| Feedback |
/add-ons/extension-detail/ext-feedback |
feedback, approval, human-in-the-loop |
| Extensions |
/orgs/{oid}/extensions |
add-ons, subscriptions |
| External Adapters |
/orgs/{oid}/external-adapters |
adapters, data ingestion |
| Installation Keys |
/orgs/{oid}/installation-keys |
install keys, deployment keys |
| Install Sensors |
/orgs/{oid}/install-sensors |
sensor installation, deploy sensors |
| Users & Roles |
/orgs/{oid}/users |
users, permissions, access, roles |
| Billing & Usage |
/orgs/{oid}/billing-usage |
billing, usage, quota, costs |
| REST API |
/orgs/{oid}/rest-api |
api keys, api configuration |
| Integrations |
/orgs/{oid}/integrations |
third-party integrations |
| AI Agents |
/orgs/{oid}/ai-agents |
ai, agents |
| Playbooks |
/orgs/{oid}/playbooks |
automation, workflows |
| Management Logs |
/orgs/{oid}/logs/management |
audit logs, management logs |
| YARA Service |
/orgs/{oid}/yara |
yara scanning |
| Exfil Control |
/orgs/{oid}/exfil |
exfiltration, data control |
| Sensor Cull |
/orgs/{oid}/sensor-cull |
cleanup, stale sensors |
| Reliable Tasking |
/orgs/{oid}/reliable-tasking |
offline tasking |
| Vulnerabilities |
/orgs/{oid}/vulnerabilities |
vulns, cve, security issues |
| Artifact Collection |
/orgs/{oid}/artifact-collection |
collection rules |
Sensor Routes (/orgs/{oid}/sensors/{sid}/*)
These routes require both Organization ID (OID) and Sensor ID (SID).
| Feature |
Path |
Aliases/Keywords |
| Sensor Overview |
/orgs/{oid}/sensors/{sid}/overview |
sensor info, sensor details |
| Timeline |
/orgs/{oid}/sensors/{sid}/timeline |
events, event timeline, history |
| Sensor Detections |
/orgs/{oid}/sensors/{sid}/detections |
endpoint alerts |
| Live Console |
/orgs/{oid}/sensors/{sid}/console |
console, terminal, shell, cli |
| Processes |
/orgs/{oid}/sensors/{sid}/processes |
running processes, process list, ps |
| Network |
/orgs/{oid}/sensors/{sid}/network |
connections, netstat, network connections |
| File System |
/orgs/{oid}/sensors/{sid}/file-system |
files, file browser, directories |
| Live Feed |
/orgs/{oid}/sensors/{sid}/live-feed |
live events, real-time |
| Sensor Artifacts |
/orgs/{oid}/sensors/{sid}/artifacts |
endpoint artifacts |
| Event Collection |
/orgs/{oid}/sensors/{sid}/event-collection |
collection rules |
| Sensor Extensions |
/orgs/{oid}/sensors/{sid}/extensions |
endpoint extensions |
| OS Users |
/orgs/{oid}/sensors/{sid}/os-users |
local users, user accounts |
| OS Packages |
/orgs/{oid}/sensors/{sid}/os-packages |
installed packages, software, programs |
| OS Services |
/orgs/{oid}/sensors/{sid}/os-services |
services, windows services, daemons |
| Autoruns |
/orgs/{oid}/sensors/{sid}/os-autoruns |
startup, persistence, autostart |
| Analytics |
/orgs/{oid}/sensors/{sid}/analytics |
sensor analytics |
| File Integrity |
/orgs/{oid}/sensors/{sid}/integrity-rules |
fim, file integrity monitoring |
| Drivers |
/orgs/{oid}/sensors/{sid}/os-drivers |
kernel drivers |
Group Routes (/groups/{group_id}/*)
These routes require a Group ID.
| Feature |
Path |
Aliases/Keywords |
| Group Members |
/groups/{gid}/users |
group users, members, owners |
| Group Organizations |
/groups/{gid}/organizations |
group orgs, member orgs |
| Group Permissions |
/groups/{gid}/permissions |
access control |
| Group Activity |
/groups/{gid}/activity-logs |
group logs, audit |
Global Routes (No OID Required)
| Feature |
Path |
Aliases/Keywords |
| Marketplace |
/add-ons |
add-ons, extensions marketplace |
| User Profile |
/profile |
my profile, account settings |
| Create Organization |
/create-org |
new org, new organization |
How to Use
Step 1: Parse the User Request
Extract from the user's request:
- Target feature: What page they want (sensors, detections, secrets, etc.)
- Organization: Name or OID (if provided)
- Sensor: Hostname or SID (if requesting sensor-specific page)
- Group: Group ID (if requesting group page)
Step 2: Resolve Organization ID
If the user provided an organization name instead of OID, or if no organization was specified:
limacharlie org list --output yaml
Handling multiple organizations:
- If user has 1 org: Use it automatically
- If user has multiple orgs and none specified: Ask user to select
- If org name was provided: Match by name (case-insensitive)
Step 3: Resolve Sensor ID (if needed)
If the user requested a sensor-specific URL but provided a hostname instead of SID:
limacharlie sensor list --oid [oid] --output yaml
Then filter the results to find the sensor with hostname matching '[hostname]' and extract its SID.
Step 4: Match Feature to URL Path
Use the reference tables above to match the user's request to the correct URL path. Apply keyword/alias matching for flexibility.
Step 5: Construct and Return URL
Build the complete URL by combining:
- Base URL:
https://app.limacharlie.io
- Path with resolved OID/SID/Group ID
Return the URL in a clickable markdown format:
[Feature Name](https://app.limacharlie.io/orgs/{oid}/feature)
Example Usage
Example 1: Simple Organization Feature
User: "Give me the link to the secrets manager"
Steps:
- Feature identified:
secrets-manager
- No org specified - call
limacharlie org list --output yaml
- If single org, use its OID; if multiple, ask user to select
- Construct URL
Response:
Here's the link to the Secrets Manager:
[Secrets Manager](https://app.limacharlie.io/orgs/c7e8f940-1234-5678-abcd-1234567890ab/secrets-manager)
Example 2: Sensor-Specific URL
User: "Open the timeline for sensor DESKTOP-PROD01 in the production org"
Steps:
- Feature identified:
timeline (sensor route)
- Org name: "production" - resolve to OID via
limacharlie org list --output yaml
- Hostname: "DESKTOP-PROD01" - resolve to SID via
limacharlie sensor list --oid <oid> --output yaml
- Construct sensor timeline URL
Response:
Here's the timeline for DESKTOP-PROD01:
[Sensor Timeline](https://app.limacharlie.io/orgs/a1b2c3d4-5678-90ab-cdef-1234567890ab/sensors/abc123def456/timeline)
Example 3: Multiple URLs Requested
User: "I need links to detections, D&R rules, and the query console"
Response:
Here are your requested links:
- [Detections](https://app.limacharlie.io/orgs/{oid}/detections)
- [D&R Rules](https://app.limacharlie.io/orgs/{oid}/dr-rules)
- [Query Console](https://app.limacharlie.io/orgs/{oid}/search)
Example 4: Ambiguous Request
User: "Link to the rules page"
Response:
There are several types of rules in LimaCharlie. Which one would you like?
1. **D&R Rules** - Detection & Response rules
https://app.limacharlie.io/orgs/{oid}/dr-rules
2. **FP Rules** - False Positive suppression rules
https://app.limacharlie.io/orgs/{oid}/fp-rules
3. **YARA Rules** - Malware detection rules
https://app.limacharlie.io/orgs/{oid}/yara-rules
4. **Artifact Collection Rules** - Data collection rules
https://app.limacharlie.io/orgs/{oid}/artifact-collection
Example 5: Unknown Feature with Suggestions
User: "Link to the threat intel page"
Response:
LimaCharlie doesn't have a dedicated "threat intel" page, but here are related features:
- **Lookups** - Store and query IOC lists, threat intel feeds
https://app.limacharlie.io/orgs/{oid}/lookups
- **D&R Rules** - Create detection rules based on threat intel
https://app.limacharlie.io/orgs/{oid}/dr-rules
- **Query Console** - Hunt for IOCs using LCQL
https://app.limacharlie.io/orgs/{oid}/search
Would you like a link to one of these?
Error Handling
Organization Not Found
Organization "acme-corp" not found. Your available organizations:
- production (a1b2c3d4-5678-...)
- staging (e5f6g7h8-9012-...)
- dev (i9j0k1l2-3456-...)
Please specify which organization you'd like.
Sensor Not Found
No sensor found with hostname "UNKNOWN-HOST" in organization "production".
Would you like me to:
1. List all sensors in this organization
2. Search for sensors with a similar hostname
Missing Required Information
The sensor timeline page requires a sensor ID.
Please provide either:
- A sensor SID (e.g., "abc123def456...")
- OR a hostname (e.g., "DESKTOP-PROD01")
I can also list sensors in your organization if you need to find one.
Notes
- OID Format: Organization IDs are UUIDs (e.g.,
c7e8f940-1234-5678-abcd-1234567890ab)
- SID Format: Sensor IDs are also UUIDs
- Case Sensitivity: Feature matching is case-insensitive
- Multiple Matches: When a request could match multiple features, present all options
- Global Routes: Some pages (marketplace, profile) don't require an organization context
Related Skills
lookup-lc-doc - For documentation about LimaCharlie features
sensor-health - For checking sensor status before linking to sensor pages
1---2name: web-ui-link3description: Web UI Link Generator4---56# Web UI Link Generator78Generate direct URLs to any page in the LimaCharlie web application at `https://app.limacharlie.io`.910---1112## LimaCharlie Integration1314> **Prerequisites**: Run `/init-lc` to initialize LimaCharlie context.1516### LimaCharlie CLI Access1718All LimaCharlie operations use the `limacharlie` CLI directly:1920```bash21limacharlie <noun> <verb> --oid <oid> --output yaml [flags]22```2324For command help and discovery: `limacharlie <command> --ai-help`2526### Critical Rules2728| Rule | Wrong | Right |29|------|-------|-------|30| **CLI Access** | Call MCP tools or spawn api-executor | Use `Bash("limacharlie ...")` directly |31| **Output Format** | `--output json` | `--output yaml` (more token-efficient) |32| **Filter Output** | Pipe to jq/yq | Use `--filter JMESPATH` to select fields |33| **OID** | Use org name | Use UUID (call `limacharlie org list` if needed) |3435---3637## When to Use3839Invoke this skill when users:4041- Ask for a **link to a LimaCharlie feature** (e.g., "link to the secrets page", "URL for D&R rules")42- Want to **open a specific page** (e.g., "open the detections dashboard", "go to sensors")43- Need to **navigate to a sensor page** (e.g., "show me the timeline for sensor X", "processes for DESKTOP-ABC")44- Ask **"where can I..."** questions about the web interface (e.g., "where can I configure outputs?")45- Request **browser/app links** to share with team members4647Common trigger phrases:48- "link to...", "URL for...", "open...", "go to...", "navigate to..."49- "where is...", "where can I find...", "how do I access..."50- "browser link", "app link", "web UI"5152## Base URL5354All URLs use the base: `https://app.limacharlie.io`5556## URL Reference5758### Organization Routes (`/orgs/{oid}/*`)5960These routes require an Organization ID (OID).6162| Feature | Path | Aliases/Keywords |63|---------|------|------------------|64| Dashboard | `/orgs/{oid}/dashboard` | home, overview, main |65| Sensors | `/orgs/{oid}/sensors` | endpoints, agents, hosts, machines |66| Query Console | `/orgs/{oid}/search` | search, query, lcql, hunt |67| Detections | `/orgs/{oid}/detections` | alerts, findings, incidents |68| D&R Rules | `/orgs/{oid}/dr-rules` | detection rules, d&r, dr rules |69| FP Rules | `/orgs/{oid}/fp-rules` | false positive, fp, suppression |70| Secrets Manager | `/orgs/{oid}/secrets-manager` | secrets, credentials, keys |71| Outputs | `/orgs/{oid}/outputs` | output destinations, siem, destinations |72| Lookups | `/orgs/{oid}/lookups` | lookup tables, reference data, ioc lists |73| Payloads | `/orgs/{oid}/payloads` | payload management |74| YARA Rules | `/orgs/{oid}/yara-rules` | yara, malware rules |75| Artifacts | `/orgs/{oid}/artifacts` | collected artifacts, evidence |76| Investigations | `/orgs/{oid}/investigations` | cases, incidents, timelines, investigations |77| Cases | `/add-ons/extension-detail/ext-cases` | cases, triage, SOC queue, SLA |78| Feedback | `/add-ons/extension-detail/ext-feedback` | feedback, approval, human-in-the-loop |79| Extensions | `/orgs/{oid}/extensions` | add-ons, subscriptions |80| External Adapters | `/orgs/{oid}/external-adapters` | adapters, data ingestion |81| Installation Keys | `/orgs/{oid}/installation-keys` | install keys, deployment keys |82| Install Sensors | `/orgs/{oid}/install-sensors` | sensor installation, deploy sensors |83| Users & Roles | `/orgs/{oid}/users` | users, permissions, access, roles |84| Billing & Usage | `/orgs/{oid}/billing-usage` | billing, usage, quota, costs |85| REST API | `/orgs/{oid}/rest-api` | api keys, api configuration |86| Integrations | `/orgs/{oid}/integrations` | third-party integrations |87| AI Agents | `/orgs/{oid}/ai-agents` | ai, agents |88| Playbooks | `/orgs/{oid}/playbooks` | automation, workflows |89| Management Logs | `/orgs/{oid}/logs/management` | audit logs, management logs |90| YARA Service | `/orgs/{oid}/yara` | yara scanning |91| Exfil Control | `/orgs/{oid}/exfil` | exfiltration, data control |92| Sensor Cull | `/orgs/{oid}/sensor-cull` | cleanup, stale sensors |93| Reliable Tasking | `/orgs/{oid}/reliable-tasking` | offline tasking |94| Vulnerabilities | `/orgs/{oid}/vulnerabilities` | vulns, cve, security issues |95| Artifact Collection | `/orgs/{oid}/artifact-collection` | collection rules |9697### Sensor Routes (`/orgs/{oid}/sensors/{sid}/*`)9899These routes require both Organization ID (OID) and Sensor ID (SID).100101| Feature | Path | Aliases/Keywords |102|---------|------|------------------|103| Sensor Overview | `/orgs/{oid}/sensors/{sid}/overview` | sensor info, sensor details |104| Timeline | `/orgs/{oid}/sensors/{sid}/timeline` | events, event timeline, history |105| Sensor Detections | `/orgs/{oid}/sensors/{sid}/detections` | endpoint alerts |106| Live Console | `/orgs/{oid}/sensors/{sid}/console` | console, terminal, shell, cli |107| Processes | `/orgs/{oid}/sensors/{sid}/processes` | running processes, process list, ps |108| Network | `/orgs/{oid}/sensors/{sid}/network` | connections, netstat, network connections |109| File System | `/orgs/{oid}/sensors/{sid}/file-system` | files, file browser, directories |110| Live Feed | `/orgs/{oid}/sensors/{sid}/live-feed` | live events, real-time |111| Sensor Artifacts | `/orgs/{oid}/sensors/{sid}/artifacts` | endpoint artifacts |112| Event Collection | `/orgs/{oid}/sensors/{sid}/event-collection` | collection rules |113| Sensor Extensions | `/orgs/{oid}/sensors/{sid}/extensions` | endpoint extensions |114| OS Users | `/orgs/{oid}/sensors/{sid}/os-users` | local users, user accounts |115| OS Packages | `/orgs/{oid}/sensors/{sid}/os-packages` | installed packages, software, programs |116| OS Services | `/orgs/{oid}/sensors/{sid}/os-services` | services, windows services, daemons |117| Autoruns | `/orgs/{oid}/sensors/{sid}/os-autoruns` | startup, persistence, autostart |118| Analytics | `/orgs/{oid}/sensors/{sid}/analytics` | sensor analytics |119| File Integrity | `/orgs/{oid}/sensors/{sid}/integrity-rules` | fim, file integrity monitoring |120| Drivers | `/orgs/{oid}/sensors/{sid}/os-drivers` | kernel drivers |121122### Group Routes (`/groups/{group_id}/*`)123124These routes require a Group ID.125126| Feature | Path | Aliases/Keywords |127|---------|------|------------------|128| Group Members | `/groups/{gid}/users` | group users, members, owners |129| Group Organizations | `/groups/{gid}/organizations` | group orgs, member orgs |130| Group Permissions | `/groups/{gid}/permissions` | access control |131| Group Activity | `/groups/{gid}/activity-logs` | group logs, audit |132133### Global Routes (No OID Required)134135| Feature | Path | Aliases/Keywords |136|---------|------|------------------|137| Marketplace | `/add-ons` | add-ons, extensions marketplace |138| User Profile | `/profile` | my profile, account settings |139| Create Organization | `/create-org` | new org, new organization |140141## How to Use142143### Step 1: Parse the User Request144145Extract from the user's request:146- **Target feature**: What page they want (sensors, detections, secrets, etc.)147- **Organization**: Name or OID (if provided)148- **Sensor**: Hostname or SID (if requesting sensor-specific page)149- **Group**: Group ID (if requesting group page)150151### Step 2: Resolve Organization ID152153If the user provided an organization **name** instead of OID, or if no organization was specified:154155```bash156limacharlie org list --output yaml157```158159**Handling multiple organizations:**160- If user has **1 org**: Use it automatically161- If user has **multiple orgs** and none specified: Ask user to select162- If org name was provided: Match by name (case-insensitive)163164### Step 3: Resolve Sensor ID (if needed)165166If the user requested a sensor-specific URL but provided a **hostname** instead of SID:167168```bash169limacharlie sensor list --oid [oid] --output yaml170```171172Then filter the results to find the sensor with hostname matching '[hostname]' and extract its SID.173174### Step 4: Match Feature to URL Path175176Use the reference tables above to match the user's request to the correct URL path. Apply keyword/alias matching for flexibility.177178### Step 5: Construct and Return URL179180Build the complete URL by combining:181- Base URL: `https://app.limacharlie.io`182- Path with resolved OID/SID/Group ID183184Return the URL in a clickable markdown format:185```186[Feature Name](https://app.limacharlie.io/orgs/{oid}/feature)187```188189## Example Usage190191### Example 1: Simple Organization Feature192193**User**: "Give me the link to the secrets manager"194195**Steps**:1961. Feature identified: `secrets-manager`1972. No org specified - call `limacharlie org list --output yaml`1983. If single org, use its OID; if multiple, ask user to select1994. Construct URL200201**Response**:202```203Here's the link to the Secrets Manager:204205[Secrets Manager](https://app.limacharlie.io/orgs/c7e8f940-1234-5678-abcd-1234567890ab/secrets-manager)206```207208### Example 2: Sensor-Specific URL209210**User**: "Open the timeline for sensor DESKTOP-PROD01 in the production org"211212**Steps**:2131. Feature identified: `timeline` (sensor route)2142. Org name: "production" - resolve to OID via `limacharlie org list --output yaml`2153. Hostname: "DESKTOP-PROD01" - resolve to SID via `limacharlie sensor list --oid <oid> --output yaml`2164. Construct sensor timeline URL217218**Response**:219```220Here's the timeline for DESKTOP-PROD01:221222[Sensor Timeline](https://app.limacharlie.io/orgs/a1b2c3d4-5678-90ab-cdef-1234567890ab/sensors/abc123def456/timeline)223```224225### Example 3: Multiple URLs Requested226227**User**: "I need links to detections, D&R rules, and the query console"228229**Response**:230```231Here are your requested links:232233- [Detections](https://app.limacharlie.io/orgs/{oid}/detections)234- [D&R Rules](https://app.limacharlie.io/orgs/{oid}/dr-rules)235- [Query Console](https://app.limacharlie.io/orgs/{oid}/search)236```237238### Example 4: Ambiguous Request239240**User**: "Link to the rules page"241242**Response**:243```244There are several types of rules in LimaCharlie. Which one would you like?2452461. **D&R Rules** - Detection & Response rules247 https://app.limacharlie.io/orgs/{oid}/dr-rules2482492. **FP Rules** - False Positive suppression rules250 https://app.limacharlie.io/orgs/{oid}/fp-rules2512523. **YARA Rules** - Malware detection rules253 https://app.limacharlie.io/orgs/{oid}/yara-rules2542554. **Artifact Collection Rules** - Data collection rules256 https://app.limacharlie.io/orgs/{oid}/artifact-collection257```258259### Example 5: Unknown Feature with Suggestions260261**User**: "Link to the threat intel page"262263**Response**:264```265LimaCharlie doesn't have a dedicated "threat intel" page, but here are related features:266267- **Lookups** - Store and query IOC lists, threat intel feeds268 https://app.limacharlie.io/orgs/{oid}/lookups269270- **D&R Rules** - Create detection rules based on threat intel271 https://app.limacharlie.io/orgs/{oid}/dr-rules272273- **Query Console** - Hunt for IOCs using LCQL274 https://app.limacharlie.io/orgs/{oid}/search275276Would you like a link to one of these?277```278279## Error Handling280281### Organization Not Found282```283Organization "acme-corp" not found. Your available organizations:284285- production (a1b2c3d4-5678-...)286- staging (e5f6g7h8-9012-...)287- dev (i9j0k1l2-3456-...)288289Please specify which organization you'd like.290```291292### Sensor Not Found293```294No sensor found with hostname "UNKNOWN-HOST" in organization "production".295296Would you like me to:2971. List all sensors in this organization2982. Search for sensors with a similar hostname299```300301### Missing Required Information302```303The sensor timeline page requires a sensor ID.304305Please provide either:306- A sensor SID (e.g., "abc123def456...")307- OR a hostname (e.g., "DESKTOP-PROD01")308309I can also list sensors in your organization if you need to find one.310```311312## Notes313314- **OID Format**: Organization IDs are UUIDs (e.g., `c7e8f940-1234-5678-abcd-1234567890ab`)315- **SID Format**: Sensor IDs are also UUIDs316- **Case Sensitivity**: Feature matching is case-insensitive317- **Multiple Matches**: When a request could match multiple features, present all options318- **Global Routes**: Some pages (marketplace, profile) don't require an organization context319320## Related Skills321322- `lookup-lc-doc` - For documentation about LimaCharlie features323- `sensor-health` - For checking sensor status before linking to sensor pages