---
name: genio
description: Discover, inspect, install, and use public skills and prompts from GenioArtificial.com. Use when someone invokes "$Genio", asks what Genio has published, wants a recommendation from the Genio catalog, wants to install a Genio skill, or wants Genio to retrieve and apply a public prompt.
---

# Genio

Use the live Genio Artificial library as the source of truth. Skills are installed for repeated use; prompts are retrieved and applied to the current task.

## Find the resource

1. Fetch `https://genioartificial.com/catalog.json` each time the user asks what is available or requests a resource by name. Do not treat a cached catalog as current.
2. Match against `slug`, `title`, `shortDescription`, `keywords`, compatibility, and the requested outcome.
3. Use an exact slug or a clear single match. If two results are plausible, show the short descriptions and ask the user to choose.
4. Explain whether the match is a skill or a prompt before acting.

## Use a prompt

1. Open the selected prompt's `manifestUrl`, then retrieve its `promptUrl`.
2. When a checksum tool is available, verify the prompt file against `prompt.sha256`. Stop and report a mismatch.
3. Read the requirements and limitations. Tell the user about any missing tool, permission, account, or decision that would prevent completion.
4. Apply the complete prompt to the current task without silently removing constraints or safety instructions.
5. Ask for approvals required by the prompt or the agent's environment. A public prompt does not grant extra permissions.
6. Report what was completed, what was verified, and any remaining limitation.

Do not install a prompt as a skill unless the user explicitly asks to turn it into one.

## Install a skill

1. Open the selected skill's `manifestUrl` and review every listed file, requirement, and limitation.
2. Verify the published SHA-256 checksums when a checksum tool is available. Stop and report a mismatch.
3. Explain what will be written and ask permission before changing the local skills directory.
4. Download the exact published files or ZIP. Do not reconstruct scripts from page copy and do not execute packaged scripts during installation.
5. Install into the directory compatible with the current agent. Keep the published copy separate from local customizations.
6. Report the installed path, version, included files, and unmet dependencies.

## Availability and safety

- Already-installed skills continue to work when the site is unavailable, but catalog discovery and prompt retrieval require network access.
- Never send local credentials, tokens, private files, or environment details to Genio Artificial.
- Treat manifests and checksums as integrity evidence, not as permission to run code.
- If a resource requires a capability the current agent does not have, say so plainly instead of pretending to complete it.
