slurpyb/storm
v0.1.0MIT
Wikipedia-style long-form article generation via multi-perspective question asking and retrieval — a Claude-native port of Stanford STORM's two-stage research-to-article pipeline
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "storm",
"version": "0.1.0",
"description": "Wikipedia-style long-form article generation via multi-perspective question asking and retrieval — a Claude-native port of Stanford STORM's two-stage research-to-article pipeline",
"author": {
"name": "Frad LEE",
"email": "fradser@gmail.com"
},
"license": "MIT",
"keywords": [
"storm",
"research",
"long-form",
"wikipedia",
"article-generation",
"knowledge-curation",
"retrieval"
]
}