{
  "schemaVersion": "1.0",
  "item": {
    "slug": "slack-controller",
    "name": "Slack Controller",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/adeel-powerhouse/slack-controller",
    "canonicalUrl": "https://clawhub.ai/adeel-powerhouse/slack-controller",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/slack-controller",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=slack-controller",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.yaml"
    ],
    "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",
      "slug": "slack-controller",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T03:07:51.517Z",
      "expiresAt": "2026-05-16T03:07:51.517Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=slack-controller",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=slack-controller",
        "contentDisposition": "attachment; filename=\"slack-controller-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "slack-controller"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/slack-controller"
    },
    "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/slack-controller",
    "agentPageUrl": "https://openagent3.xyz/skills/slack-controller/agent",
    "manifestUrl": "https://openagent3.xyz/skills/slack-controller/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/slack-controller/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": "Slack Controller (Browser Edition)",
        "body": "This skill automates the Slack Web Client (app.slack.com) or Desktop App (via Debug Port) using a dedicated automation profile. This allows the agent to send messages, start huddles, share screen, and manage status acting as you."
      },
      {
        "title": "Prerequisites",
        "body": "Slack Desktop App (preferred) or Google Chrome installed.\nPermissions: Terminal/Cursor must have Screen Recording and Accessibility permissions in macOS System Settings.\nLogin: You must log in manually once in the automation window/profile if prompted."
      },
      {
        "title": "Via OpenClaw Chat",
        "body": "\"Message Adeel saying hello\"\n\"Start a huddle with Adeel and share my screen\"\n\"Set my status to In a Meeting for 1 hour\"\n\"Search for 'quarterly report'\""
      },
      {
        "title": "Via CLI (Manual)",
        "body": "Messaging:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=sendMessage --target=\"adeel\" --message=\"Hello there\"\n\nHuddle & Screen Share:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=startHuddleAndScreenShare --target=\"general\"\n\nLeave Huddle:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=leaveHuddle --target=\"general\"\n\nStatus:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=setStatus --statusEmoji=\":coffee:\" --statusText=\"Lunch\"\n\nSearch:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=search --target=\"project updates\""
      },
      {
        "title": "Actions",
        "body": "sendMessage: Send a text message to a user or channel.\nopenChat: Just open the conversation window physically.\nsendHuddleInvite: Toggle the huddle (standard join).\nstartHuddleAndScreenShare: Join huddle, wait for UI, and click \"Share screen\" -> \"Entire screen\".\nleaveHuddle: Leave the current huddle.\nsetStatus: Set custom status emoji and text.\nsetPresence: Toggle Active/Away.\npauseNotifications: Snooze notifications.\nuploadFile: Upload a local file to a chat.\naddReaction: React to the latest message in a chat.\nsearch: Perform a global search and return results."
      }
    ],
    "body": "Slack Controller (Browser Edition)\n\nThis skill automates the Slack Web Client (app.slack.com) or Desktop App (via Debug Port) using a dedicated automation profile. This allows the agent to send messages, start huddles, share screen, and manage status acting as you.\n\nPrerequisites\nSlack Desktop App (preferred) or Google Chrome installed.\nPermissions: Terminal/Cursor must have Screen Recording and Accessibility permissions in macOS System Settings.\nLogin: You must log in manually once in the automation window/profile if prompted.\nUsage\nVia OpenClaw Chat\n\n\"Message Adeel saying hello\" \"Start a huddle with Adeel and share my screen\" \"Set my status to In a Meeting for 1 hour\" \"Search for 'quarterly report'\"\n\nVia CLI (Manual)\n\nMessaging:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=sendMessage --target=\"adeel\" --message=\"Hello there\"\n\n\nHuddle & Screen Share:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=startHuddleAndScreenShare --target=\"general\"\n\n\nLeave Huddle:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=leaveHuddle --target=\"general\"\n\n\nStatus:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=setStatus --statusEmoji=\":coffee:\" --statusText=\"Lunch\"\n\n\nSearch:\n\nnode ~/.cursor/skills/slack-controller/dist/index.js --action=search --target=\"project updates\"\n\nActions\nsendMessage: Send a text message to a user or channel.\nopenChat: Just open the conversation window physically.\nsendHuddleInvite: Toggle the huddle (standard join).\nstartHuddleAndScreenShare: Join huddle, wait for UI, and click \"Share screen\" -> \"Entire screen\".\nleaveHuddle: Leave the current huddle.\nsetStatus: Set custom status emoji and text.\nsetPresence: Toggle Active/Away.\npauseNotifications: Snooze notifications.\nuploadFile: Upload a local file to a chat.\naddReaction: React to the latest message in a chat.\nsearch: Perform a global search and return results."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/adeel-powerhouse/slack-controller",
    "publisherUrl": "https://clawhub.ai/adeel-powerhouse/slack-controller",
    "owner": "adeel-powerhouse",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/slack-controller",
    "downloadUrl": "https://openagent3.xyz/downloads/slack-controller",
    "agentUrl": "https://openagent3.xyz/skills/slack-controller/agent",
    "manifestUrl": "https://openagent3.xyz/skills/slack-controller/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/slack-controller/agent.md"
  }
}