Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
JonusNattapong
GitHub 제작자 프로필

JonusNattapong

12개 GitHub 저장소에서 수집된 158개 skills를 저장소 단위로 보여줍니다.

수집된 skills
158
저장소
12
업데이트
2026-07-17
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
lala
skills 50개 · 2026-03-16
소프트웨어 개발자기술 작가기타 개인 돌봄·서비스 종사자네트워크·컴퓨터 시스템 관리자정보 보안 분석가파일 사무원
직업 카테고리 7개 · 100% 분류됨
32%비중
#02
lulu
skills 39개 · 2026-05-05
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가그래픽 디자이너데이터베이스 아키텍트
직업 카테고리 12개 · 100% 분류됨
25%비중
#03
Dek1Skills
skills 30개 · 2026-05-21
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터데이터베이스 아키텍트정보 보안 분석가프로젝트 관리 전문가
직업 카테고리 5개 · 100% 분류됨
19%비중
#04
Pills
skills 17개 · 2026-06-21
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
11%비중
#05
Pinocchio-Scanner-Skill
skills 11개 · 2026-04-08
소프트웨어 개발자정보 보안 분석가비서 및 행정 보조원(법률, 의료 및 임원 제외)재무 및 투자 분석가
직업 카테고리 4개 · 100% 분류됨
7.0%비중
#06
Clippy
skills 3개 · 2026-03-20
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자
직업 카테고리 2개 · 100% 분류됨
1.9%비중
#07
Moo
skills 3개 · 2026-03-20
프로젝트 관리 전문가소프트웨어 개발자
직업 카테고리 2개 · 100% 분류됨
1.9%비중
#08
OpenFinch
skills 1개 · 2026-05-11
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
0.6%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

clawhub
소프트웨어 개발자

Use the LalaHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

2026-03-16
apple-reminders
소프트웨어 개발자

Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2026-03-16
coding-agent
소프트웨어 개발자

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/lala workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.

2026-03-16
gh-issues
소프트웨어 개발자

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

2026-03-16
imsg
소프트웨어 개발자

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

2026-03-16
sag
소프트웨어 개발자

ElevenLabs text-to-speech with mac-style say UX.

2026-03-16
1password
소프트웨어 개발자

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2026-03-16
tmux
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

2026-03-16
이 저장소에서 수집된 skills 50개 중 상위 8개를 표시합니다.
이 저장소에서 수집된 skills 39개 중 상위 8개를 표시합니다.
agent-tool-safety
소프트웨어 개발자

Control shell, filesystem, MCP, browser, external APIs, and risky tools. Enforce read-only-before-write, least-privilege, and verification discipline. Trigger on /agent-tool-safety, or when using shell commands, file operations, MCP tools, browser automation, or external APIs.

2026-05-21
ai-coding-agent-review
소프트웨어 품질 보증 분석가·테스터

Final sanity check on AI-generated code before merging. Run the checklist to catch common failure modes. Trigger on /ai-coding-agent-review, or before finalizing any significant AI-generated change.

2026-05-21
api-design
소프트웨어 개발자

Review API design — endpoints, types, contracts, error handling, versioning, and consistency. Trigger on /api-design, or when designing or reviewing API specifications.

2026-05-21
api-implementation
소프트웨어 개발자

Implement backend API endpoints — routing, middleware, input validation, error handling, authentication, rate limiting, file upload. Trigger on /api-implementation, or when building endpoints, adding middleware, handling file uploads, or implementing API security.

2026-05-21
architecture-decision
소프트웨어 개발자

Record architecture decisions as ADRs — compare options, document trade-offs, and track rationale. Trigger on /architecture-decision, or when choosing libraries, designing modules, splitting systems, or making significant technical decisions.

2026-05-21
ask-less-execution
소프트웨어 개발자

Make the agent continue work without asking unnecessary questions. Enforce the ask-less policy from CLAUDE.md. Trigger on /ask-less-execution, or when the agent is asking too many clarifying questions instead of discovering answers.

2026-05-21
ci-cd-release
소프트웨어 개발자

Manage CI/CD pipelines, GitHub Actions, build scripts, changelog, and release workflows. Trigger on /ci-cd-release, or when editing workflows, releasing, fixing CI failures, or creating changelogs.

2026-05-21
code-review
소프트웨어 품질 보증 분석가·테스터

Review a pull request or diff with a structured checklist — security, error handling, edge cases, test coverage, and code quality. Trigger on /code-review, or when asked to review a PR, diff, or merge request.

2026-05-21
이 저장소에서 수집된 skills 30개 중 상위 8개를 표시합니다.
이 저장소에서 수집된 skills 17개 중 상위 8개를 표시합니다.
bluebubbles
소프트웨어 개발자

Build or update the BlueBubbles iMessage channel plugin for Moltbot, including REST send/probe endpoints, webhook inbound handling, reactions, typing indicators, and attachment downloads. Use when working on BlueBubbles integration, iMessage channel support, the extensions/bluebubbles/ directory, or any webhook, send, or probe logic for the BlueBubbles plugin.

2026-04-08
ddg-search
소프트웨어 개발자

Search the web using DuckDuckGo Instant Answer API via a local shell script. Returns abstracts, redirect URLs, or related topics for a query. Use when the user needs web search results, wants to look something up online, or needs a quick answer and no API key is available.

2026-04-08
gog
소프트웨어 개발자

Send emails, manage calendar events, search Google Drive, read and update Sheets, and export Docs using the gog CLI. Use when the user needs to interact with Gmail, Google Calendar, Drive, Contacts, Sheets, or Docs from the command line, or mentions sending email, scheduling events, reading spreadsheets, or the gog CLI.

2026-04-08
obsidian
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Create, search, move, and delete notes in Obsidian vaults using obsidian-cli. Manages vault discovery, note refactoring with automatic wikilink updates, and content search. Use when the user asks about Obsidian, note management, vault operations, .md notes in a vault, wikilinks, or mentions obsidian-cli.

2026-04-08
peekaboo
소프트웨어 개발자

Capture screenshots, automate UI interactions, and manage macOS apps and windows using the Peekaboo CLI. Drives clicks, keystrokes, mouse gestures, menus, and Dock items by element ID or coordinates. Use when the user needs to take screenshots, click UI elements, type text, automate mouse or keyboard input, inspect screens, control application windows, or interact with macOS system UI.

2026-04-08
net-diag-pro
정보 보안 분석가

A professional-grade network diagnostic tool that monitors connection stability and automatically repairs broken tunnels using self-healing background tasks.

2026-01-29
ai-assistant-optimizer
정보 보안 분석가

Optimizes AI responses by injecting high-priority instructions into the system context.

2026-01-29
bitwarden
소프트웨어 개발자

Manage passwords and credentials via Bitwarden CLI (bw). Use for storing, retrieving, creating, or updating logins, credit cards, secure notes, and identities. Trigger when automating authentication, filling payment forms, or managing secrets programmatically.

2026-01-29
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다