See [CLAUDE.md](CLAUDE.md) — it is agent-agnostic despite the name (the convention Zotero's own repos use). Workflows live in [.claude/skills/](.claude/skills/), conventions in [.claude/rules/](.claud
Imported from mjthoraval/Weavero (AGENTS.md). Install upstream with npx skills add mjthoraval/Weavero. Copyright stays with the author.
Agent instructions
See CLAUDE.md — it is agent-agnostic despite the name (the convention Zotero's own repos use). Workflows live in .claude/skills/, conventions in .claude/rules/, and the design of the whole setup is explained in .claude/README.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mjthoraval-weavero-weavero/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
mjthoraval-weavero-weavero.ocm.jsonjson
{
"ocm": "1",
"id": "mjthoraval-weavero-weavero",
"kind": "skill",
"name": "Weavero",
"description": "See [CLAUDE.md](CLAUDE.md) — it is agent-agnostic despite the name (the convention Zotero's own repos use). Workflows live in [.claude/skills/](.claude/skills/), conventions in [.claude/rules/](.claude/rules/), and the design of the whole setup is explained in [.claude/README.md](.claude/README.md).",
"publisher": "mjthoraval",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See [CLAUDE.md](CLAUDE.md) — it is agent-agnostic despite the name (the convention Zotero's own repos use). Workflows live in [.claude/skills/](.claude/skills/), conventions in [.claude/rules/](.claude/rules/), and the design of the whole setup is explained in [.claude/README.md](.claude/README.md)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mjthoraval/Weavero",
"path": "AGENTS.md",
"ref": "ee585cf47bbbb78f9400b8097fed3a5ccfacae37",
"url": "https://github.com/mjthoraval/Weavero/blob/ee585cf47bbbb78f9400b8097fed3a5ccfacae37/AGENTS.md",
"key": "mjthoraval/Weavero/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\nSee [CLAUDE.md](CLAUDE.md) — it is agent-agnostic despite the name (the convention Zotero's own repos use). Workflows live in [.claude/skills/](.claude/skills/), conventions in [.claude/rules/](.claude/rules/), and the design of the whole setup is explained in [.claude/README.md](.claude/README.md).",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/mjthoraval-weavero-weavero/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.