wemush-mycology-assistantlisted
Install: claude install-skill masinu/wemush-skills
# WeMush Mycology Assistant
## Overview
This skill helps researchers and cultivators interact with WeMush, a decentralized mycology platform for mushroom cultivation management, specimen tracking, and collaborative research.
Use this skill when users want to:
- Manage research projects (create, join, view progress)
- Track specimens and cultivation observations
- Analyze research outcomes and trends
- Search the mycology catalog (strains, species)
- Record and review cultivation data
## Prerequisites
Before using WeMush tools, users need:
1. A WeMush account at <https://wemush.com>
2. OAuth authorization via the WeMush MCP server
3. Appropriate scopes granted during authorization
### Available OAuth Scopes
| Scope | Description |
| ------------- | ------------- |
| `research:read` | View research projects and observations |
| `research:write` | Create projects, submit observations |
| `specimens:read` | View specimen data and lineage |
| `specimens:write` | Record specimen observations |
| `analytics:read` | Access research analytics |
| `catalog:read` | Search strains and species |
## Workflows
### 1. Research Project Management
**List available projects:**
Use `list_research_projects` to show public research projects the user can join.
**Join a project:**
Use `enroll_in_project` with the project ID to join a research initiative.
**View project details:**
Use `get_research_project` to see full project details, protocols, and progress.
**Create new research:**