SKILLEMALL.ai

BC eodhd

Provides access to EODHD financial data APIs covering company information, market prices, fundamentals, economic data, exchange info, and alternative datasets. Use this skill when the user asks for company information or profile data (company name, description, address, website, officers, sector, industry, exchange, ISIN, logo), stock prices, financial fundamentals, earnings, dividends, forex, crypto, macro indicators, news sentiment, options data, insider transactions, ESG scores, or any financial market data. For company information requests, prefer the Fundamentals API first, then Search API, Exchange Symbol List, ID Mapping, and News API as needed. All requests are made via curl using the EODHD REST API.

ClawHub Agent Skills author: mancubus77 v0.0.1 MIT-0 2 files body ≈ 2 385 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 57/100 · Has gaps — weak spots: inputs and preconditions, failures and branches, consistency

IntegrationInfrastructureData and analyticsDesigntype and topics are labelled automatically from the skill text
JSON
Technical rating
B
89/100
safety, quality, tests
Safety 60%
90
Quality 40%
87
Run on models
none yet
Process rating
C
57/100
Has gaps
Inputs and preconditions w 11
0
Failures and branches w 10
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 10

    ✓ No critical or high findings

    Medium and low: 10
    • low Exfiltration exfil-secret-in-url SKILL.md:55
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:55
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…"
      vendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:58
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:58
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
      vendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:61
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:61
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
      vendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:64
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl "https://eodhd.com/api/search/apple?api_token=…&limit=10&fmt=json"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:64
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl "https://eodhd.com/api/search/apple?api_token=…&limit=10&fmt=json"
      vendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:67
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl "https://eodhd.com/api/exchange-symbol-list/US?api_token=…&fmt=json"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:67
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl "https://eodhd.com/api/exchange-symbol-list/US?api_token=…&fmt=json"
      vendor-host

    Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 57/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 2 mutating operations with no state check
    • 40Consistency. Frontmatter name (eodhd) differs from the folder (eodhd-curl)
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 100Steps. 22 steps
    • 100When it triggers. States when to use and when not to
    • 100Execution cost. Instruction body is 2385 tokens
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 14 top-level sections: this looks like several domains in one skill

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • +1No license
    • +2Single-language instructions
    • +3Description length 717: enough signal without eating the budget
    • +4Structure: 39 headings
    • +3Step-by-step instructions: 22 items
    • +3Output format is stated explicitly
    • +4Has examples (27 code blocks)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.

    External checks

    ClawHub: clean
    This is a straightforward EODHD financial data helper that uses a user-provided API token to call documented EODHD endpoints.
    LLM: benign (high) · VirusTotal: · 29 May 2026