QwenClaw v2.0 - Complete Rebuild with ALL 81+ Skills

This commit is contained in:
AI Agent
2026-02-26 20:08:00 +04:00
Unverified
parent 7e297c53b9
commit 69cf7e8a05
475 changed files with 82593 additions and 110 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "paper-search-tools",
"version": "2.0.2",
"description": "Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.",
"author": {
"name": "Fatih Akyon"
},
"homepage": "https://github.com/fcakyon/claude-codex-settings#plugins",
"repository": "https://github.com/fcakyon/claude-codex-settings",
"license": "Apache-2.0"
}

View File

@@ -0,0 +1,6 @@
{
"paper-search": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/paper-search"]
}
}

View File

@@ -0,0 +1,62 @@
---
description: Configure Paper Search MCP (requires Docker)
---
# Paper Search Tools Setup
**Source:** [mcp/paper-search](https://hub.docker.com/r/mcp/paper-search)
Configure the Paper Search MCP server. Requires Docker.
## Step 1: Check Docker Installation
Run `docker --version` to check if Docker is installed.
If Docker is not installed, show:
```
Docker is required for Paper Search MCP.
Install Docker:
macOS: brew install --cask docker
Linux: curl -fsSL https://get.docker.com | sh
Windows: winget install Docker.DockerDesktop
After installation, start Docker Desktop and wait for it to fully launch.
```
## Step 2: Verify Docker is Running
Run `docker info` to verify Docker daemon is running.
If not running, tell user:
```
Docker is installed but not running.
Start Docker Desktop and wait for it to fully launch before continuing.
```
## Step 3: Pull the Image
Run `docker pull mcp/paper-search` to download the MCP image.
Report progress:
- "Pulling paper-search image..."
- "Image ready!"
## Step 4: Confirm Success
Tell the user:
```
Paper Search MCP configured successfully!
IMPORTANT: Restart Claude Code for changes to take effect.
- Exit Claude Code
- Run `claude` again
To verify after restart, run /mcp and check that 'paper-search' server is connected.
```

View File

@@ -0,0 +1,27 @@
---
name: paper-search-usage
description: This skill should be used when user asks to "search for papers", "find research papers", "search arXiv", "search PubMed", "find academic papers", "search IEEE", "search Scopus", or "look up scientific literature".
---
# Paper Search MCP
Search academic papers across multiple platforms.
## Supported Platforms
- arXiv (preprints)
- PubMed (biomedical)
- IEEE Xplore (engineering)
- Scopus (multidisciplinary)
- ACM Digital Library (computer science)
- Semantic Scholar (AI-powered)
## Usage
Use `mcp__paper-search__*` tools to search papers by keywords, authors, or topics.
## Best Practices
- Start with broad searches, then narrow down
- Use platform-specific searches for domain-specific papers
- Combine multiple sources for comprehensive literature reviews

View File

@@ -0,0 +1,18 @@
---
name: setup
description: This skill should be used when user encounters "paper-search MCP error", "Docker not found", "Docker not running", "paper search not working", or needs help configuring paper search integration.
---
# Paper Search Tools Setup
Run `/paper-search-tools:setup` to configure Paper Search MCP.
## Quick Fixes
- **Docker not found** - Install Docker (see setup command)
- **Docker not running** - Start Docker Desktop
- **Connection failed** - Restart Claude Code after Docker starts
## Don't Need Paper Search?
Disable via `/mcp` command to prevent errors.