Skip to content

Commit eb1b72d

Browse files
fedorovclaude
andcommitted
Simplify installation instructions for claude.ai and Claude Desktop
- Remove K-Dense-AI/claude-scientific-skills references - Claude.ai: drop individual file attachment option, ZIP only - Claude.ai: add Settings > Capabilities section with required domains - Claude Desktop: replace duplicated instructions with reference to claude.ai section and Project-based persistent use Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 517b65a commit eb1b72d

2 files changed

Lines changed: 17 additions & 55 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ If the skill provides incorrect or incomplete answers, please [open an issue](ht
2727

2828
See [USAGE.md](USAGE.md) for detailed instructions on loading this skill in Claude Desktop or via the API.
2929

30-
## Also Available In
31-
32-
This skill is included in the [K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) collection alongside other scientific skills.
33-
34-
**Choose this repo if:** You only need Imaging Data Commons functionality
35-
36-
**Choose the collection if:** You want multiple scientific skills in one place
37-
3830
## Versioning
3931

4032
This skill follows [Semantic Versioning](https://semver.org/).

USAGE.md

Lines changed: 17 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22

33
This document provides technical instructions for integrating the IDC Claude skill into your AI assistant environment.
44

5-
## Installation Sources
6-
7-
This skill can be installed from two locations:
8-
9-
1. **Standalone** (this repo): `git clone https://github.com/ImagingDataCommons/idc-claude-skill`
10-
- Best for users who only need IDC functionality
11-
12-
2. **Collection** ([K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills)):
13-
- Best for users wanting multiple scientific skills in one place
14-
- This repo is the source of truth; the collection receives periodic updates
15-
165
## Claude.ai Web Interface
176

18-
### Option 1: Upload Repository as ZIP (Recommended)
7+
### Upload Repository as ZIP
198

209
1. Download this repository as a ZIP file (Code → Download ZIP on GitHub)
2110
2. Start a new conversation at [claude.ai](https://claude.ai)
@@ -24,44 +13,26 @@ This skill can be installed from two locations:
2413

2514
This gives Claude the complete skill with all documentation in one upload.
2615

27-
### Option 2: Attach Individual Files
28-
29-
Attach `SKILL.md` to your conversation. For advanced features, also attach:
30-
- `references/bigquery_guide.md` — For complex metadata queries
31-
- `references/dicomweb_guide.md` — For DICOMweb API integration
32-
33-
## Claude Desktop Setup
34-
35-
### Option 1: File Attachment (Simplest)
16+
### Settings > Capabilities
3617

37-
1. Download `SKILL.md` from this repository
38-
2. When starting a new conversation in Claude Desktop, click the attachment icon and select `SKILL.md`
39-
3. Claude will have access to IDC knowledge for that conversation
18+
To enable web browsing and allow Claude to access IDC resources directly, configure the Capabilities settings:
4019

41-
**Note:** For advanced features (BigQuery, DICOMweb), also attach the relevant reference guides from the `references/` folder.
20+
1. Go to **Settings > Capabilities** in Claude.ai
21+
2. Enable the following options:
22+
- **Web search** — allows Claude to look up live IDC data and documentation
23+
3. Under **Allowed domains**, add the following:
24+
- `*.github.com`
25+
- `*.githubusercontent.com`
26+
- `*.googleapis.com`
27+
- `storage.googleapis.com`
4228

43-
### Option 2: Project Context (For Developers)
29+
These domains allow Claude to access the skill files from GitHub and IDC data from Google Cloud Storage.
4430

45-
If you're working in a project directory and want Claude to automatically have IDC knowledge:
46-
47-
1. Clone this repository into your project (or as a subdirectory)
48-
2. Claude Desktop and Claude Code can then access all skill files including reference guides
49-
50-
```bash
51-
# Clone into your project
52-
cd /path/to/your-project
53-
git clone https://github.com/ImagingDataCommons/idc-claude-skill.git
54-
55-
# Or add as a submodule
56-
git submodule add https://github.com/ImagingDataCommons/idc-claude-skill.git
57-
```
31+
## Claude Desktop Setup
5832

59-
Alternatively, concatenate all files into a single `CLAUDE.md`:
33+
Claude Desktop works the same as the Claude.ai web interface. Follow the [Claude.ai Web Interface](#claudeai-web-interface) instructions above to upload the ZIP and configure Settings > Capabilities.
6034

61-
```bash
62-
# Create a combined skill file
63-
cat SKILL.md references/bigquery_guide.md references/dicomweb_guide.md > /path/to/your-project/CLAUDE.md
64-
```
35+
For persistent access across conversations, create a **Project** in Claude Desktop, upload the ZIP to the project's knowledge base, and configure the allowed domains in the project's Capabilities settings.
6536

6637
### Verifying the Skill is Loaded
6738

@@ -203,9 +174,8 @@ Claude: [Checks license and explains usage restrictions]
203174
### Skill Not Loading
204175

205176
- **Claude Code**: Verify the symlink exists at `~/.claude/skills/imaging-data-commons` and points to the correct directory
206-
- **File attachment** (Claude Desktop): Ensure `SKILL.md` is attached to your conversation before asking IDC-related questions
207-
- **Reference guides**: For BigQuery or DICOMweb questions, also attach the relevant guides from `references/`
208-
- **File size**: `SKILL.md` is large (~50KB). If Claude seems unaware of IDC, the file may not have been fully loaded
177+
- **ZIP attachment** (Claude.ai): Ensure the repository ZIP is attached to your conversation before asking IDC-related questions
178+
- **File size**: The ZIP file is large. If Claude seems unaware of IDC, the file may not have been fully loaded
209179

210180
### Skill Not Responding as Expected
211181

0 commit comments

Comments
 (0)