Wdyt access
Connect an agent to WDYT over Clerk-authenticated MCP and safely manage workspace/private visibility, invitations, collaborators, archives, and deletion.From its SKILL.md
npx -y skills add wdyt-page/skills --skill wdyt-accessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 329 tokens by cl100k_base, as published. Nobody here has run it
WDYT authenticated access
Connect the MCP client to https://www.wdyt.page/mcp. Let the human complete Clerk's browser
consent and choose the workspace. Never request, accept, print, store, or forward an OAuth token
through a tool argument.
For Codex:
codex mcp add wdyt --url https://www.wdyt.page/mcp
codex mcp login wdyt
codex mcp list
Restart the Codex client or begin a new session after login. In the terminal UI, use /mcp to
confirm that WDYT is enabled and authenticated.
Read:
- references/access.md for visibility and authorization semantics.
- references/mcp-tools.md for the generated tool catalog.
Use link for public-but-unlisted pages, workspace for members of the OAuth-selected owning
organization, and private for the owner plus explicit collaborators. Protected visibility
requires the protected_pages entitlement.
For private access, set visibility first, then create an email invitation. Send only the invitation URL to its intended recipient. Revoke unused invitations and remove collaborators when the human asks.
Archive is recoverable for the configured retention window. Permanent deletion is isolated in
wdyt_delete_page; use it only with explicit human intent and supply the exact page key and
current page name.
Run node scripts/doctor.mjs https://www.wdyt.page from this skill directory to verify public
discovery and package health.
What ships with it: 4 files
9.3 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml207 B
references/
- access.md1013 B
- mcp-tools.md4.6 KB
scripts/
- doctor.mjsruns3.6 KB