raycast-snippets

Create and manage Raycast Snippets automatically. Use this skill when the user wants to save a prompt, template, or text snippet to their Raycast configuration.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "raycast-snippets" with this command: npx skills add ttmouse/skills/ttmouse-skills-raycast-snippets

Raycast Snippet Generator

Capabilities

This skill allows you to generate and save Raycast Snippets directly to the user's configuration file.

Usage Process

  1. Analyze Request:

    • Identify the core content the user wants to save.
    • If the user asks for a "prompt" or "role", generate a high-quality, structured system prompt.
    • If the user asks for a "template", ensure it has placeholders (e.g., {date}).
  2. Generate Metadata:

    • Name: Create a short, descriptive title (e.g., "Python Logger").
    • Keyword: Suggest a short abbreviation for quick access (e.g., !log, ;py).
    • Text: The actual content.
  3. Execute Storage:

    • You have a helper script located at: ~/.claude/skills/raycast-snippets/scripts/manage_snippets.py
    • Construct the command using the following format:
      python3 ~/.claude/skills/raycast-snippets/scripts/manage_snippets.py --name "Snippet Name" --text "Snippet Content" --keyword "optional_keyword"
      
    • IMPORTANT: You must use the Bash tool to execute this command. Do not just display it.
  4. Confirm:

    • Inform the user that the snippet has been saved.
    • Remind them to Import the JSON file in Raycast if they haven't set up auto-sync for that specific file (though this script modifies the source file directly, Raycast might need a re-import if it's not the live database).

Example

User: "Save a snippet for a standard git commit message."

Assistant:

  1. Generates content: feat: <description>\n\n[optional body]\n\n[optional footer]
  2. Generates command: python3 ~/.claude/skills/raycast-snippets/scripts/manage_snippets.py --name "Git Commit" --text "feat: ..." --keyword ";gc"
  3. Executes command via Bash.
  4. Responds: "Saved 'Git Commit' snippet with keyword ';gc'."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

twitter-image-downloader

No summary provided by upstream source.

Repository SourceNeeds Review
General

universal-writer

No summary provided by upstream source.

Repository SourceNeeds Review
General

downloads-organizer

No summary provided by upstream source.

Repository SourceNeeds Review
General

requirements-clarifier

No summary provided by upstream source.

Repository SourceNeeds Review