Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

skills

skills에는 lunasoft2001에서 수집한 skills 23개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
23
Stars
1
업데이트
2026-04-16
Forks
0
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

webtoobsidian
소프트웨어 개발자

Two-phase pipeline to capture entire websites into Obsidian Second Brain. Phase 1 (scan) auto-detects site type (WordPress REST API, RSS feed, Sitemap, or static) and creates checklist index in Atlas/Personas/<SiteName>.md. Phase 2 (process) downloads each [x] article, converts HTML to Markdown and saves in Atlas/Recursos/<SiteName>/. Fully compatible with PageToObsidian for capturing individual pages first. Use: capture website, blog to Obsidian, scan blog, capture articles, WebToObsidian

2026-04-16
pagetoobsidian
파일 사무원

Single web page capture to Obsidian: auto-detects site type, converts HTML to Markdown and creates/updates Personas index. Bidirectionally compatible with WebToObsidian for full-site capture. Use when: capture article, download web page, save page to Obsidian, PageToObsidian, convert HTML to markdown

2026-04-16
transcribeyoutube
소프트웨어 개발자

Generates a complete Obsidian-ready .md transcript note from any YouTube URL using the YouTube InnerTube Player API (iOS client) with zero external dependencies — only Python 3.9+ standard library. Saves the note to Atlas/Recursos/Transcripciones/VIDEO_ID - Title.md with YAML frontmatter, clickable timestamps, and a wikilink ready to embed in the main resource note. Use when the user asks to transcribe a video, generate a YouTube transcript, capture video content, create a transcript note, or mentions TranscribeYoutube, transcript YouTube, or extract subtitles.

2026-04-16
videotoobsidian
도서관 사무 보조원

Proceso completo de captura de vídeo YouTube a nota técnica Obsidian: obtiene metadatos, descarga la transcripción (via TranscribeYoutube), analiza el contenido y genera una nota técnica completa con vídeo embebido, resumen, pasos o puntos clave, y wikilink a la transcripción. Usa cuando el usuario pida: capturar vídeo, crear nota técnica de YouTube, VideoToObsidian, documento técnico de vídeo, procesar vídeo a Obsidian.

2026-04-16
mssql-second-brain
데이터베이스 아키텍트

Genera un vault Obsidian con el Second Brain completo de una base de datos SQL Server. Usa las herramientas MCP de mssql (mssql_connect, mssql_run_query, mssql_list_databases, mssql_list_servers) para extraer metadatos con INFORMATION_SCHEMA + sys.*, vuelca el resultado a un único metadata.json con create_file, y delega la generación de todos los .md a un script Python local (0 tokens en generación). IA opcional solo para _overview.md (MOC).

2026-04-16
channeltoobsidian
소프트웨어 개발자

Two-phase pipeline to capture an entire YouTube channel into an Obsidian Second Brain. Phase 1 (scan) fetches all video metadata and creates a checklist index in Atlas/Personas/<ChannelName>.md. Phase 2 (process) reads the index, processes only the videos marked with [x], and delegates each one to the VideoToObsidian skill. Zero external dependencies — InnerTube API only. Use when the user asks to capture a YouTube channel, index a channel, process channel videos, ChannelToObsidian, scan YouTube channel.

2026-04-15
obsidian-markdown
파일 사무원

Build, normalize, and validate Obsidian-ready Markdown notes with strict YAML frontmatter, checkbox task blocks, callouts, wikilinks, and vault-safe linking rules. Use when users ask to format notes for Obsidian, fix broken frontmatter, convert plain markdown into Obsidian style, add Properties fields, or standardize templates for daily logs, PRDs, handoffs, and operational docs.

2026-04-03
office-vba-orchestrator
소프트웨어 개발자

Route Office VBA tasks to the correct per-application skill (vba-word, vba-powerpoint, vba-access, vbaExcel) and enforce the mandatory backup-before-import policy for all Office macro-enabled files. Use when the user mentions any Office VBA task without specifying which skill to use, when working with mixed Office file types, or when you need to remind the user of the backup policy. Explicitly excludes Outlook VBA. Triggers on: Office VBA, VBA suite, which VBA skill, office macros, VBA workflow, extraer VBA Office, importar VBA Office, macros Office, .xlsm .docm .pptm .accdb VBA, suite VBA, orchestrate VBA skills.

2026-03-30
vba-access
소프트웨어 개발자

