SKILLEMALL.ai

FD API (Stripe, OpenAI, Notion & 100+ more)

Comprehensive REST API reference covering 147 services with detailed authentication patterns, endpoints, rate limits, and common pitfalls. Enables seamless integration and robust data exchange across multiple platforms. Reliable, up-to-date, and extensively tested to accelerate development and reduce errors. workshop assessingser instrumentation queue algorithm reproduce planning practicing leadership introduction undeveloped argues afforded algorithm contribution notions foreword acknowledges examined routines scholarship integrating interact testing contents trivial preface argues task

Not recommendedcritical or high security findings · low grade F
ClawHub Agent Skills author: Subaru0573 v1.0.0 MIT-0 25 files body ≈ 1 238 tokens Open the sourceclawhub.ai analyzed 2 d ago

Comprehensive REST API reference covering 147 services with detailed authentication patterns, endpoints, rate limits, and common pitfalls.

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationStripeNotionAI and agentsWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
F
30/100
safety, quality, tests
Safety 60%
0
Quality 40%
76
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Exfiltration
If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
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 · 51

  • high Exfiltration exfil-webhook-url apis/communication.md:719
    Webhook / callback URL commonly used for exfiltration (verify the destination)
    https://api.telegram.org/bot{TOKEN}
Medium and low: 50
  • medium Exfiltration net-credential-use apis/communication.md:671
    Credential used in a network call (verify the destination is the intended service)
    curl -X POST "https://discord.com/api/webhooks/$WEBHOOK_ID/$WEBHOOK_TOKEN" \
  • medium Exfiltration net-credential-use apis/communication.md:724
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
  • medium Exfiltration net-credential-use apis/communication.md:731
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
  • medium Exfiltration net-credential-use apis/communication.md:742
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendPhoto" \
  • medium Exfiltration net-credential-use apis/communication.md:750
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/getUpdates?offset=0&limit=10"
  • medium Exfiltration exfil-secret-in-url apis/crm.md:238
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (quoted — discussed, not commanded)
    curl "https://api.pipedrive.com/v1/deals?api_token=…"
    quoted
  • medium Exfiltration net-credential-use apis/crm.md:238
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.pipedrive.com/v1/deals?api_token=…"
  • medium Exfiltration exfil-secret-in-url apis/crm.md:249
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (quoted — discussed, not commanded)
    curl "https://api.pipedrive.com/v1/deals?api_token=…&status=open&limit=50"
    quoted
  • medium Exfiltration net-credential-use apis/crm.md:249
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.pipedrive.com/v1/deals?api_token=…&status=open&limit=50"
  • medium Exfiltration exfil-secret-in-url apis/crm.md:254
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (quoted — discussed, not commanded)
    curl -X POST "https://api.pipedrive.com/v1/deals?api_token=…" \
    quoted
  • medium Exfiltration net-credential-use apis/crm.md:254
    Credential used in a network call (verify the destination is the intended service)
    curl -X POST "https://api.pipedrive.com/v1/deals?api_token=…" \
  • medium Exfiltration exfil-secret-in-url apis/crm.md:267
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (quoted — discussed, not commanded)
    curl "https://api.pipedrive.com/v1/persons/123?api_token=…"
    quoted
  • medium Exfiltration net-credential-use apis/crm.md:267
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.pipedrive.com/v1/persons/123?api_token=…"
  • medium Exfiltration exfil-secret-in-url apis/crm.md:272
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (quoted — discussed, not commanded)
    curl -X POST "https://api.pipedrive.com/v1/activities?api_token=…" \
    quoted
  • medium Exfiltration net-credential-use apis/crm.md:272
    Credential used in a network call (verify the destination is the intended service)
    curl -X POST "https://api.pipedrive.com/v1/activities?api_token=…" \
  • medium Exfiltration net-credential-use apis/database.md:453
    Credential used in a network call (verify the destination is the intended service)
    curl --digest -u "$ATLAS_PUBLIC_KEY:$ATLAS_PRIVATE_KEY" \
  • medium Exfiltration net-credential-use apis/database.md:461
    Credential used in a network call (verify the destination is the intended service)
    curl --digest -u "$ATLAS_PUBLIC_KEY:$ATLAS_PRIVATE_KEY" \
  • medium Exfiltration net-credential-use apis/productivity.md:869
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.trello.com/1/members/me?key=…&token=…"
  • medium Exfiltration net-credential-use apis/productivity.md:886
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.trello.com/1/boards/$BOARD_ID?key=…&token=…"
  • medium Exfiltration net-credential-use apis/productivity.md:891
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.trello.com/1/boards/$BOARD_ID/lists?key=…&token=…"
  • medium Exfiltration net-credential-use apis/productivity.md:896
    Credential used in a network call (verify the destination is the intended service)
    curl "https://api.trello.com/1/boards/$BOARD_ID/cards?key=…&token=…"
  • medium Exfiltration net-credential-use apis/productivity.md:901
    Credential used in a network call (verify the destination is the intended service)
    curl -X POST "https://api.trello.com/1/cards?key=…&token=…" \
  • low Exfiltration exfil-secret-in-url apis/auth-providers.md:362
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    https://test.stytch.com/v1/public/oauth/google/start?public_token=…
    placeholder
  • low Exfiltration exfil-webhook-url apis/communication.md:671
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -X POST "https://discord.com/api/webhooks/$WEBHOOK_ID/$WEBHOOK_TOKEN" \
    placeholder
  • low Exfiltration exfil-webhook-url apis/communication.md:724
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
    placeholder
  • low Exfiltration exfil-webhook-url apis/communication.md:731
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage" \
    placeholder
  • low Exfiltration exfil-webhook-url apis/communication.md:742
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl "https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendPhoto" \
    placeholder
  • low Exfiltration exfil-secret-in-url apis/database.md:206
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…"
    placeholder
  • low Exfiltration net-credential-use apis/database.md:206
    Credential used in a network call (verify the destination is the intended service) (destination host is a configured variable)
    curl "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…"
    variable host
  • low Exfiltration exfil-secret-in-url apis/database.md:211
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -X PUT "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…" \
    placeholder
  • low Exfiltration net-credential-use apis/database.md:211
    Credential used in a network call (verify the destination is the intended service) (destination host is a configured variable)
    curl -X PUT "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…" \
    variable host
  • low Exfiltration exfil-secret-in-url apis/database.md:217
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -X PATCH "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…" \
    placeholder
  • low Exfiltration net-credential-use apis/database.md:217
    Credential used in a network call (verify the destination is the intended service) (destination host is a configured variable)
    curl -X PATCH "https://$PROJECT_ID.firebaseio.com/users/user123.json?auth=…" \
    variable host
  • low Exfiltration exfil-secret-in-url apis/media.md:613
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (destination is a well-known publishing service; quoted — discussed, not commanded)
    curl "https://www.googleapis.com/youtube/v3/videos?id=…&part=…&key=…"
    known servicequoted
  • low Exfiltration net-credential-use apis/media.md:613
    Credential used in a network call (verify the destination is the intended service) (destination is a well-known publishing service)
    curl "https://www.googleapis.com/youtube/v3/videos?id=…&part=…&key=…"
    known service
  • low Exfiltration exfil-secret-in-url apis/media.md:630
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (destination is a well-known publishing service; quoted — discussed, not commanded)
    curl "https://www.googleapis.com/youtube/v3/videos?id=…&part=…&key=…"
    known servicequoted
  • low Exfiltration net-credential-use apis/media.md:630
    Credential used in a network call (verify the destination is the intended service) (destination is a well-known publishing service)
    curl "https://www.googleapis.com/youtube/v3/videos?id=…&part=…&key=…"
    known service
  • low Exfiltration exfil-secret-in-url apis/media.md:635
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (destination is a well-known publishing service; quoted — discussed, not commanded)
    curl "https://www.googleapis.com/youtube/v3/search?q=cats&type=video&maxResults=10&key=…"
    known servicequoted
  • low Exfiltration net-credential-use apis/media.md:635
    Credential used in a network call (verify the destination is the intended service) (destination is a well-known publishing service)
    curl "https://www.googleapis.com/youtube/v3/search?q=cats&type=video&maxResults=10&key=…"
    known service
  • low Exfiltration exfil-secret-in-url apis/media.md:640
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (destination is a well-known publishing service; quoted — discussed, not commanded)
    curl "https://www.googleapis.com/youtube/v3/channels?id=…&part=…&key=…"
    known servicequoted
  • low Exfiltration net-credential-use apis/media.md:640
    Credential used in a network call (verify the destination is the intended service) (destination is a well-known publishing service)
    curl "https://www.googleapis.com/youtube/v3/channels?id=…&part=…&key=…"
    known service
  • low Exfiltration exfil-secret-in-url apis/media.md:645
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (destination is a well-known publishing service; quoted — discussed, not commanded)
    curl "https://www.googleapis.com/youtube/v3/playlistItems?playlistId=…&part=…&maxResults=50&key=…"
    known servicequoted
  • low Exfiltration net-credential-use apis/media.md:645
    Credential used in a network call (verify the destination is the intended service) (destination is a well-known publishing service)
    curl "https://www.googleapis.com/youtube/v3/playlistItems?playlistId=…&part=…&maxResults=50&key=…"
    known service
  • low Exfiltration exfil-secret-in-url apis/productivity.md:869
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl "https://api.trello.com/1/members/me?key=…&token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url apis/productivity.md:886
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl "https://api.trello.com/1/boards/$BOARD_ID?key=…&token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url apis/productivity.md:891
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl "https://api.trello.com/1/boards/$BOARD_ID/lists?key=…&token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url apis/productivity.md:896
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl "https://api.trello.com/1/boards/$BOARD_ID/cards?key=…&token=…"
    placeholder
  • low Exfiltration exfil-secret-in-url apis/productivity.md:901
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -X POST "https://api.trello.com/1/cards?key=…&token=…" \
    placeholder
  • low Exfiltration net-credential-use credentials.md:38
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl https://api.stripe.com/v1/charges -H "Authorization: Bearer $API_KEY"
    vendor-host
  • low Exfiltration net-credential-use credentials.md:41
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl https://api.stripe.com/v1/charges -H "Authorization: Bearer $STRIPE_PROD_API_KEY"
    vendor-host

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

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • note frontmatter-key unknown frontmatter key "slug"
  • note frontmatter-key unknown frontmatter key "homepage"
  • note frontmatter-key unknown frontmatter key "changelog"

Process rating: all ten parameters 46/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 5 mutating operations with no state check
  • 40Consistency. Frontmatter name (API (Stripe, OpenAI, Notion & 100+ more)) differs from the folder (super-api)
  • 60Tools and files. Uses tools (web) that frontmatter does not declare
  • 85Steps. 26 steps, 1 vague phrases
  • 100Failures and branches. 1 branches, has a failure section
  • 100Execution cost. Instruction body is 1238 tokens
  • low 12 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)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 594: enough signal without eating the budget
  • +4Structure: 13 headings
  • +3Step-by-step instructions: 26 items
  • +4Has examples (2 code blocks)

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

External checks

ClawHub: clean
This is a documentation-only API reference, but some copy-paste examples can change or delete real data if run with live credentials.
LLM: benign (high) · VirusTotal: · 30 Jun 2026