datasheets-search-api

Datasheets Public Search API Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "datasheets-search-api" with this command: npx skills add eetech-group/datasheets-api-skill/eetech-group-datasheets-api-skill-datasheets-search-api

Datasheets Public Search API Skill

Prerequisite

  • Use runtime-managed credentials only, such as an authenticated tool profile, environment variable, or secret manager.

  • Never ask users to paste credentials into chat or store credentials in prompt context.

  • If auth is not configured, direct the user to https://www.datasheets.com/account/api and ask them to complete setup out of band before continuing.

API Reference

  • Base URL: https://www.datasheets.com

  • Endpoint: GET /api/v1/search

  • Auth: Bearer token authentication configured by the execution runtime (no inline secret values in instructions).

Query Parameters

Parameter Required Default Max Description

q

Yes n/a n/a Search query (MPN, keyword, or manufacturer)

limit

No 5

10

Results per page

page

No 1

n/a Page number

Response Shape

{ "query": "bav99", "page": 1, "limit": 5, "count": 42, "results": [] }

Rules

  • Only use GET /api/v1/search ; do not call other methods or endpoints

  • Never send credentials in query params (apiKey , api_key , etc.)

  • Never request, echo, or persist credential values from conversation context

  • Execute requests with preconfigured auth injection from runtime/tooling

  • Redact auth headers/tokens from logs and debug output

Error Handling

Code Meaning Action

400

Bad request Check query params

401

Unauthorized Ask user to verify/rotate credentials in account settings, then retry

429

Rate limited Check Retry-After and X-RateLimit-* headers

500

Server error Retry after a moment

503

Service unavailable Retry after a moment

Examples

See references/examples.md for full code examples in cURL, JavaScript, Python, and TypeScript.

Workflow

  • Validate and normalize q , limit , and page

  • If runtime auth is missing, send the user to https://www.datasheets.com/account/api and pause until configured

  • Construct the search URL with q , limit , and page

  • Execute GET /api/v1/search using the preconfigured authenticated client/tool

  • Parse and display the results array in a readable format

  • If count exceeds limit , offer to paginate

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated