docs(domain-skills): slack file downloads - #553
Open
Larkooo wants to merge 1 commit into
Open
Conversation
✅ Skill review passedReviewed 1 file(s) — no findings. |
|
Finn-loop review of 61043a1 CI: required checks passed | all 3 checks green (GitGuardian, cubic, skill-review) ReviewSummary: Adds 1. Must fix before mergeNone. 2. Should fix soonNone. 3. Safe to mergeYes — docs-only addition, well-structured, all checks pass, merge is clean. Notes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
domain-skills/slack/files.md: downloading workspace-shared files given a permalink.Non-obvious findings this captures:
dcookie, no browser tab needed) embeds a usablexoxcapi_token + team_id — much simpler than digginglocalConfig_v2out of the app.slack.com origin.dcookie is HttpOnly, so read it via CDPNetwork.getCookies, not in-page JS.files.listcan silently omit recent files;search.filesis the reliable resolver.Summary by cubic
Adds docs for downloading Slack workspace-shared files from a permalink using the
dcookie and the permalink-embeddedxoxctoken. Covers URL routing, reliable file lookup, and common traps.domain-skills/slack/files.mdwith a step-by-step flow.FILEIDroutes; the filename segment is cosmetic.dvia CDP and fetching permalink HTML to extractxoxcandteam_id.token=<xoxc>plus thedcookie; download viaurl_private.search.filesoverfiles.list; avoid waiting on the "Redirecting…" permalink tab.Written for commit 61043a1. Summary will update on new commits.