Extract, refactor, and re-import VBA modules (standard modules and class modules) from Microsoft Access databases (.accdb/.mdb) on Windows using Python and COM automation. Use when: exporting Access VBA code to .bas files for version control or editing in VS Code, importing refactored .bas files back into an Access database, enabling VBA project access in Access. Always creates a verified backup before any import — flow stops if no backup exists. Note: for full database analysis (tables, queries, forms, reports), use the access-analyzer skill instead. Triggers on: export VBA Access, import VBA Access, vba-access, Access VBA modules, accdb VBA, extraer módulos VBA Access, importar VBA Access, refactorizar VBA Access, módulos VBA Access, Access automation.

2026-03-30
vba-powerpoint
소프트웨어 개발자

Extract, refactor, and re-import VBA code from PowerPoint macro-enabled presentations (.pptm) and templates (.potm) on Windows using Python and COM automation. Use when: exporting PowerPoint VBA modules to .bas files for version control, editing presentation macros in VS Code, importing refactored modules back into a .pptm, enabling VBA project access in PowerPoint. Always creates a verified backup before any import — flow stops if no backup exists. Triggers on: export VBA PowerPoint, import VBA PowerPoint, vba-powerpoint, PowerPoint macros, pptm VBA, extraer macros PowerPoint, importar VBA PowerPoint, refactorizar macros PowerPoint, módulos VBA PowerPoint, PowerPoint automation, backup pptm.

2026-03-30
vba-word
소프트웨어 개발자

Extract, refactor, and re-import VBA code from Word macro-enabled documents (.docm) and templates (.dotm) on Windows using Python and COM automation. Use when: exporting Word VBA modules to .bas files for version control, editing Word macros in VS Code, importing refactored modules back into a .docm, enabling VBA project access in Word. Always creates a verified backup before any import — flow stops if no backup exists. Triggers on: export VBA Word, import VBA Word, vba-word, Word macros, docm VBA, extraer macros Word, importar VBA Word, refactorizar macros Word, módulos VBA Word, Word automation, backup docm.

2026-03-30
vbaexcel
소프트웨어 개발자

Extract and re-import VBA code from Excel .xlsm files on Windows using Python (pywin32/oletools) or VBScript. Use when: exporting VBA modules from XLSM, refactoring Excel macros in VS Code, importing .bas files back into a workbook, enabling VBProject access. Triggers on: export VBA, import VBA, vbaExcel, extraer macros Excel, importar VBA, refactorizar VBA, módulos VBA, xlsm macros.

2026-03-30
presentation-bundle-manager
회의, 전시회 및 이벤트 기획자

Packages all presentation deliverables into a structured project folder, generates an index.xlsx inventory file, and writes a manifest.json with metadata. Use when the user wants to bundle presentation files, create a delivery package, produce a file index, generate a project manifest, or archive a completed presentation project. Triggers on: "bundle the presentation", "package the deliverables", "create the manifest", "generate the index", "finalize the presentation package", "empaqueta la presentación", "crea el índice de archivos", "genera el manifest", "arma el paquete final".

2026-03-30
presentation-factory-orchestrator
작가·저자뉴스 분석가·기자·저널리스트

End-to-end orchestrator for creating professional presentations. Routes the full pipeline across four stages — storyboard → pptx-builder → speaker-notes → bundle-manager — and validates minimum inputs before starting. Use when the user wants to create a complete presentation package, build a deck from scratch, or produce a full presentation bundle with slides and speaker guide. Triggers on: "create a presentation", "make a deck", "build slides", "full presentation package", "crea una presentación", "prepara un deck", "necesito diapositivas", "armá una presentación completa".

2026-03-30
presentation-pptx-builder
소프트웨어 개발자

Generates a .pptx presentation file consistent with a storyboard. Applies a clean, professional layout to each slide using python-pptx. Use when the user has a storyboard and wants to build the actual PowerPoint deck, generate slides programmatically, or produce a .pptx from structured content. Triggers on: "build the pptx", "generate the deck", "create the PowerPoint", "make the slides file", "produce the .pptx", "genera el pptx", "crea las diapositivas", "arma el PowerPoint", "produce el deck".

2026-03-30
presentation-speaker-notes
기술 작가

