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

Pdf Watermark Chinese

PDF 水印添加和移除功能,支持文本和图像水印

Registry SourceRecently Updated
General

Icon

Icon - command-line tool for everyday use

Registry SourceRecently Updated
General

Skills of ETF data released by ft.tech.

A 股 ETF 数据技能集(market.ft.tech)。覆盖单只 ETF 详情、ETF 分页列表(排序/筛选)、ETF K 线(日/周/月/年线)、ETF 分钟级分时、ETF PCF 列表与下载。用户询问某只 ETF 行情、ETF 列表、ETF K 线、分时或 PCF 申购赎回清单时使用。

Registry SourceRecently Updated
General

Database Design

数据库设计助手。表设计、范式化、索引策略、迁移脚本、测试数据、ER图描述。Database designer with normalization, indexing, migration, seeding, ER diagrams. 数据库、MySQL。

Registry SourceRecently Updated