strale

A collection of online services for checking company, financial, compliance, web, and document information through one API. It can return results such as validation, company lookup, sanctions screening, website checks, and extracted document data.

In plain words
What is it for?
Use it when a task needs services such as IBAN or VAT validation, company research, sanctions screening, domain or SSL checks, web scraping, document extraction, patent search, or GDPR checks.
Why use it?
It gives coding agents a way to perform external checks and retrieve verified information instead of relying only on local code or assumptions.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/strale-io/strale/skill
Any agent
npx skills add strale-io/strale --skill skill
Clone the repo
git clone --depth 1 https://github.com/strale-io/strale

Made for: Claude Code, Codex.

Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,980 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00146 $0.01980
Opus 5 $0.00073 $0.00990
Sonnet 5 $0.00029 $0.00396
Haiku 4.5 $0.00015 $0.00198

Measured 2d ago against content hash 0491fd9ea8ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

strale scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST https://api.strale.io/v1/do \
packages/skill/SKILL.md · 239 lines

How it starts

The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Strale — Quality-scored API capabilities for AI agents

Strale provides 250+ capabilities across company data, compliance/KYB, financial validation, web intelligence, document extraction, and developer tools — all through a single endpoint with quality scores and provenance tracking.

Authentication

Every request requires an API key in the Authorization header:

Authorization: Bearer sk_live_...

Set via environment variable STRALE_API_KEY. If missing, tell the user to sign up at https://strale.dev (new accounts get €2.00 trial credits, no card required).

Core endpoint: POST https://api.strale.io/v1/do

This is the only endpoint you need. It executes a capability and returns structured output.

{
  "capability_slug": "iban-validate",
  "inputs": { "iban": "SE3550000000054910000003" },
  "max_price_cents": 10
}

Response:

{
  "transaction_id": "txn_abc123",
  "status": "completed",
  "capability_used": "iban-validate",
  "price_cents": 1,
  "latency_ms": 340,
  "wallet_balance_cents": 195,
  "output": {
    "valid": true,
    "bank_name": "SEB",
    "country": "SE",
    "bic": "ESSESESS"
  }
}

Required fields

  • capability_slug — which capability to run (see catalog below)
  • inputs — structured input matching the capability's schema
  • max_price_cents — budget ceiling in EUR cents; the call fails if the capability costs more than this

Optional fields

  • dry_run: true — preview what would execute without charging
  • idempotency_key — safe retries for the same request

Async responses

If the response status is 202, the capability is running asynchronously. Poll GET /v1/transactions/{transaction_id} until status is completed or failed.

Discovery: find the right capability

Browse the catalog

GET https://api.strale.io/v1/capabilities

Returns all capabilities with slug, description, price, input/output schemas. Filter by category with ?category=compliance.

Search by keyword

Read the full file on GitHub · 239 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 239 lines · 146 tokens per session scan A 0491fd9ea8ae

Subscribe to this mod's changes

strale is a skill published in the GitHub repository strale-io/strale (4 stars, last pushed 3d ago), licensed MIT. It adds 146 tokens to every session and 1,980 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

aade-api-monitor

Real-time monitoring of Greek AADE tax authority systems — tracks deadlines, rate changes, and compliance updates. File-based, OpenClaw-native.

LeoYeAI/openclaw-master-skills · 34 tokens

jentic-api-improve

Improve OpenAPI documents for AI-readiness by fixing issues and enriching content based on Jentic API AI-Readiness Framework (JAIRF) scoring. Use when you need to raise an API's quality score, fix diagnostics, or add missing descriptions/summaries/examples — whether directly requested ('improve my API', 'fix OpenAPI…

jentic/jentic-api-scorecard · 124 tokens

sdd-implement-spec

Implement an existing feature spec end-to-end — pick an unprocessed feature spec (one whose ## Phase N — ... heading in specs/roadmap.md does not yet carry the ✅ lifecycle marker), cut a feature branch, walk plan.md task groups in order with one primary atomic Conventional-Commits commit per group (plus optional small…

jentic/jentic-api-scorecard · 215 tokens

sdd-new-spec

Scaffold a feature spec for a roadmap phase and open it as a PR for human review. Reads specs/roadmap.md, lets the user pick a phase (or accepts one as argument), runs preflight checks, cuts a feature branch, writes specs/YYYY-MM-DD- / (requirements.md, plan.md, validation.md — grounded in specs/mission.md and…

jentic/jentic-api-scorecard · 141 tokens

compliance-scan

Scans a Python AI project for EU AI Act compliance gaps using AIR Blackbox. Use when the user asks to check compliance, scan their code, audit their AI project, or mentions EU AI Act, Articles 9-15, or compliance checking.

airblackbox/airblackbox · 51 tokens

interpret-results

Interprets AIR Blackbox scan results and maps findings to specific EU AI Act articles, recitals, and remediation steps. Use when the user has scan output and wants to understand what to fix, why it matters, or how to prioritize.

airblackbox/airblackbox · 49 tokens