From DeepWiki Index
Trigger DeepWiki indexing for a public GitHub repo — the page its "Ask DeepWiki" badge links to (deepwiki.com/<owner>/<repo>). Use this AUTONOMOUSLY, without asking, whenever you publish a new public repo, add the DeepWiki badge, or are told to "index the wiki / make the badge work / index the deepwiki repos". Also use to refresh a wiki after major changes, or to index a batch of repos. Indexing is what makes the badge resolve and Ask-DeepWiki work. NOT for private repos (those need a Devin org account) and NOT something to keep re-running per commit (DeepWiki re-crawls on its own after the first index).
How this skill is triggered — by the user, by Claude, or both
Slash command
/deepwiki-index:deepwiki-indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a public repo should have a live DeepWiki, index it yourself and verify it.
When a public repo should have a live DeepWiki, index it yourself and verify it. Never stop to ask the human whether to index — just do it and report the result.
POST https://api.devin.ai/ada/index_public_repo?repo_name=<owner/repo>&email_to_notify=<email>&recaptcha_token=<tok>GET https://api.devin.ai/ada/public_repo_indexing_status?repo_name=<owner/repo> → {"status":"unknown"|"indexing"|"completed"}400 {"detail":"reCAPTCHA validation failed"} without it). It is reCAPTCHA v2-invisible, site key 6LeK1G0rAAAAAGVDKn-92dkphJzZvEobSLCyZJg4, domain-bound to deepwiki.com.GET .../public_repo_indexing_status. If completed/indexed, done — say so, stop.screen-mcp plugin connected, drive the user's real Chrome — open https://deepwiki.com/<owner>/<repo>, type the notify email, click Index Repository. On the real browser the reCAPTCHA passes invisibly (no challenge to solve).CHROME_USER_DATA_DIR="$HOME/.config/google-chrome" REPO=<owner/repo|all> node ${CLAUDE_PLUGIN_ROOT}/scripts/index-deepwiki.mjs — it mints the invisible token in-page and POSTs the trigger directly. REPO=all does the whole 88plug marketplace.completed (2–10 min). Only report success when the API says so — never claim "indexed" from a button click alone.npx claudepluginhub 88plug/claude-code-plugins --plugin deepwiki-indexSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.