AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Deepwiki Cli

skill-hamsurang-kit-deepwiki-cli · by hamsurang

>

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-hamsurang-kit-deepwiki-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hamsurang-kit-deepwiki-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deepwiki Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

deepwiki-cli Skill

deepwiki-cli provides AI-generated wiki documentation for GitHub repositories. Use the deepwiki-cli to query it directly — this keeps only the result text in Claude's context, avoiding MCP protocol overhead.

When This Skill Activates

  • User references a GitHub repository by name (owner/repo format)
  • User asks how a library or framework works
  • User needs to understand a codebase they haven't read locally
  • User asks architecture or API questions about an open-source project

How to Use

Run via Bash tool:

# Ask a question about a repository
deepwiki-cli ask  ""

# List wiki topics for a repository
deepwiki-cli structure 

# Read full wiki contents
deepwiki-cli read 

Examples

deepwiki-cli ask facebook/react "How does the reconciler work?"
deepwiki-cli ask vercel/next.js "What is the App Router architecture?"
deepwiki-cli structure rust-lang/rust
deepwiki-cli read tokio-rs/tokio

Prerequisites

The deepwiki-cli binary must be installed:

cargo install deepwiki-cli

If the binary is not found, inform the user to install it first.

When NOT to Use

  • Repository is already cloned locally — use Glob/Grep/Read tools directly
  • Repository is private — deepwiki-cli only works with public repositories
  • User is asking about their own code in the current working directory

Error Handling

If deepwiki-cli is not installed or a command fails:

  1. Check if the binary exists: which deepwiki-cli
  2. If not found, tell the user to install: cargo install deepwiki-cli
  3. If the repository is not found, verify the owner/repo format
  4. If the command times out, try deepwiki-cli structure first (lighter query), then ask specific questions
  5. As a last resort, fall back to web search for the repository's documentation

Why This Saves Tokens

Using the CLI via Bash outputs only the result text to Claude's context. Connecting deepwiki-cli as an MCP server adds initialize handshake + tool listing overhead on every session start.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.