Obsidian 노트를 동적 데이터베이스 같은 뷰로 정리합니다. 이 스킬을 사용하면 필터, 수식, 사용자 정의 요약을 포함한 테이블, 카드, 목록 및 맵 뷰가 있는 .base 파일을 만들 수 있습니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"obsidian-bases" 사용 중입니다. Create a base file for daily notes with a table view showing the day of week and estimated word count.
예상 결과:
Created daily-notes-index.base with filters for Daily Notes folder, formulas calculating day_of_week and word_estimate, and a table view limited to 30 recent notes sorted by modified time.
"obsidian-bases" 사용 중입니다. Make a reading list base with card view showing cover images and status.
예상 결과:
Generated reading-list.base with filters for book/article tags, formulas for reading_time and status_icon, properties configured for author display, and two views: a Library cards view and a Reading List table view.
보안 감사
안전Static analyzer detected 259 patterns (233 external_commands, 4 network, 1 filesystem) but all are FALSE POSITIVES. The SKILL.md file is documentation-only describing YAML syntax for Obsidian Bases. Backticks are Markdown code formatting, not shell execution. URLs are reference links to Obsidian documentation. No executable code, network calls, or filesystem operations exist in this skill.
위험 요인
⚙️ 외부 명령어 (233)
🌐 네트워크 접근 (4)
📁 파일 시스템 액세스 (1)
품질 점수
만들 수 있는 것
작업 관리 대시보드
상태 그룹화, 우선순위 레이블, 마감일 계산을 포함한 통합 테이블 뷰에서 여러 노트의 작업을 표시하는 베이스 파일을 만듭니다.
읽기 목록 라이브러리
표지 이미지, 저자 정보, 읽기 상태, 예상 독서 시간 수식이 포함된 카드 뷰 베이스로 책과 기사를 표시합니다.
프로젝트 노트 인덱스
마지막 업데이트 타임스탬프, 링크 수, 팀 지식 베이스를 위한 폴더 기반 필터링을 포함하는 프로젝트 노트를 집계하는 베이스를 설계합니다.
이 프롬프트를 사용해 보세요
Create a .base file that shows all notes tagged with 'meeting' in a table view with columns for file name, date, and attendees.
Create a task tracker base with two views: one table showing active tasks grouped by status, and another showing completed tasks. Include formulas for days until due and priority labels.
Create a base file for my reading list with a cards view showing book covers, author, status icon, and estimated reading time. Filter out books marked as 'dropped'.
Create a comprehensive project dashboard base with global filters for the Projects folder, formulas for last updated relative time and link counts, groupBy status, and custom summary calculations for average links per project.
모범 사례
- 이중 따옴표가 포함된 수식 표현식에는 단일 따옴표를 사용하여 YAML 구문 분석 문제 방지
- 모든 뷰에 적용되는 조건에는 전역 필터로 시작하고, 세분화에는 뷰별 필터 추가
- 수식을 점진적으로 테스트 - 복잡한 계산으로 결합하기 전에 간단한 표현식 먼저 확인
피하기
- 너무 복잡한 중첩 필터 생성 금지 - 읽기 쉬운 and/or/not 블록으로 분리
- 수식에서 파일 경로 직접 사용 금지 - 대신 file.folder 같은 파일 속성 사용
- 특수 문자나 비교 연산자가 포함된 문자열 인용 필수