Generates a detailed speaker script for each slide — including per-slide talking points, timing cues, transition phrases, and probable Q&A with suggested answers. Use when the user needs speaker notes, a presenter guide, a talk script, rehearsal notes, or Q&A preparation for a presentation. Triggers on: "write speaker notes", "create a talk script", "generate presenter notes", "Q&A preparation", "rehearsal guide", "timing for my slides", "escribe las notas del presentador", "guión por slide", "prepara el script de la presentación", "notas de orador".

2026-03-30
presentation-storyboard
작가·저자

Structures the narrative arc of a presentation slide by slide. For each slide produces a message, objective, recommended duration, and suggested visual. Use when the user wants to plan a presentation, outline slides, define the story arc, create a storyboard, or structure a deck before building it. Triggers on: "storyboard a presentation", "plan my slides", "structure my deck", "outline the presentation", "define slide flow", "planea mis diapositivas", "estructura la presentación", "arma el guión de slides", "define el hilo narrativo".

2026-03-30
whatsapp-mcp
소프트웨어 개발자

Send WhatsApp messages, files (PDF, images, VCF), and manage groups and contacts using the WhatsApp MCP server (whatsapp-web.js). Use this skill when the user wants to send a WhatsApp message, find a contact, list groups, send a document or image via WhatsApp, add/remove group members, or get chat history. Also use when the user asks how to install or configure the WhatsApp MCP. Triggers on: send WhatsApp, mensaje WhatsApp, mandar por WhatsApp, enviar archivo WhatsApp, grupo WhatsApp, contacto WhatsApp, instalar MCP WhatsApp.

2026-03-19
bowling-proshop
운동 트레이너 및 그룹 피트니스 강사

Virtual ball driller and lane coach for bowling pro shops. Uses Dual Angle layout system (Mo Pinel style) to recommend balls, layouts, surface prep, and adjustments. Triggers when users ask about: ball selection, drilling layouts, Dual Angle, pin-to-PAP, VAL angle, rev rate, axis rotation, axis tilt, PAP, ball surface, lane patterns, oil patterns, bowling equipment, spare ball, proshop fitting, layout recommendation, hook potential, ball motion, or any bowling-specific technical question. Also triggers on: "qué bola uso", "layout", "patrón de aceite", "taladrado", "perforación".

2026-03-18
access-analyzer
소프트웨어 개발자

Analyze, export, refactor, and re-import Microsoft Access database applications. Use when working with .accdb/.mdb files to: (1) Create backups, (2) Export all objects (tables, queries, forms, reports, macros, VBA) to text files for version control and analysis, (3) Optionally export table data or structure-only, (4) Refactor exported code in VS Code, (5) Import changes back into Access. Includes automated export module based on ExportTodoSimple.bas.

2026-03-18
m365-email-manager-skill
소프트웨어 개발자

Manage Microsoft 365 (Outlook/Exchange Online) email using Microsoft Graph. Use when you need to list recent or unread emails, search messages by text, mark messages as read, move emails between folders, reply to or send emails in an automated and repeatable way. Setup once, use forever with tokens stored securely using cross-platform local storage. Triggers on: list emails, send email, search inbox, mark as read, move email, reply email, M365 mail, Outlook Graph, gestionar correo, enviar email, buscar correo.

2026-03-18
mcp-evaluator
정보 보안 분석가

Evaluates MCP servers (Model Context Protocol) for security, safety, privacy, and quality. Analyzes source code (TypeScript/Python), mcp.json configuration, tool definitions, and companion SKILL.md. Checks for hardcoded credentials, missing confirmation steps before destructive operations (publish, send, delete), PII handling, token security, error handling, and tool description quality. Produces a structured PASS/PARTIAL/FAIL audit report. Use when: audit MCP, evaluate MCP server, check MCP security, review MCP tools, is my MCP safe, MCP ready to publish, evaluar MCP, auditar servidor MCP, revisar seguridad MCP.

2026-03-18
responsible-ai-skill-evaluator
정보 보안 분석가

Evaluates whether a skill (SKILL.md) complies with Microsoft's 6 Responsible AI principles (Fairness, Reliability & Safety, Privacy & Security, Inclusiveness, Transparency, Accountability) and with AgentSkills.io format and quality standards. Use when asked to audit, review, verify, certify, or check a skill for responsible AI compliance, or to assess if a skill is ready for public publishing. Triggers on: "evaluate this skill", "audit skill for responsible AI", "check skill compliance", "review SKILL.md", "is this skill RAI compliant", "skill certification", "verify skill quality", "skill ready to publish".

2026-03-18