{
  "schemaVersion": "1.0",
  "item": {
    "slug": "praxis-gws",
    "name": "Praxis Google Workspace",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/JFab68/praxis-gws",
    "canonicalUrl": "https://clawhub.ai/JFab68/praxis-gws",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/praxis-gws",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=praxis-gws",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/praxis-gws.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/praxis-gws"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/praxis-gws",
    "agentPageUrl": "https://openagent3.xyz/skills/praxis-gws/agent",
    "manifestUrl": "https://openagent3.xyz/skills/praxis-gws/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/praxis-gws/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Praxis Google Workspace CLI",
        "body": "Official Google APIs wrapper for Gmail, Calendar, and Drive. Direct connection to Google — no third-party proxy."
      },
      {
        "title": "1. Create Google Cloud Project",
        "body": "Go to https://console.cloud.google.com\nCreate a new project\nEnable these APIs:\n\nGmail API\nGoogle Calendar API\nGoogle Drive API"
      },
      {
        "title": "2. Create OAuth Credentials",
        "body": "Go to APIs & Services → Credentials\nClick Create Credentials → OAuth client ID\nApplication type: Desktop app\nDownload the JSON file"
      },
      {
        "title": "3. Configure the CLI",
        "body": "praxis-gws auth credentials /path/to/client_secret.json"
      },
      {
        "title": "4. Authenticate",
        "body": "praxis-gws gmail labels\n\nThis will output a Google OAuth URL. Open it in your browser, authorize the app, and paste the authorization code back."
      },
      {
        "title": "Gmail Commands",
        "body": "Search messages:\n\npraxis-gws gmail search \"is:unread from:example.com\"\npraxis-gws gmail search \"subject:meeting has:attachment\" --max 20\n\nGet message:\n\npraxis-gws gmail get <messageId>\n\nSend email:\n\npraxis-gws gmail send \"recipient@example.com\" \"Subject\" \"Body text\"\n\nCreate draft:\n\npraxis-gws gmail draft \"recipient@example.com\" \"Subject\" \"Draft body\"\n\nList labels:\n\npraxis-gws gmail labels\n\nModify labels:\n\npraxis-gws gmail modify <messageId> --add STARRED --remove UNREAD"
      },
      {
        "title": "Calendar Commands",
        "body": "List events:\n\npraxis-gws calendar list primary --max 10\npraxis-gws calendar list primary --from \"2026-02-22T00:00:00\" --to \"2026-03-01T23:59:59\"\n\nCreate event:\n\npraxis-gws calendar create primary \"Meeting Title\" \\\n  --from \"2026-02-25T14:00:00\" \\\n  --to \"2026-02-25T15:00:00\""
      },
      {
        "title": "Drive Commands",
        "body": "Search files:\n\npraxis-gws drive search \"name contains 'project'\"\npraxis-gws drive search \"mimeType = 'application/vnd.google-apps.document'\"\n\nGet file metadata:\n\npraxis-gws drive get <fileId>"
      },
      {
        "title": "Gmail Search Operators",
        "body": "is:unread - Unread messages\nis:starred - Starred messages\nfrom:email@example.com - From specific sender\nto:email@example.com - To specific recipient\nsubject:keyword - Subject contains keyword\nafter:2026/01/01 - After date\nbefore:2026/12/31 - Before date\nhas:attachment - Has attachments\nin:inbox - In inbox\nlabel:important - With specific label"
      },
      {
        "title": "Common Labels",
        "body": "INBOX - Inbox\nSENT - Sent mail\nDRAFT - Drafts\nSTARRED - Starred\nUNREAD - Unread\nIMPORTANT - Important\nTRASH - Trash\nSPAM - Spam"
      },
      {
        "title": "Security",
        "body": "OAuth tokens stored locally in ~/.config/praxis-gws/\nDirect API connection to Google (no proxy)\nUses official googleapis Node.js library\nRequired scopes:\n\nhttps://www.googleapis.com/auth/gmail.modify\nhttps://www.googleapis.com/auth/calendar\nhttps://www.googleapis.com/auth/drive.readonly"
      },
      {
        "title": "Troubleshooting",
        "body": "Error: credentials.json not found\n→ Run praxis-gws auth credentials /path/to/client_secret.json\n\nError: Invalid grant / Token expired\n→ Delete ~/.config/praxis-gws/token.json and re-run to trigger new OAuth flow\n\n\"Google hasn't verified this app\" warning\n→ Click Advanced → Go to [project name] (unsafe) to proceed"
      },
      {
        "title": "CLI Script",
        "body": "The CLI is available at:\n\nscripts/praxis-gws.js\n\nRequires Node.js and the googleapis npm package:\n\nnpm install -g googleapis"
      }
    ],
    "body": "Praxis Google Workspace CLI\n\nOfficial Google APIs wrapper for Gmail, Calendar, and Drive. Direct connection to Google — no third-party proxy.\n\nSetup\n1. Create Google Cloud Project\nGo to https://console.cloud.google.com\nCreate a new project\nEnable these APIs:\nGmail API\nGoogle Calendar API\nGoogle Drive API\n2. Create OAuth Credentials\nGo to APIs & Services → Credentials\nClick Create Credentials → OAuth client ID\nApplication type: Desktop app\nDownload the JSON file\n3. Configure the CLI\npraxis-gws auth credentials /path/to/client_secret.json\n\n4. Authenticate\npraxis-gws gmail labels\n\n\nThis will output a Google OAuth URL. Open it in your browser, authorize the app, and paste the authorization code back.\n\nUsage\nGmail Commands\n\nSearch messages:\n\npraxis-gws gmail search \"is:unread from:example.com\"\npraxis-gws gmail search \"subject:meeting has:attachment\" --max 20\n\n\nGet message:\n\npraxis-gws gmail get <messageId>\n\n\nSend email:\n\npraxis-gws gmail send \"recipient@example.com\" \"Subject\" \"Body text\"\n\n\nCreate draft:\n\npraxis-gws gmail draft \"recipient@example.com\" \"Subject\" \"Draft body\"\n\n\nList labels:\n\npraxis-gws gmail labels\n\n\nModify labels:\n\npraxis-gws gmail modify <messageId> --add STARRED --remove UNREAD\n\nCalendar Commands\n\nList events:\n\npraxis-gws calendar list primary --max 10\npraxis-gws calendar list primary --from \"2026-02-22T00:00:00\" --to \"2026-03-01T23:59:59\"\n\n\nCreate event:\n\npraxis-gws calendar create primary \"Meeting Title\" \\\n  --from \"2026-02-25T14:00:00\" \\\n  --to \"2026-02-25T15:00:00\"\n\nDrive Commands\n\nSearch files:\n\npraxis-gws drive search \"name contains 'project'\"\npraxis-gws drive search \"mimeType = 'application/vnd.google-apps.document'\"\n\n\nGet file metadata:\n\npraxis-gws drive get <fileId>\n\nGmail Search Operators\nis:unread - Unread messages\nis:starred - Starred messages\nfrom:email@example.com - From specific sender\nto:email@example.com - To specific recipient\nsubject:keyword - Subject contains keyword\nafter:2026/01/01 - After date\nbefore:2026/12/31 - Before date\nhas:attachment - Has attachments\nin:inbox - In inbox\nlabel:important - With specific label\nCommon Labels\nINBOX - Inbox\nSENT - Sent mail\nDRAFT - Drafts\nSTARRED - Starred\nUNREAD - Unread\nIMPORTANT - Important\nTRASH - Trash\nSPAM - Spam\nSecurity\nOAuth tokens stored locally in ~/.config/praxis-gws/\nDirect API connection to Google (no proxy)\nUses official googleapis Node.js library\nRequired scopes:\nhttps://www.googleapis.com/auth/gmail.modify\nhttps://www.googleapis.com/auth/calendar\nhttps://www.googleapis.com/auth/drive.readonly\nTroubleshooting\n\nError: credentials.json not found → Run praxis-gws auth credentials /path/to/client_secret.json\n\nError: Invalid grant / Token expired → Delete ~/.config/praxis-gws/token.json and re-run to trigger new OAuth flow\n\n\"Google hasn't verified this app\" warning → Click Advanced → Go to [project name] (unsafe) to proceed\n\nCLI Script\n\nThe CLI is available at:\n\nscripts/praxis-gws.js\n\n\nRequires Node.js and the googleapis npm package:\n\nnpm install -g googleapis"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JFab68/praxis-gws",
    "publisherUrl": "https://clawhub.ai/JFab68/praxis-gws",
    "owner": "JFab68",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/praxis-gws",
    "downloadUrl": "https://openagent3.xyz/downloads/praxis-gws",
    "agentUrl": "https://openagent3.xyz/skills/praxis-gws/agent",
    "manifestUrl": "https://openagent3.xyz/skills/praxis-gws/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/praxis-gws/agent.md"
  }
}