بنقرة واحدة
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"]
}