Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

knowledgelm-nse知识论

Agent Skill

knowledgelm-nse 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

公开资料未说明

下载量

127
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:knowledgelm-nse(知识论)
来源仓库:https://github.com/eggmasonvalue/knowledgelm-nse
仓库路径:skills/knowledgelm-nse
安装命令:
npx skills add https://github.com/eggmasonvalue/knowledgelm-nse --skill knowledgelm-nse
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eggmasonvalue/knowledgelm-nse --skill knowledgelm-nse

简介

knowledgelm-nse 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景从多源获取知识内容。
  • 通过 npx skills add 命令安装,需确认权限与网络访问范围。
  • 建议结合原始 README 核实具体用法,避免触发未授权操作。
  • 使用前请检查仓库维护状态及是否涉及文件读写权限。

SKILL.md

KnowledgeLM NSE

Batch download Indian company filings from NSE, convert PDFs to Markdown, and optionally integrate with NotebookLM.

Installation

Check if installed: knowledgelm --version If not: uv tool install knowledgelm To upgrade: uv tool upgrade knowledgelm

Skill Upgrade

To keep this skill up-to-date, run:

npx skills update

Command Discovery

Use --help extensively to discover options and to determine the next steps

knowledgelm --help
knowledgelm fetch nse --help

CLI Contract

All commands output strictly formatted JSON to stdout. Logs, progress bars, and warnings are routed to knowledgelm.log to preserve the context window.

Success: {"success": true, ...data...}
Failure: {"success": false, "error": "<reason>"}

Core Workflow

1. Gather Required Information

NSE Symbol: If not provided, use web_search to find it.

Date Range: If not provided, ask for clarification. Accept various formats:

  • Explicit: "2023-01-01 to 2025-01-26", "2023 to 2025", "from 2023"
  • Relative: "last 2 years"
  • Milestones: "Since IPO", "since <event>" (use web_search to resolve dates)

Convert to YYYY-MM-DD for CLI.

Datasets: Default to all datasets if not specified. Uses --annual-reports-all by default.

Run knowledgelm list-datasets to get the full list of valid dataset keys.

Share Issuance Documents note: Use issue_documents when the user asks about docs related to events involving issuance of shares: IPO prospectus, rights issues, QIP placements, information memoranda, or scheme of arrangement documents.

Shareholder Meeting Notices note: The shm_details.json output from the shm dataset contains: ixbrl: links to a human.html file of the details of the meeting and resolutions(subset of the below) local_pdf_path:.pdf of the notice. Besides all the info in the ixbrl.html, the.pdfs provide explanatory statements for each resolution. This is an underrated source of insight.

2. Fetch Filings

Use knowledgelm fetch nse with appropriate flags.

# Fetch all standard categories
knowledgelm fetch nse HDFCBANK --start 2024-01-01 --end 2025-01-26

# Fetch specific datasets
knowledgelm fetch nse HDFCBANK --start 2024-01-01 --end 2025-01-26 --datasets transcripts,annual_reports

The CLI's return.json provides useful metadata about the results.

NotebookLM Integration

The below is a comprehensive CLI for Google NotebookLM - offers full programmatic access to NotebookLM's features from the command line

Follow this if the user wants to create a notebook

1. Ensure Latest Package Version

Check if installed and upgrade to latest:

notebooklm --version

If not installed:

uv tool install notebooklm-py

If installed, upgrade to latest:

uv tool upgrade notebooklm-py

Browser extras (for first-time setup): Do not use this unless you run into issues running any of the notebooklm commands. If user hasn't authenticated with NotebookLM before, they need browser login support:

uv tool install "notebooklm-py[browser]"
playwright install chromium

2. Create Notebook

Use --help extensively to discover options and to determine the next steps

notebooklm --help
notebooklm source add --help

Use the notebooklm CLI to create a new notebook and add all downloaded files(.pdf,.md,.json) to that notebook (exclude .pkl files).

Follow-up/CTA

Contextually come up with a call-to-action to help the user benefit from the below add-on features/unused core features.

Highly likely add-on — ValuePickr forum as a source

  • Use web_search to find the company's thread URL on forum.valuepickr.com.
  • Run knowledgelm fetch vp <URL> --symbol <SYMBOL>. Files saved to ./{SYMBOL}_sources/forum_valuepickr/.
  • Artifacts: 1. thread PDF 2. popular links in the thread in a .md
  • Note: Make the user understand both and offer it as just a download for the user to read manually or as a potential source.

- This is a forum thread and may not fit as an upload to NotebookLM as a source of truth. - The output is well-formatted to be vastly more distraction-free and print-friendly compared to the site.

knowledgelm fetch vp "https://forum.valuepickr.com/t/nrb-bearings-ev-and-exports-to-drive-growth/106674" --symbol NRBBEARING

Optional add-on — Audio Overview Generation

The notebooklm_audio_prompt can be used to generate a fundamental deep-dive of the company in audio format by passing it as an argument to the corresponding notebooklm command.

On-demand add-on — Markdown conversion of.pdfs

The convert command converts downloaded PDFs to LLM-ready Markdown using markitdown.

Important: Conversion is deliberately separate from fetch because it can take over 2 minutes per file for large documents (e.g., annual reports).

Use when a user wants to analyze an individual source/small subset without using notebookLM/as a fallback for when notebooklm faces persistent issues. Explicitly warn the user regarding the tradeoff beforehand.

# Convert a single PDF
knowledgelm convert file "./HDFCBANK_sources/transcripts/2024-10-19_Transcript.pdf"

# Bulk convert all PDFs in a directory
knowledgelm convert dir "./HDFCBANK_sources/transcripts/"

Exception Handling

  • Invalid symbol: CLI returns "success": false in JSON
  • Network issues: Retry once after 5 seconds
  • Incomplete data: May indicate newly listed company on the NSE mainboard or corporate action. Use web_search to verify.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.42%
按下载量换算46

Claude

30.23%
按下载量换算38

Cursor

17.7%
按下载量换算22

Gemini CLI

8.41%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills