daishin-report-search

Retrieve Daishin Securities report HTML pages from GitHub Pages mirrors as JSON metadata.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill daishin-report-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daishin-report-search
Source: https://github.com/NomaDamas/k-skill/tree/main/daishin-report-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill daishin-report-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

대신증권 리포트 원문과 설명 페이지를 일일이 찾아다니며 최신 업데이트를 놓치지 않게 하는 번거로움을 해결합니다.

Core Features & Use Cases

  • 최신 HTML 리포트 목록 조회: GitHub Pages HTML 미러에서 타임스탬프 기반 최신 리포트 후보를 찾습니다.
  • 재사용 쉬운 JSON 반환: 제목, 헤딩, 본문 요약용 발췌, Rating/Target 테이블 유무 및 원문/설명 URL을 에이전트가 바로 활용할 수 있는 형태로 제공합니다.
  • 특정 리포트 원문 텍스트·메타데이터 조회: ID(예: YYYYMMDDHHMMSS)로 특정 리포트를 원문 텍스트와(선택 시) 설명 페이지까지 함께 가져옵니다.

Quick Start

에이전트에게 “대신증권 최신 리포트 중 반도체 관련 5개만 목록과 원문/설명 페이지 링크를 JSON으로 보여줘”라고 요청하세요.

Frequently Asked Questions about daishin-report-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve the latest Daishin Securities research reports as structured data?

To retrieve the latest Daishin Securities research reports as structured data, this Skill fetches HTML pages from a public GitHub Pages mirror and returns machine-readable JSON metadata including titles, headings, text excerpts, and original URLs for downstream reuse.

Can I search Daishin Securities reports by specific keywords or query terms?

Yes, you can search Daishin Securities reports by matching query terms against titles, headings, and body text. The Skill parses raw HTML content from public URLs and returns matching report metadata in a structured JSON format ready for agent consumption.

How do I fetch a specific Daishin Securities report using its timestamp ID?

To fetch a specific Daishin Securities report using its timestamp ID, provide an ID like YYYYMMDDHHMMSS. The Skill locates timestamped HTML files via GitHub API tree listing and retrieves the original text and an optional companion explain page.

Do I need a GitHub token to fetch HTML pages from the GitHub Pages mirror?

A GitHub token is optional when fetching HTML pages from the GitHub Pages mirror. The Skill supports optional GitHub token authentication to bypass API rate limits, using a robust fallback to the exact-file contents API when direct retrieval is unavailable.

What metadata fields are included in the JSON output for securities research reports?

The JSON output for securities research reports includes titles, headings, body text excerpts for summaries, indicators for Rating/Target table presence, and direct URLs for both the original report and the companion explain page, enabling immediate downstream agent reuse.

Why does HTML parsing fail when fetching report text directly from GitHub Pages?

HTML parsing may fail when direct retrieval from GitHub Pages is unavailable due to access restrictions or broken links. The Skill implements a robust fallback mechanism using the GitHub exact-file contents API to ensure raw HTML fetching and text extraction succeed.