Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/bouclem/skills --skill google-maps명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Multi-perspective academic paper review with dynamic reviewer personas. Simulates 5 independent reviewers (EIC + 3 peer reviewers + Devil's Advocate) with field-specific expertise. Supports full review, re-review (verification), quick assessment, methodology focus, Socratic guided, and calibration modes. Triggers on: review paper, peer review, manuscript review, referee report, review my paper, critique paper, simulate review, editorial review, calibrate reviewer, reviewer calibration, measure reviewer accuracy.
12-agent academic paper writing pipeline. 10 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-check/disclosure). 6 paper types, 5 citation formats, bilingual abstracts, LaTeX/DOCX-via-Pandoc/PDF output. Style Calibration + Writing Quality Check + Anti-Patterns with IRON RULE markers. Triggers: write paper, academic paper, guide my paper, parse reviews, AI disclosure, 寫論文, 學術論文, 引導我寫論文, 審查意見.
Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publication, complete paper workflow.
SKILL.md 표시 중
| name | google-maps |
| description | Place search, directions, geocoding, and interactive maps |
search_places(query, location?, radius?, type?, open_now?, language?): Search for places using text query.
query (string, required): Search text (e.g., "restaurants in Seoul")location (string, optional): Center location as "lat,lng" (e.g., "37.5665,126.9780")radius (integer, optional): Search radius in meters (max 50,000)type (string, optional): Place type filter (e.g., "restaurant", "tourist_attraction", "hotel")open_now (boolean, optional, default: false): Only return currently open placeslanguage (string, optional, default: "en"): Language codesearch_nearby_places(location, radius, keyword?, type?, rank_by?, open_now?, language?): Search near specific coordinates.
location (string, required): Center as "lat,lng" (e.g., "37.5665,126.9780")radius (integer, required): Search radius in meters (max 50,000)keyword (string, optional): Search keywordtype (string, optional): Place type filterrank_by (string, optional, default: "prominence"): "prominence" or "distance"open_now (boolean, optional, default: false): Only open placeslanguage (string, optional, default: "en"): Language codeget_place_details(place_id, language?, reviews_sort?): Get detailed place info including reviews and hours.
place_id (string, required): Place ID from search resultslanguage (string, optional, default: "en"): Language codereviews_sort (string, optional, default: "most_relevant"): "most_relevant" or "newest"get_directions(origin, destination, mode?, alternatives?, avoid?, language?): Get directions between two locations.
origin (string, required): Starting point (address or "lat,lng")destination (string, required): Destination (address or "lat,lng")mode (string, optional, default: "driving"): "driving", "walking", "bicycling", "transit"alternatives (boolean, optional, default: false): Return alternative routesavoid (string, optional): "tolls", "highways", or "ferries"language (string, optional, default: "en"): Language codegeocode_address(address, language?, region?): Convert a text address to geographic coordinates.
address (string, required): Address to geocodelanguage (string, optional, default: "en"): Language coderegion (string, optional): Country code for regional biasreverse_geocode(latlng, language?): Convert coordinates to a human-readable address.
latlng (string, required): Coordinates as "lat,lng" (e.g., "37.5665,126.9780")language (string, optional, default: "en"): Language codeshow_on_map(map_type, markers?, directions?, center?, zoom?): Display locations or routes on an interactive map.
map_type (string, required): "markers" (location pins), "directions" (route), or "area"markers (array, required for "markers"): List of marker objects with lat, lngdirections (object, required for "directions"): Route data with origin and destinationcenter (object, optional): Map center {lat, lng}zoom (integer, optional): Zoom level 1-20place_id from search results for use with get_place_details.Follow the Text -> Map -> Text sequence. Do NOT call show_on_map in parallel with other tool calls.
show_on_map to display resultsMultiple categories: Use separate maps in sequence — never parallel.
The map renders visually from the tool result — never echo or paraphrase the raw map_data JSON (type, center, zoom, markers, lat/lng) in your text response. Describe places in natural language only (names, ratings, brief notes). The user already sees the map; do not repeat its contents.
When to Use:
Response Pattern (DO NOT call show_on_map in parallel):
Example:
Map Organization:
Tool Selection:
Output Rules: