Install Noteweave research API skills into Cursor, Claude Code, Windsurf, Zed, and other AI coding agents.
Project description
noteweave-skills
Install Noteweave research API skills into your AI coding agent — Cursor, Claude Code, Windsurf, Zed, and others.
Gives your agent access to:
- Paper search — fusion search across arXiv, Semantic Scholar, OpenAlex, PubMed, bioRxiv, and 7 more
- PDF extraction — download and read any paper
- Deep analysis — E3 two-pass expert critique with domain-specific reviewer personas
- Dataset search — HuggingFace + Kaggle
- Experimental planning — synthesize paper analyses into step-by-step
instructions.md
Install
pip install noteweave-skills
# or
uv add noteweave-skills
Setup
Run in your project root:
noteweave-skills
The CLI asks which IDE you use and drops the right files:
| IDE | What gets installed |
|---|---|
| Cursor | .cursor/skills/noteweave-*/skill.md — auto-triggers + /noteweave-search, /noteweave-analyze, /noteweave-write slash commands |
| Claude Code | NOTEWEAVE.md + adds @NOTEWEAVE.md to CLAUDE.md |
| Windsurf | NOTEWEAVE.md + appends to .windsurfrules |
| Zed | NOTEWEAVE.md + adds note to .zed/settings.json |
| Other | NOTEWEAVE.md in project root |
Then set your token:
export NOTEWEAVE_TOKEN="nw_ext_..."
Get a token at apps.noteweave.io/dashboard/tokens → Generate Token.
Usage
Once installed, just ask your agent naturally:
"Search for papers on vision transformers for medical imaging"
"Fetch and analyze this paper: arxiv 2105.05537"
"Analyze these 5 papers and generate an experimental plan"
The agent reads the installed skill/rules files and knows exactly how to call the Noteweave API.
Rate limits
| Endpoint | Per minute | Per hour |
|---|---|---|
| search_papers | 20 | 200 |
| fetch_paper_pdf | 10 | 100 |
| deep_analyze_paper | 5 | 50 |
| deep_analyze_batch | 2 | 20 |
| search_datasets | 20 | 200 |
| write_instructions | 5 | 30 |
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noteweave_skills-0.1.3.tar.gz.
File metadata
- Download URL: noteweave_skills-0.1.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f45fff902b10c4a34fb85df327f93ad1506c8da4e3e1fd84121cb1e8ffbb00d
|
|
| MD5 |
c714e4fae2b3b26d4bffbfbdab35256f
|
|
| BLAKE2b-256 |
b1e546f2b80d3fd3b3d5fa4af7132aab129f57ee7f0c0b0ef490f588add93379
|
File details
Details for the file noteweave_skills-0.1.3-py3-none-any.whl.
File metadata
- Download URL: noteweave_skills-0.1.3-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f81e5b17affc9492e86622f6d3d08186dce0f4fac3c9ada90cf268f8019be8
|
|
| MD5 |
d12b5163a457835839601ed2bf49c815
|
|
| BLAKE2b-256 |
5971de5571e9ea29aeb645f00f7ee77ce36249fe8105b1781b54a86395f226ee
|