← all publishers

S3YED

@s3yed source repo

484 published skills · page 1 of 5

  1. Evaluating Llms Harness · s3yed bundle
    lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
    0
    installs
  2. Gws Docs Write · s3yed
    Google Docs: Append text to a document.
    0
    installs
  3. Gws Calendar Agenda · s3yed
    Google Calendar: Show upcoming events across all calendars.
    0
    installs
  4. Gws Calendar Insert · s3yed
    Google Calendar: Create a new event.
    0
    installs
  5. Subagent Driven Development · s3yed
    Execute plans via delegate_task subagents (2-stage review).
    0
    installs
  6. Persona Sales Ops · s3yed
    Manage sales workflows — track deals, schedule calls, client comms.
    0
    installs
  7. Persona Team Lead · s3yed
    Lead a team — run standups, coordinate tasks, and communicate.
    0
    installs
  8. Persona Researcher · s3yed
    Organize research — manage references, notes, and collaboration.
    0
    installs
  9. Gws Events Subscribe · s3yed
    Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.
    0
    installs
  10. Gws Workflow Meeting Prep · s3yed
    Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs.
    0
    installs
  11. Gws Workflow Email To Task · s3yed
    Google Workflow: Convert a Gmail message into a Google Tasks entry.
    0
    installs
  12. Persona Exec Assistant · s3yed
    Manage an executive's schedule, inbox, and communications.
    0
    installs
  13. Persona Hr Coordinator · s3yed
    Handle HR workflows — onboarding, announcements, and employee comms.
    0
    installs
  14. Persona Project Manager · s3yed
    Coordinate projects — track tasks, schedule meetings, and share docs.
    0
    installs
  15. N8n Code Python · s3yed bundle
    Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use cases — only use Python when the user explicitly prefers it or the task requires Python-specific standard library capabilities (regex, hashlib, statistics).
    0
    installs
  16. Persona Customer Support · s3yed
    Manage customer support — track tickets, respond, escalate issues.
    0
    installs
  17. Gws Modelarmor Create Template · s3yed
    Google Model Armor: Create a new Model Armor template.
    0
    installs
  18. Gws Workflow File Announce · s3yed
    Google Workflow: Announce a Drive file in a Chat space.
    0
    installs
  19. Gws Workflow Weekly Digest · s3yed
    Google Workflow: Weekly summary: this week's meetings + unread email count.
    0
    installs
  20. Persona Event Coordinator · s3yed
    Plan and manage events — scheduling, invitations, and logistics.
    0
    installs
  21. Gws Workflow Standup Report · s3yed
    Google Workflow: Today's meetings + open tasks as a standup summary.
    0
    installs
  22. Recipe Share Doc And Notify · s3yed
    Share a Google Docs document with edit access and email collaborators the link.
    0
    installs
  23. Gws Modelarmor Sanitize Response · s3yed
    Google Model Armor: Sanitize a model response through a Model Armor template.
    0
    installs
  24. Recipe Share Event Materials · s3yed
    Share Google Drive files with all attendees of a Google Calendar event.
    0
    installs
  25. Recipe Find Free Time · s3yed
    Query Google Calendar free/busy status for multiple users to find a meeting slot.
    0
    installs
  26. N8n Code Javascript · s3yed bundle
    Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, choosing between Code node modes, or doing any custom data transformation in n8n. Always use this skill when a workflow needs a Code node — whether for data aggregation, filtering, API calls, format conversion, batch processing logic, or any custom JavaScript. Covers SplitInBatches loop patterns, cross-iteration data, pairedItem, and real-world production patterns.
    0
    installs
  27. Recipe Sync Contacts To Sheet · s3yed
    Export Google Contacts directory to a Google Sheets spreadsheet.
    0
    installs
  28. Recipe Log Deal Update · s3yed
    Append a deal status update to a Google Sheets sales tracking spreadsheet.
    0
    installs
  29. Gws Modelarmor Sanitize Prompt · s3yed
    Google Model Armor: Sanitize a user prompt through a Model Armor template.
    0
    installs
  30. Recipe Block Focus Time · s3yed
    Create recurring focus time blocks on Google Calendar to protect deep work hours.
    0
    installs
  31. Recipe Create Task List · s3yed
    Set up a new Google Tasks list with initial tasks.
    0
    installs
  32. Recipe Email Drive Link · s3yed
    Share a Google Drive file and email the link with a message to recipients.
    0
    installs
  33. Recipe Find Large Files · s3yed
    Identify large Google Drive files consuming storage quota.
    0
    installs
  34. N8n Expression Syntax · s3yed bundle
    Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in workflows. Use this skill whenever configuring node fields that reference data from previous nodes — expressions are how n8n passes data between nodes, and getting the syntax wrong is the most common source of workflow errors.
    0
    installs
  35. N8n Validation Expert · s3yed bundle
    Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, the validation loop process, or auto-fix capabilities. Consult this skill whenever a validate_node or validate_workflow call returns errors or warnings — it knows which warnings are false positives and which errors need real fixes.
    0
    installs
  36. N8n Workflow Patterns · s3yed bundle
    Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, or scheduled tasks. Always consult this skill when the user asks to create, build, or design an n8n workflow, automate a process, or connect services — even if they don't explicitly mention 'patterns'. Covers webhook, API, database, AI, batch processing, and scheduled automation architectures.
    0
    installs
  37. Recipe Create Meet Space · s3yed
    Create a Google Meet meeting space and share the join link.
    0
    installs
  38. Recipe Post Mortem Setup · s3yed
    Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
    0
    installs
  39. Recipe Save Email To Doc · s3yed
    Save a Gmail message body into a Google Doc for archival or reference.
    0
    installs
  40. N8n Node Configuration · s3yed bundle
    Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. Always use this skill when setting up node parameters — it explains which fields are required for each operation, how displayOptions control field visibility, and when to use patchNodeField for surgical edits vs full node updates.
    0
    installs
  41. Recipe Compare Sheet Tabs · s3yed
    Read data from two tabs in a Google Sheet to compare and identify differences.
    0
    installs
  42. Recipe Reschedule Meeting · s3yed
    Move a Google Calendar event to a new time and automatically notify all attendees.
    0
    installs
  43. Recipe Backup Sheet As CSV · s3yed
    Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
    0
    installs
  44. Recipe Create Gmail Filter · s3yed
    Create a Gmail filter to automatically label, star, or categorize incoming messages.
    0
    installs
  45. Recipe Create Presentation · s3yed
    Create a new Google Slides presentation and add initial slides.
    0
    installs
  46. Recipe Create Shared Drive · s3yed
    Create a Google Shared Drive and add members with appropriate roles.
    0
    installs
  47. Recipe Watch Drive Changes · s3yed
    Subscribe to change notifications on a Google Drive file or folder.
    0
    installs
  48. Recipe Bulk Download Folder · s3yed
    List and download all files from a Google Drive folder.
    0
    installs
  49. Recipe Create Feedback Form · s3yed
    Create a Google Form for feedback and share it via Gmail.
    0
    installs
  50. Recipe Plan Weekly Schedule · s3yed
    Review your Google Calendar week, identify gaps, and add events to fill them.
    0
    installs
  51. Recipe Review Overdue Tasks · s3yed
    Find Google Tasks that are past due and need attention.
    0
    installs
  52. Recipe Batch Invite To Event · s3yed
    Add a list of attendees to an existing Google Calendar event and send notifications.
    0
    installs
  53. Recipe Organize Drive Folder · s3yed
    Create a Google Drive folder structure and move files into the right locations.
    0
    installs
  54. Recipe Create Expense Tracker · s3yed
    Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.
    0
    installs
  55. Recipe Forward Labeled Emails · s3yed
    Find Gmail messages with a specific label and forward them to another address.
    0
    installs
  56. Recipe Save Email Attachments · s3yed
    Find Gmail messages with attachments and save them to a Google Drive folder.
    0
    installs
  57. Recipe Send Team Announcement · s3yed
    Send a team announcement via both Gmail and a Google Chat space.
    0
    installs
  58. Recipe Share Folder With Team · s3yed
    Share a Google Drive folder and all its contents with a list of collaborators.
    0
    installs
  59. Recipe Copy Sheet For New Month · s3yed
    Duplicate a Google Sheets template tab for a new month of tracking.
    0
    installs
  60. Recipe Create Doc From Template · s3yed
    Copy a Google Docs template, fill in content, and share with collaborators.
    0
    installs
  61. Recipe Create Events From Sheet · s3yed
    Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
    0
    installs
  62. Recipe Label And Archive Emails · s3yed
    Apply Gmail labels to matching messages and archive them to keep your inbox clean.
    0
    installs
  63. Recipe Review Meet Participants · s3yed
    Review who attended a Google Meet conference and for how long.
    0
    installs
  64. Recipe Schedule Recurring Event · s3yed
    Create a recurring Google Calendar event with attendees.
    0
    installs
  65. Recipe Create Vacation Responder · s3yed
    Enable a Gmail out-of-office auto-reply with a custom message and date range.
    0
    installs
  66. Recipe Generate Report From Sheet · s3yed
    Read data from a Google Sheet and create a formatted Google Docs report.
    0
    installs
  67. Plan · s3yed
    Plan mode: write markdown plan to .hermes/plans/, no exec.
    0
    installs
  68. Arxiv · s3yed
    Search arXiv papers by keyword, author, category, or ID.
    0
    installs
  69. Linear · s3yed
    Linear: manage issues, projects, teams via GraphQL + curl.
    0
    installs
  70. Petdex · s3yed
    Install and select animated petdex mascots for Hermes.
    0
    installs
  71. P5js · s3yed bundle
    p5.js sketches: gen art, shaders, interactive, 3D.
    0
    installs
  72. Dogfood · s3yed bundle
    Exploratory QA of web apps: find bugs, evidence, reports.
    0
    installs
  73. Godmode · s3yed
    Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.
    0
    installs
  74. Openhue · s3yed
    Control Philips Hue lights, scenes, rooms via OpenHue CLI.
    0
    installs
  75. Ecc Guide · s3yed
    Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.
    0
    installs
  76. Repo Scan · s3yed
    Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports.
    0
    installs
  77. Nano PDF · s3yed
    Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
    0
    installs
  78. Obsidian · s3yed
    Read, search, create, and edit notes in the Obsidian vault.
    0
    installs
  79. Serving Llms Vllm · s3yed bundle
    vLLM: high-throughput LLM serving, OpenAI API, quantization.
    0
    installs
  80. Ascii Art · s3yed
    ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.
    0
    installs
  81. Excalidraw · s3yed
    Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
    0
    installs
  82. Gif Search · s3yed
    Search/download GIFs from Tenor via curl + jq.
    0
    installs
  83. Polymarket · s3yed
    Query Polymarket: markets, prices, orderbooks, history.
    0
    installs
  84. Powerpoint · s3yed
    Create, read, edit .pptx decks, slides, notes, templates.
    0
    installs
  85. Code Review · s3yed
    Guidelines for performing thorough code reviews with security and quality focus
    0
    installs
  86. Messages Ops · s3yed
    Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.
    0
    installs
  87. Ascii Video · s3yed
    ASCII video: convert video/audio to colored ASCII MP4/GIF.
    0
    installs
  88. Blogwatcher · s3yed
    Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool.
    0
    installs
  89. Github Auth · s3yed
    GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
    0
    installs
  90. Axolotl · s3yed bundle
    Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).
    0
    installs
  91. Unsloth · s3yed bundle
    Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.
    0
    installs
  92. LLM Wiki · s3yed
    Karpathy's LLM Wiki: build/query interlinked markdown KB.
    0
    installs
  93. Outlines · s3yed bundle
    Outlines: structured JSON/regex/Pydantic LLM generation.
    0
    installs
  94. Github Issues · s3yed
    Create, triage, label, assign GitHub issues via gh or REST.
    0
    installs
  95. Writing Plans · s3yed
    Write implementation plans: bite-sized tasks, paths, code.
    0
    installs
  96. Baoyu Comic · s3yed bundle
    Knowledge comics (知识漫画): educational, biography, tutorial.
    0
    installs
  97. Manim Video · s3yed bundle
    Manim CE animations: 3Blue1Brown math/algo videos.
    0
    installs
  98. Audiocraft Audio Generation · s3yed bundle
    AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
    0
    installs
  99. Huggingface Hub · s3yed
    HuggingFace hf CLI: search/download/upload models, datasets.
    0
    installs
  100. Youtube Content · s3yed
    YouTube transcripts to summaries, threads, blogs.
    0
    installs