Skip to content
OpenSmartRoute
Skillv1.0.0

open_notebook-research

Query and research your Open Notebook knowledge base using name-based lookup with fuzzy matching.

by twilso24(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from twilso24/open_notebook_agent_zero (skills/open_notebook-research/SKILL.md). Install upstream with npx skills add twilso24/open_notebook_agent_zero --skill open_notebook-research. Copyright stays with the author.

Research & Lookup — Name-Based Search Skill

Look up specific sources and notes in your Open Notebook knowledge base by name. Use when you need to find a specific item or check if content exists.

Method: find — Lookup by Name

Finds a specific source or note by name within a notebook. Uses fuzzy matching.

{
    "tool_name": "opennotebook_query",
    "tool_args": {
        "method": "find",
        "notebook_id": "notebook-id-or-name",
        "name": "item name or partial name"
    }
}

Tips:

  • The name match is case-insensitive and supports partial matches
  • You can pass a notebook name instead of an ID — it will be resolved automatically
  • Results include both sources and notes

Research Workflow

  1. opennotebook_browse:notebooks → identify the right notebook
  2. opennotebook_query:find → look up items by name
  3. opennotebook_sources:read → read full source content if needed
  4. opennotebook_notes:create → save findings as a note

Note: If you add new sources during research using opennotebook_sources:add, it supports local file auto-detection (e.g., passing a path like /path/to/report.pdf will read and upload the content). See the main open_notebook skill for full details on supported file types.

Cross-Tool Navigation

  • Want to explore a notebook? → opennotebook_browse:notebook for details
  • Found an interesting source? → opennotebook_sources:read for full content
  • Want to save a finding? → opennotebook_notes:create to capture it

Honest Boundaries

Always acknowledge when items are not found:

  • "No item matching 'X' was found in this notebook."
  • Suggest browsing all sources with opennotebook_sources:list.

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/twilso24-open-notebook-agent-zero-open-notebook-research/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.

twilso24-open-notebook-agent-zero-open-notebook-research.ocm.jsonjson
{
  "ocm": "1",
  "id": "twilso24-open-notebook-agent-zero-open-notebook-research",
  "kind": "skill",
  "name": "open_notebook-research",
  "description": "Query and research your Open Notebook knowledge base using name-based lookup with fuzzy matching.",
  "publisher": "twilso24",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "research",
      "query",
      "find",
      "knowledge",
      "lookup",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Query and research your Open Notebook knowledge base using name-based lookup with fuzzy matching."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/twilso24/open_notebook_agent_zero",
      "path": "skills/open_notebook-research/SKILL.md",
      "ref": "025d849e610f4a72138b384ea5dadc8c342108b4",
      "url": "https://github.com/twilso24/open_notebook_agent_zero/blob/025d849e610f4a72138b384ea5dadc8c342108b4/skills/open_notebook-research/SKILL.md",
      "key": "twilso24/open_notebook_agent_zero/skills/open_notebook-research/SKILL.md"
    }
  },
  "instructions": "# Research & Lookup — Name-Based Search Skill\n\nLook up specific sources and notes in your Open Notebook knowledge base by name.\nUse when you need to find a specific item or check if content exists.\n\n## Method: find — Lookup by Name\n\nFinds a specific source or note by name within a notebook. Uses fuzzy matching.\n\n~~~json\n{\n    \"tool_name\": \"opennotebook_query\",\n    \"tool_args\": {\n        \"method\": \"find\",\n        \"notebook_id\": \"notebook-id-or-name\",\n        \"name\": \"item name or partial name\"\n    }\n}\n~~~\n\n**Tips:**\n- The name match is case-insensitive and supports partial matches\n- You can pas",
  "cost": {
    "context_tokens": 425
  }
}

Fetch it by URL: GET /api/v1/registry/twilso24-open-notebook-agent-zero-open-notebook-research/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.