원클릭으로
integrations
Export to Notion, Google Drive, and Jira
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export to Notion, Google Drive, and Jira
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search and visualize app knowledge from captured flows
Generate marketing assets from app screenshots
Full mobile testing workflow with Maestro recording
Open the DiscoveryLab web interface
Quickly capture iOS/Android emulator screen
Manage external links, requirements and test maps
| name | integrations |
| description | Export to Notion, Google Drive, and Jira |
| emoji | 🔗 |
| version | 1.0.0 |
| category | integrations |
| requires | {"env":["NOTION_API_KEY"]} |
| always | true |
| install | {"manual":"Set NOTION_API_KEY, configure Google Drive OAuth, set JIRA_API_TOKEN"} |
| tools | ["dlab.notion.status","dlab.notion.login","dlab.notion.export","dlab.notion.quick","dlab.drive.status","dlab.drive.login","dlab.drive.upload","dlab.drive.quick","dlab.drive.folder","dlab.jira.status","dlab.jira.login","dlab.jira.attach","dlab.jira.create","dlab.jira.comment","dlab.jira.quick","dlab.export.to"] |
| tags | ["integrations","notion","drive","jira","export","cloud"] |
Export evidence and screenshots to external services: Notion, Google Drive, and Jira.
Check Notion API connection status.
Export project data to a Notion page:
Quick export single screenshot to Notion.
Check Google Drive connection status.
Upload files to Google Drive:
fileOrFolder: Path to uploadfolderId: Target Drive folderCreate a folder in Google Drive.
Check Jira API connection.
Attach screenshots to a Jira issue:
issueKey: e.g., "PROJ-123"files: Paths to attachCreate a new Jira issue with evidence.
Add comment with screenshots to issue.
NOTION_API_KEY environment variabledlab.drive.login for OAuth flow~/.discoverylab/JIRA_API_TOKEN and JIRA_EMAIL environment variables# Export to Notion
dlab.notion.export {
"projectId": "abc123",
"pageId": "notion-page-id"
}
# Upload to Drive
dlab.drive.upload {
"file": "./screenshots/",
"folderId": "drive-folder-id"
}
# Attach to Jira
dlab.jira.attach {
"issueKey": "PROJ-456",
"files": ["./evidence/screenshot1.png"]
}