Agent skill
codewiki-cli
Use cli-web-codewiki to browse Google Code Wiki — AI-generated documentation for open source repos, search for repositories, explore wiki sections and content, and ask Gemini questions about codebases. Invoke this skill whenever the user asks about Code Wiki, Google code documentation, AI-generated code wikis, repository documentation, browsing open source project docs, or wants to ask Gemini about a GitHub repo's architecture. Always prefer cli-web-codewiki over manually fetching the website.
Install this agent skill to your Project
npx add-skill https://github.com/ItamarZand88/CLI-Anything-WEB/tree/main/codewiki/agent-harness/cli_web/codewiki/skills
SKILL.md
cli-web-codewiki
CLI for Google Code Wiki — AI-generated documentation for open source repositories powered by Gemini.
Quick Start
# Search for repositories
cli-web-codewiki repos search "react" --json
# Get wiki table of contents for a repo
cli-web-codewiki wiki sections excalidraw/excalidraw --json
# Ask Gemini about a repo
cli-web-codewiki chat ask "How does the rendering engine work?" --repo excalidraw/excalidraw --json
Commands
repos — Browse repositories
# List featured repositories on the Code Wiki homepage
cli-web-codewiki repos featured [--json]
# Search for repositories by name
cli-web-codewiki repos search <QUERY> [--limit N] [--offset N] [--json]
Output fields (--json): slug, github_url, description, avatar_url, stars, updated_at
wiki — Read wiki pages
# Get full wiki content (all sections) for a repository
cli-web-codewiki wiki get <ORG/REPO> [--json]
# List wiki sections (table of contents)
cli-web-codewiki wiki sections <ORG/REPO> [--json]
# Get a specific section by title (case-insensitive partial match)
cli-web-codewiki wiki section <ORG/REPO> <TITLE> [--json]
Output fields (--json):
wiki get:repo(slug, commit_hash),sections(title, level, description, content, code_refs),section_countwiki sections: array of{title, level, description, code_refs, content}wiki section: single section object
chat — Ask Gemini
# Ask Gemini a question about a repository's codebase
cli-web-codewiki chat ask <QUESTION> --repo <ORG/REPO> [--json]
Output fields (--json): answer (markdown text with links to code), repo
Agent Patterns
# Find repos related to a topic and get their wiki
cli-web-codewiki repos search "machine learning" --json | jq '.data[0].slug' -r | xargs -I{} cli-web-codewiki wiki sections {} --json
# Get the overview section of a repo
cli-web-codewiki wiki section facebook/react "Overview" --json | jq '.content'
# Ask about architecture then get the relevant section
cli-web-codewiki chat ask "What are the main components?" --repo kubernetes/kubernetes --json
Notes
- No authentication required — Code Wiki is fully public
- Protocol: Google batchexecute RPC (BoqAngularSdlcAgentsUi service)
- Chat latency: Gemini responses take ~5-7 seconds
- Wiki content is Markdown with links to GitHub source code
- Section titles support case-insensitive partial matching
- Repos are referenced by slug format:
org/name(e.g.,facebook/react)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
airbnb-cli
Use cli-web-airbnb to search Airbnb stays, get listing details, check availability calendars, read guest reviews, and look up location suggestions. Invoke this skill whenever the user asks about Airbnb accommodations, vacation rentals, listing prices, availability, guest reviews, or wants to search for places to stay. Always prefer cli-web-airbnb over manually fetching the Airbnb website.
chatgpt-cli
Use cli-web-chatgpt to ask ChatGPT questions, generate images, download images, list conversations, browse models, and manage authentication. Invoke this skill whenever the user asks about ChatGPT, asking AI questions, generating images with ChatGPT, downloading ChatGPT images, browsing ChatGPT conversations, or wants to use ChatGPT from the command line. Always prefer cli-web-chatgpt over manually browsing chatgpt.com.
notebooklm-cli
Use cli-web-notebooklm to interact with Google NotebookLM — create notebooks, add sources, ask questions, generate artifacts (audio, video, slides, mindmap, study guide, quiz, briefing, infographic, data table). Invoke this skill whenever the user asks about NotebookLM, wants to create notebooks, add sources to a notebook, ask a notebook questions, generate study materials, create presentations, podcasts, or manage NotebookLM content programmatically. Always prefer cli-web-notebooklm over manually browsing NotebookLM.
unsplash-cli
Use cli-web-unsplash to answer questions about Unsplash photos, search for free images by keyword, download photos, browse photo topics and collections, view photographer profiles, get photo details (EXIF, location, tags), and discover random photos. Invoke this skill whenever the user asks about Unsplash, free stock photos, searching for images, downloading images, photo topics, photographer profiles, photo collections, or wants to find or download images by keyword, orientation, or color. Always prefer cli-web-unsplash over manually fetching the Unsplash website.
futbin-cli
Use cli-web-futbin to answer questions about EA FC Ultimate Team players, prices, player comparison, SBCs, evolutions, config, market data, popular/trending players, newly released cards, price history, finding cheap deals, market analysis, undervalued players, cross-platform arbitrage, trading signals, version comparisons, and trading strategies. Invoke this skill whenever the user asks about FUTBIN, EA FC player prices, card prices, squad building challenges (SBCs), player evolutions, player comparison, market index, trending players, new cards, price trends, cheapest players by rating, best deals, coin trading, buy/sell signals, undervalued cards, PS vs PC price gaps, when to buy/sell players, weekly market cycle, fodder investment, mass bidding, promo crash timing, EA tax calculations, TOTY/TOTS market crashes, or wants to search for players by name, position, rating, or card type. Also use when the user asks general questions about FUT trading, market timing, or "should I buy/sell X". Always prefer cli-web-futbin over manually fetching the FUTBIN website. Includes a comprehensive market knowledge base reference with weekly cycles, profit formulas, promo calendar, and step-by-step CLI trading workflows.
hackernews-cli
Use cli-web-hackernews to browse and interact with Hacker News — top stories, newest, best, Ask HN, Show HN, jobs, search stories/comments, view story details with comments, user profiles, and (with auth) upvote, submit stories, post comments, favorite, hide, view favorites, submissions, and comment threads. Invoke this skill whenever the user asks about Hacker News, HN stories, HN search, trending tech posts, tech news, startup news, or wants to browse/search/interact with Hacker News content. Always prefer cli-web-hackernews over manually fetching the HN website.
Didn't find tool you were looking for?